stronk7

Untitled

Aug 2nd, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. $ ag '\$[a-z_]+{[^\n}]+}' --php
  2.  
  3. repository/s3/S3.php
  4. 2357: $this->response->headers['hash'] = $value{0} == '"' ? substr($value, 1, -1) : $value;
  5.  
  6. file.php
  7. 45:} else if ($relativepath{0} != '/') {
  8.  
  9. enrol/ldap/lib.php
  10. 437: $idnumber = $course{$this->config->course_idnumber}[0];
  11.  
  12. question/format/gift/format.php
  13. 286: } else if ($answertext{0} == '#') {
  14.  
  15. question/engine/questionusage.php
  16. 695: if ($responsedatakey{0} === '-') {
  17.  
  18. lib/tcpdf/include/tcpdf_images.php
  19. 314: $trns[] = ord($t{$i});
  20.  
  21. lib/tcpdf/include/tcpdf_filters.php
  22. 282: $bitstring .= sprintf('%08b', ord($data{$i}));
  23. 379: $byte = ord($data{$i});
  24. 392: $decoded .= str_repeat($data{($i + 1)}, (257 - $byte));
  25.  
  26. lib/tcpdf/include/barcodes/pdf417.php
  27. 881: $chval = ord($code{$i});
  28. 891: if (((($i + 1) == $codelen) OR ((($i + 1) < $codelen) AND (array_search(ord($code{($i + 1)}), $this->textsubmodes[$submode]) !== false))) AND (($s == 3) OR (($s == 0) AND ($submode == 1)))) {
  29. 955: $cw[] = ord($code{$i});
  30.  
  31. lib/tcpdf/include/barcodes/datamatrix.php
  32. 632: $tmpchr = ord($data{$k});
  33.  
  34. lib/tcpdf/tcpdf_barcodes_1d.php
  35. 456: $char = $code{$i};
  36. 523: if (ord($code{$i}) > 127) {
  37. 526: $code_ext .= $encode[$code{$i}];
  38. 546: $k = array_keys($chars, $code{$i});
  39. 646: if (ord($code{$i}) > 127) {
  40. 649: $code_ext .= $encode[$code{$i}];
  41. 659: $char = ord($code{$i});
  42. 702: $k = array_keys($chars, $code{$i});
  43. 716: $k = array_keys($chars, $code{$i});
  44. 741: $sum += $code{$i};
  45. 745: $sum += ($code{$i});
  46. 786: $check += (hexdec($code{$i}) * $p);
  47. 801: $digit = $code{$i};
  48. 844: $digit = $code{$i};
  49. 870: if (($i == ($len - 1)) OR (($i < ($len - 1)) AND ($seq{$i} != $seq{($i+1)}))) {
  50. 871: if ($seq{$i} == '1') {
  51. 922: $char_bar = $code{$i};
  52. 923: $char_space = $code{$i+1};
  53. 941: $w = $seq{$j};
  54. 1088: $char = $code{$i};
  55. 1103: $char = $code{$i};
  56. 1127: $chrnum = $code{$i}.$code{$i+1};
  57. 1274: $w = $seq{$j};
  58. 1340: $sum_a += $code{$i};
  59. 1347: $sum_b += ($code{$i});
  60. 1359: } elseif ($r !== intval($code{$data_len})) {
  61. 1470: $seq .= $codes[$p[$i]][$upce_code{$i}];
  62. 1478: $seq .= $codes['A'][$code{$i}];
  63. 1483: $seq .= $codes[$p[$i-1]][$code{$i}];
  64. 1488: $seq .= $codes['C'][$code{$i}];
  65. 1496: if (($i == ($clen - 1)) OR (($i < ($clen - 1)) AND ($seq{$i} != $seq{($i+1)}))) {
  66. 1497: if ($seq{$i} == '1') {
  67. 1581: $seq .= $codes[$p[$i]][$code{$i}];
  68. 1632: $sum += intval($code{$i});
  69. 1646: $h = $barlen[$code{$i}][$j];
  70. 1759: $row += $checktable[$code{$i}][0];
  71. 1760: $col += $checktable[$code{$i}][1];
  72. 1777: switch ($barmode[$code{$i}][$j]) {
  73. 1849: if (!isset($chr[$code{$i}])) {
  74. 1852: $seq = $chr[$code{$i}];
  75. 1859: $w = $seq{$j};
  76. 1899: $digit = $code{$i};
  77. 1921: $digit = $code{$i};
  78. 1940: if (!isset($chr[$code{$i}])) {
  79. 1943: $seq = $chr[$code{$i}];
  80. 1950: $w = $seq{$j};
  81. 2019: switch ($seq{$i}) {
  82. 2258: $dec = bcadd($dec, bcmul(hexdec($hex{$pos}), $bitval));
  83.  
  84. lib/adodb/drivers/adodb-oci8po.inc.php
  85. 123: $c = $sql{$i};
  86.  
  87. lib/markdown/MarkdownExtra.php
  88. 215: if ($element{0} == '.') {
  89. 217: } else if ($element{0} == '#') {
  90. 511: else if ($tag{0} == "\n" || $tag{0} == " ") {
  91. 518: else if ($tag{0} == "`") {
  92. 552: $tag{1} == '!' || $tag{1} == '?')
  93. 567: if ($tag{1} == '/') $depth--;
  94. 568: else if ($tag{strlen($tag)-2} != '/') $depth++;
  95. 667: return array($original_text{0}, substr($original_text, 1));
  96. 677: $tag{1} == '!' || $tag{1} == '?')
  97. 686: if ($tag{1} == '/') $depth--;
  98. 687: else if ($tag{strlen($tag)-2} != '/') $depth++;
  99. 1469: if ($classname{0} == '.')
  100.  
  101. lib/markdown/Markdown.php
  102. 1361: $token_stack[0] = str_repeat($token{0}, 3-$token_len);
  103. 1386: $em = $token{0};
  104. 1799: switch ($token{0}) {
  105. 1801: return $this->hashPart("&#". ord($token{1}). ";");
  106.  
  107. lib/google/src/Google/Utils.php
  108. 65: $ordinalValue = ord($str{$ret});
  109.  
  110. lib/horde/framework/Horde/Crypt/Blowfish/Php/Base.php
  111. 331: $data = $data << 8 | ord($key{$k});
  112.  
  113. lib/bennu/iCalendar_rfc2445.php
  114. 165: $ch = $value{$i};
  115. 214: return($value{8} == 'T' &&
  116. 231: if($value{0} == '+' || $value{0} == '-') {
  117. 236: if($value{0} != 'P') {
  118. 245: $ch = $value{$i};
  119. 312: switch($value{$i}) {
  120. 352: if($value{0} == '+' || $value{0} == '-') {
  121. 755: if($value{0} != '+' && $value{0} != '-') {
  122.  
  123. lib/bennu/iCalendar_properties.php
  124. 740: return ($value{0} != '-');
  125. 764: if($value{$pos - 1} != 'Z') {
  126. 768: if($value{$pos + 1} != 'P' && substr($value, -1) != 'Z') {
  127. 1282: if($value{$i} == ';' && !$escch) {
  128. 1288: $escch = ($value{$i} == '\\');
  129.  
  130. lib/wiki_to_markdown.php
  131. 150: $listchar = $line{0};
  132.  
  133. lib/moodlelib.php
  134. 5696: switch ($modargs{0}) {
  135.  
  136. lib/typo3/class.t3lib_cs.php
  137. 682: $ord2 = ord($str{$a + 1});
  138. 1167: switch ($cat{0}) {
  139. 1227: if ($line{0} != '#' && trim($line) != '') {
  140. 1230: if ($cond == '' || $cond{0} == '#') {
  141. 1267: if ($line{0} != '#' && trim($line) != '') {
  142. 1612: if (strlen($string{$i})) {
  143. 1617: if (strlen($string{$i - 1})) {
  144. 1838: for ($i = 0; strlen($str{$i}); $i++) {
  145. 1839: $c = $str{$i};
  146. 1911: for ($i = 0; strlen($str{$i}); $i++) {
  147. 1912: $c = ord($str{$i});
  148. 1936: if (ord($str{$i}) & 0x80) { // part of a multibyte sequence
  149. 1937: for (; $i > 0 && !(ord($str{$i}) & 0x40); $i--) {
  150. 1944: for ($bc = 0, $mbs = ord($str{$i}); $mbs & 0x80; $mbs = $mbs << 1) {
  151. 2031: for (; strlen($str{$i}) && $n < $p; $i += $d) {
  152. 2032: $c = (int) ord($str{$i});
  153. 2042: if (!strlen($str{$i})) {
  154. 2048: while ((ord($str{$i}) & 0x80) && !(ord($str{$i}) & 0x40)) {
  155. 2071: $c = (int) ord($str{$i});
  156. 2081: if (!strlen($str{$i})) {
  157. 2116: for ($i = 0; strlen($str{$i}); $i++) {
  158. 2117: $c = ord($str{$i});
  159. 2120: $mbc = $str{$i};
  160. 2165: for ($i = 0; strlen($str{$i}) && $i < $len; $i++) {
  161. 2166: $c = ord($str{$i});
  162. 2178: if (!strlen($str{$i})) {
  163. 2235: for ($i = 0; strlen($str{$i}); $i++) {
  164. 2236: $c = ord($str{$i});
  165. 2276: for (; strlen($str{$i}) && $n < $p; $i += $d) {
  166. 2277: $c = ord($str{$i});
  167. 2291: if (!strlen($str{$i})) {
  168. 2334: for ($i = 0; strlen($str{$i}); $i++) {
  169. 2335: $mbc = $str{$i};
  170.  
  171. lib/typo3/class.t3lib_div.php
  172. 1366: if (!isset($bytes{$bytesToReturn - 1})) {
  173. 1375: if (!isset($bytes{$bytesToReturn - 1})) {
  174. 1380: if (!isset($bytes{$bytesToReturn - 1})) {
  175. 1386: if (!isset($bytes{$bytesToReturn - 1})) {
  176. 1456: while (!isset($bytes{$bytesToReturn - 1})) {
  177. 5321: $partWasQuoted = ($part{0} == '"');
  178.  
  179. lib/htmlpurifier/HTMLPurifier/Encoder.php
  180. 162: $in = ord($str{$i});
  181.  
  182. lib/htmlpurifier/HTMLPurifier/ChildDef/Custom.php
  183. 48: if ($raw{0} != '(') {
  184.  
  185. lib/ltiprovider/src/OAuth/OAuthSignatureMethod.php
  186. 59: $result |= ord($built{$i}) ^ ord($signature{$i});
  187.  
  188. lib/php-css-parser/RuleSet/AtRuleSet.php
  189. 38: $sResult = "@{$this->sType}$sArgs{$oOutputFormat->spaceBeforeOpeningBrace()}{";
  190.  
  191. lib/php-css-parser/CSSList/AtRuleBlockList.php
  192. 39: $sResult .= "@{$this->sType}$sArgs{$oOutputFormat->spaceBeforeOpeningBrace()}{";
  193.  
  194. lib/weblib.php
  195. 2981: if (rand(0, 2) && $email{$i}!='@') { // MDL-20619 some browsers have problems unobfuscating @.
  196. 2982: $obfuscated.='%'.dechex(ord($email{$i}));
  197. 2984: $obfuscated.=$email{$i};
  198.  
  199. draftfile.php
  200. 44:} else if ($relativepath{0} != '/') {
  201.  
  202. backup/cc/cc_lib/gral_lib/pathutils.php
  203. 91: $chr = $path{$count};
  204. 93: $path{$count} = '/';
  205. 107: $chr = $path{$count};
  206. 109: $path{$count} = DIRECTORY_SEPARATOR;
  207. 121: $chr = $path{$count};
  208. 123: $path{$count} = '/';
Advertisement
Add Comment
Please, Sign In to add comment