Searched refs:b2 (Results 1 – 25 of 34) sorted by relevance
12
/PHP-7.1/ext/standard/tests/strings/ |
H A D | htmlentities-utf-3.phpt | 46 for ($b2 = 0x80; $b2 < 0xBF; $b2++) { 47 $s = chr($b1).chr($b2); 55 for ($b2 = 0x80; $b2 < 0xBF; $b2++) { 56 $s = chr($b1).chr($b2)."\x80"; 59 $s = chr($b1).chr($b2)."\xBF"; 66 for ($b2 = 0x80; $b2 < 0xBF; $b2++) { 67 $s = chr($b1).chr($b2)."\x80\x80"; 70 $s = chr($b1).chr($b2)."\xBF\x80"; 73 $s = chr($b1).chr($b2)."\x80\xBF"; 76 $s = chr($b1).chr($b2)."\xBF\xBF";
|
H A D | strnatcmp_basic.phpt | 17 $b2 = "ABC10"; 28 var_dump(strnatcmp($a1, $b2)); 37 var_dump(strnatcmp($b1, $b2)); 49 var_dump(strnatcmp($c1, $b2));
|
H A D | bug65947.phpt | 11 $b2 = basename($filename); 12 if ($filename != $b2)
|
H A D | strtolower-win32.phpt | 241 b2 => b2
|
H A D | strtoupper1-win32.phpt | 241 b2 => b2
|
H A D | html_entity_decode_iso8859-15.phpt | 171 SUPERSCRIPT TWO: ² => b2 172 ² => b2
|
H A D | html_entity_decode_iso8859-5.phpt | 171 CYRILLIC CAPITAL LETTER VE: В => b2
|
H A D | html_entity_decode_macroman.phpt | 306 LESS-THAN OR EQUAL TO: ≤ => b2
|
/PHP-7.1/ext/standard/tests/serialize/ |
H A D | serialization_arrays_005.phpt | 125 &string(12) "b2.0.changed" 138 &string(12) "b2.0.changed" 146 string(12) "b2.1.changed" 216 string(10) "b2.changed" 263 &string(12) "b2.0.changed" 276 &string(12) "b2.0.changed" 278 &string(12) "b2.1.changed" 334 &string(12) "b2.0.changed" 347 &string(12) "b2.0.changed" 401 &string(12) "b2.0.changed" [all …]
|
H A D | serialization_arrays_002.phpt | 27 $b[2] = "b2.changed"; 144 string(10) "b2.changed" 188 string(10) "b2.changed" 228 &string(10) "b2.changed" 230 &string(10) "b2.changed" 276 string(10) "b2.changed" 318 &string(10) "b2.changed" 320 &string(10) "b2.changed" 360 &string(10) "b2.changed" 364 &string(10) "b2.changed" [all …]
|
H A D | serialization_arrays_003.phpt | 27 $b[2] = "b2.changed"; 114 string(10) "b2.changed" 158 string(10) "b2.changed" 202 string(10) "b2.changed" 246 string(10) "b2.changed" 286 &string(10) "b2.changed" 288 &string(10) "b2.changed" 290 &string(10) "b2.changed"
|
H A D | serialization_arrays_004.phpt | 27 $b[2] = "b2.changed"; 109 string(10) "b2.changed" 181 string(10) "b2.changed" 263 &string(10) "b2.changed" 265 &string(10) "b2.changed" 267 &string(10) "b2.changed"
|
/PHP-7.1/ext/oci8/tests/ |
H A D | bind_boolean_1.phpt | 90 :b1 := :b2; 91 :b2 := l; 95 $b2 = false; 96 var_dump($b1, $b2); 98 oci_bind_by_name($s, ':b2', $b2, -1, OCI_B_BOL); 100 var_dump($b1, $b2);
|
/PHP-7.1/ext/reflection/tests/ |
H A D | bug49719.phpt | 33 $b2 = new ReflectionClass('B2'); 34 $prop = $b2->getProperty('a'); 36 var_dump($prop->getValue(new b2));
|
/PHP-7.1/Zend/tests/ |
H A D | class_properties_static.phpt | 7 public $b2 = 1 << 2; 13 $f->b2,
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_topal.c | 610 register boxptr b1, b2; local 629 b2->c0max = b1->c0max; 630 b2->c1max = b1->c1max; 631 b2->c2max = b1->c2max; 632 b2->c0min = b1->c0min; 633 b2->c1min = b1->c1min; 634 b2->c2min = b1->c2min; 681 b2->c0min = lb + 1; 686 b2->c1min = lb + 1; 691 b2->c2min = lb + 1; [all …]
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | cacert.pem | 28 40:3d:c9:20:46:b8:4e:33:bb:76:b7:4f:b2:79:da: 51 b3:f9:e3:fa:ee:aa:79:f9:06:01:19:b2:b3:28:ff:f4:d6:bb:
|
H A D | client-cert.pem | 26 a0:ba:b7:99:69:9d:46:fc:21:b6:45:81:9d:b2:3d:
|
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 2412 b2 = p2; 2416 b2 = 0; 3909 b2 = 0; 3913 b2 = -j; 3922 b2 -= k; 4147 m2 = b2; 4160 b2 += i; 4166 b2 -= i; 4202 b2 += Log2P; 4216 b2 += i; [all …]
|
H A D | zend_API.c | 1865 Bucket *b2; in zend_sort_modules() local 1877 b2 = b1 + 1; in zend_sort_modules() 1878 while (b2 < end) { in zend_sort_modules() 1879 r = (zend_module_entry*)Z_PTR(b2->val); in zend_sort_modules() 1882 *b1 = *b2; in zend_sort_modules() 1883 *b2 = tmp; in zend_sort_modules() 1886 b2++; in zend_sort_modules()
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testinput6 | 135 \x{b2} 980 \x{0392}\x{03b2}\x{03d0} 982 /[z\x{03b2}]+/8i 983 \x{0392}\x{03b2}\x{03d0} 986 \x{0392}\x{03b2}\x{03d0} 1188 \x{0392}\x{03b2}\x{03d0} 1190 /\x{03b2}+/8i 1191 \x{0392}\x{03b2}\x{03d0} 1194 \x{0392}\x{03b2}\x{03d0}
|
H A D | testoutput6 | 219 \x{b2} 220 0: \x{b2} 1675 \x{0392}\x{03b2}\x{03d0} 1676 0: \x{392}\x{3b2}\x{3d0} 1678 /[z\x{03b2}]+/8i 1680 0: \x{392}\x{3b2}\x{3d0} 1684 0: \x{392}\x{3b2}\x{3d0} 1967 0: \x{392}\x{3b2}\x{3d0} 1969 /\x{03b2}+/8i 1971 0: \x{392}\x{3b2}\x{3d0} [all …]
|
H A D | testinput10 | 227 \x{b2} 1197 \x{0392}\x{03b2}\x{03d0} 1199 /\x{03b2}+/8i 1200 \x{0392}\x{03b2}\x{03d0} 1203 \x{0392}\x{03b2}\x{03d0}
|
H A D | testoutput10 | 413 \x{b2} 414 0: \x{b2} 2225 \x{0392}\x{03b2}\x{03d0} 2226 0: \x{392}\x{3b2}\x{3d0} 2228 /\x{03b2}+/8i 2229 \x{0392}\x{03b2}\x{03d0} 2230 0: \x{392}\x{3b2}\x{3d0} 2233 \x{0392}\x{03b2}\x{03d0} 2234 0: \x{392}\x{3b2}\x{3d0}
|
/PHP-7.1/ |
H A D | makerpm | 14 number, e.g. ${PREFIX}5 or ${PREFIX}5b2
|
Completed in 101 milliseconds
12