Home
last modified time | relevance | path

Searched refs:b (Results 2376 – 2383 of 2383) sorted by path

1...<<919293949596

/PHP-5.5/tests/lang/
H A Dstatic_variation_002.phpt25 eval('function dfg() { static $b = array(1,2,3); var_dump($b); } ');
H A Dthis_assignment.phpt10 global $a,$b;
13 $b->me();
14 $b = new second();
17 $b->me();
24 global $a,$b;
27 $b->me();
33 $b = &$a;
36 $b->who();
/PHP-5.5/tests/output/
H A Dob_013.phpt6 function b($s){return $s;}
12 ob_start('b');
34 [2] => b
74 [name] => b
/PHP-5.5/tests/run-test/
H A Dtest007.phpt27 function same($a,$b) {
28 if ($a == $b) {
31 print "FAIL $a == $b\n";
/PHP-5.5/tests/strings/
H A D001.phpt41 $found1 = strrchr($test, "b");
135 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
137 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
H A D002.phpt28 printf("printf test 15:%b\n", 170);
31 printf("printf test 18:%16b\n", 170);
34 printf("printf test 21:%016b\n", 170);
/PHP-5.5/win32/build/
H A Dconfutils.js174 var b = path.split("\\");
177 for (i = 0; i < b.length; i++) {
178 if (a[i].toLowerCase() == b[i].toLowerCase())
186 for (j = i; j < b.length; j++) {
187 path += b[j];
188 if (j < b.length - 1)
/PHP-5.5/win32/
H A Dglob.c373 Char *b, *eb; local
421 for (b = patbuf; b < eb && *h; *b++ = *h++)
425 while (b < eb && (*b++ = *p++) != EOS)
427 *b = EOS;

Completed in 21 milliseconds

1...<<919293949596