/php-src/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 76 1.0b1 = 1.0b1 334 1.0b1 lt 1.0b1 : false 335 1.0b1 < 1.0b1 : false 336 1.0b1 le 1.0b1 : true 337 1.0b1 <= 1.0b1 : true 338 1.0b1 gt 1.0b1 : false 340 1.0b1 ge 1.0b1 : true 341 1.0b1 >= 1.0b1 : true 342 1.0b1 eq 1.0b1 : true 343 1.0b1 = 1.0b1 : true [all …]
|
/php-src/ext/standard/tests/serialize/ |
H A D | serialization_arrays_002.phpt | 14 $b[1] = "b1.changed"; 123 string(10) "b1.changed" 131 string(10) "b1.changed" 165 &string(10) "b1.changed" 167 &string(10) "b1.changed" 173 &string(10) "b1.changed" 175 &string(10) "b1.changed" 213 string(10) "b1.changed" 221 string(10) "b1.changed" 343 string(10) "b1.changed" [all …]
|
H A D | serialization_arrays_003.phpt | 14 $b[1] = "b1.changed"; 93 string(10) "b1.changed" 101 string(10) "b1.changed" 137 string(10) "b1.changed" 145 string(10) "b1.changed" 181 string(10) "b1.changed" 189 string(10) "b1.changed" 223 &string(10) "b1.changed" 225 &string(10) "b1.changed" 231 &string(10) "b1.changed" [all …]
|
H A D | serialization_arrays_005.phpt | 103 string(10) "b1.changed" 116 string(10) "b1.changed" 129 string(10) "b1.changed" 241 &string(10) "b1.changed" 254 &string(10) "b1.changed" 310 &string(10) "b1.changed" 379 &string(10) "b1.changed" 392 &string(10) "b1.changed" 455 string(10) "b1.changed" 475 string(10) "b1.changed" [all …]
|
H A D | serialization_arrays_004.phpt | 14 $b[1] = "b1.changed"; 81 string(10) "b1.changed" 89 string(10) "b1.changed" 137 &string(10) "b1.changed" 139 &string(10) "b1.changed" 145 &string(10) "b1.changed" 147 &string(10) "b1.changed" 202 &string(10) "b1.changed" 204 &string(10) "b1.changed" 206 &string(10) "b1.changed"
|
H A D | bug62836_1.phpt | 5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}'; 21 [b1] => B Object
|
H A D | bug62836_2.phpt | 5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}'; 24 [b1] => B Object
|
/php-src/ext/standard/tests/strings/ |
H A D | htmlentities-utf-3.phpt | 45 for ($b1 = 0xC0; $b1 < 0xE0; $b1++) { 47 $s = chr($b1).chr($b2); 54 for ($b1 = 0xE0; $b1 < 0xEF; $b1++) { 56 $s = chr($b1).chr($b2)."\x80"; 59 $s = chr($b1).chr($b2)."\xBF"; 65 for ($b1 = 0xF0; $b1 < 0xFF; $b1++) { 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 | 8 $b1 = "abc10"; 18 var_dump(strnatcmp($a1, $b1)); 21 var_dump(strnatcmp($b1, $c1)); 27 var_dump(strnatcmp($b1, $c2)); 32 var_dump(strnatcmp($b1, $b1)); 33 var_dump(strnatcmp($b1, $b2)); 36 var_dump(strnatcmp($b1, $a1)); 39 var_dump(strnatcmp($c1, $b1)); 42 var_dump(strnatcmp($b1, $a2));
|
/php-src/ext/dom/tests/ |
H A D | gh11500.phpt | 13 $b1 = $a1->appendChild($dom->createElementNS('http://example.com', 'b1')); 24 var_dump($b1->namespaceURI); 35 $b1 = $a1->appendChild($dom->createElementNS('http://example.com', 'b1')); 36 $c1 = $b1->appendChild($dom->createElementNS('http://example.com', 'c1')); 54 var_dump($b1->namespaceURI); 87 var_dump($dom->documentElement->firstChild->firstChild->namespaceURI); // b1 102 <root xmlns="http://example.com"><a1><b1/></a1><a2><b2/></a2></root> 110 <root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http… 120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root> 130 <root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http… [all …]
|
/php-src/Zend/tests/ |
H A D | class_properties_static.phpt | 6 public $b1 = 1 + 1; 12 $f->b1,
|
H A D | binary-32bit.phpt | 7 var_dump(0b1); 79 var_dump(-0b1);
|
H A D | binary.phpt | 9 var_dump(0b1); 81 var_dump(-0b1);
|
/php-src/Zend/tests/type_declarations/ |
H A D | typed_properties_059.phpt | 7 public ?int $b1; 27 ["b1"]=>
|
H A D | typed_properties_052.phpt | 9 public \B $b1; 24 ["b1"]=>
|
/php-src/ext/reflection/tests/property_hooks/ |
H A D | ReflectionProperty_isInitialized.phpt | 14 public $b1 { get => throw new Exception($this->b1); } 45 b1
|
/php-src/ext/gd/libgd/ |
H A D | gd_topal.c | 549 register boxptr b1, b2; in median_cut() local 568 b2->c0max = b1->c0max; in median_cut() 578 c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE; in median_cut() 579 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE; in median_cut() 580 c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE; in median_cut() 618 lb = (b1->c0max + b1->c0min) / 2; in median_cut() 619 b1->c0max = lb; in median_cut() 623 lb = (b1->c1max + b1->c1min) / 2; in median_cut() 624 b1->c1max = lb; in median_cut() 628 lb = (b1->c2max + b1->c2min) / 2; in median_cut() [all …]
|
/php-src/ext/xsl/tests/ |
H A D | xslt001.phpt | 18 a1 b1 c1 <br/>
|
H A D | xslt003.phpt | 19 a1 b1 c1 <br/>
|
H A D | xslt006.phpt | 19 a1 b1 c1 <br/>
|
H A D | xslt007.phpt | 20 a1 b1 c1 <br/>
|
H A D | xslt008-mb.phpt | 25 a1 b1 c1 <br/>
|
H A D | xslt008.phpt | 25 a1 b1 c1 <br/>
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_gcm.c | 64 b1 = ctx->cfg_blocks[b1].dom_parent; in ir_gcm_find_lca() 70 while (b1 != b2) { in ir_gcm_find_lca() 71 b1 = ctx->cfg_blocks[b1].dom_parent; in ir_gcm_find_lca() 487 return b1 == b2; in ir_gcm_dominates() 740 ir_hashtab_bucket *b1, *b2; in ir_xlat_binding() local 748 b1 = binding->data; in ir_xlat_binding() 751 key = b1->key; in ir_xlat_binding() 756 if (b1->val > 0) { in ir_xlat_binding() 758 b2->val = _xlat[b1->val]; in ir_xlat_binding() 760 b2->val = b1->val; in ir_xlat_binding() [all …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | get_defined_vars_basic.phpt | 44 $b1 = true; 142 ["b1"]=>
|