Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 38) sorted by relevance

12

/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt46 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 Dstrnatcmp_basic.phpt13 $b2 = "ABC10";
24 var_dump(strnatcmp($a1, $b2));
33 var_dump(strnatcmp($b1, $b2));
45 var_dump(strnatcmp($c1, $b2));
H A Dbug65947.phpt9 $b2 = basename($filename);
10 if ($filename != $b2)
H A Dstrtolower.phpt231 b2 => b2
H A Dstrtoupper1.phpt229 b2 => b2
H A Dhtml_entity_decode_iso8859-15.phpt172 SUPERSCRIPT TWO: &#xB2; => b2
173 &#xB2; => b2
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt114 &string(12) "b2.0.changed"
120 &string(12) "b2.0.changed"
127 &string(12) "b2.0.changed"
135 string(12) "b2.1.changed"
205 string(10) "b2.changed"
252 &string(12) "b2.0.changed"
265 &string(12) "b2.0.changed"
267 &string(12) "b2.1.changed"
323 &string(12) "b2.0.changed"
336 &string(12) "b2.0.changed"
[all …]
H A Dserialization_arrays_002.phpt16 $b[2] = "b2.changed";
133 string(10) "b2.changed"
177 string(10) "b2.changed"
217 &string(10) "b2.changed"
219 &string(10) "b2.changed"
265 string(10) "b2.changed"
307 &string(10) "b2.changed"
309 &string(10) "b2.changed"
349 &string(10) "b2.changed"
353 &string(10) "b2.changed"
[all …]
H A Dserialization_arrays_003.phpt16 $b[2] = "b2.changed";
103 string(10) "b2.changed"
147 string(10) "b2.changed"
191 string(10) "b2.changed"
235 string(10) "b2.changed"
275 &string(10) "b2.changed"
277 &string(10) "b2.changed"
279 &string(10) "b2.changed"
H A Dserialization_arrays_004.phpt16 $b[2] = "b2.changed";
91 string(10) "b2.changed"
149 string(10) "b2.changed"
210 &string(10) "b2.changed"
212 &string(10) "b2.changed"
214 &string(10) "b2.changed"
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_094.phpt28 $b2 = new B2;
29 $r2 =& $b2->getRef();
30 unset($b2);
H A Dtyped_properties_059.phpt13 public ?int $b2;
23 ["b2"]=>
H A Dtyped_properties_052.phpt12 public ?\B $b2;
30 ["b2"]=>
/PHP-8.2/ext/oci8/tests/
H A Dbind_boolean_1.phpt91 :b1 := :b2;
92 :b2 := l;
96 $b2 = false;
97 var_dump($b1, $b2);
99 oci_bind_by_name($s, ':b2', $b2, -1, OCI_B_BOL);
101 var_dump($b1, $b2);
/PHP-8.2/ext/reflection/tests/
H A Dbug49719.phpt33 $b2 = new ReflectionClass('B2');
34 $prop = $b2->getProperty('a');
35 var_dump($prop->getValue(new b2));
/PHP-8.2/Zend/tests/
H A Dclass_properties_static.phpt7 public $b2 = 1 << 2;
13 $f->b2,
/PHP-8.2/ext/gd/libgd/
H A Dgd_topal.c549 register boxptr b1, b2; in median_cut() local
568 b2->c0max = b1->c0max; in median_cut()
569 b2->c1max = b1->c1max; in median_cut()
570 b2->c2max = b1->c2max; in median_cut()
571 b2->c0min = b1->c0min; in median_cut()
572 b2->c1min = b1->c1min; in median_cut()
573 b2->c2min = b1->c2min; in median_cut()
620 b2->c0min = lb + 1; in median_cut()
625 b2->c1min = lb + 1; in median_cut()
630 b2->c2min = lb + 1; in median_cut()
[all …]
/PHP-8.2/ext/ffi/tests/
H A D021.phpt16 test(1, "enum __attribute__((packed)) {a2, b2}");
H A D046.phpt14 $x = FFI::type("enum __attribute__((packed)) {a2, b2}");
/PHP-8.2/Zend/
H A Dzend_strtod.c2405 b2 = p2;
2409 b2 = 0;
3896 b2 = 0; in zend_dtoa()
3900 b2 = -j; in zend_dtoa()
3909 b2 -= k; in zend_dtoa()
4134 m2 = b2; in zend_dtoa()
4147 b2 += i; in zend_dtoa()
4153 b2 -= i; in zend_dtoa()
4189 b2 += Log2P; in zend_dtoa()
4203 b2 += i; in zend_dtoa()
[all …]
/PHP-8.2/ext/standard/
H A Dvar.c1130 char b1[32], b2[32]; in php_var_serialize_intern() local
1133 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern()
1134 size_t l2 = b2 + sizeof(b2) - 1 - s2; in php_var_serialize_intern()
/PHP-8.2/ext/mbstring/ucgendat/
H A Ducgendat.php610 usort($buckets, function ($b1, $b2) {
611 return -(count($b1) <=> count($b2));
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c3666 Bucket *b2; local
3677 b2 = b1 + 1;
3678 while (b2 < end) {
3681 *b1 = *b2;
3682 *b2 = tmp;
3685 b2++;
3694 b2 = b1 + 1;
3695 while (b2 < end) {
3698 *b1 = *b2;
3699 *b2 = tmp;
[all …]
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_disasm.c289 static int zend_jit_cmp_labels(Bucket *b1, Bucket *b2) in zend_jit_cmp_labels() argument
291 return ((b1->h > b2->h) > 0) ? 1 : -1; in zend_jit_cmp_labels()
/PHP-8.2/build/
H A Dphp_cxx_compile_stdcxx.m4654 int b1, b2 = 42;
841 B<'a'> b2;

Completed in 66 milliseconds

12