/PHP-8.3/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-8.3/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-8.3/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-8.3/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-8.3/ext/oci8/tests/ |
H A D | lob_001.phpt | 20 "create table lob_001_tab (id number, b1 blob)", 27 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (1, empty_blob()) returning b1 … 45 $s = oci_parse($c, "select b1 from lob_001_tab where id = 1"); 51 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (2, empty_blob()) returning b1 … 57 $s = oci_parse($c, "select b1 from lob_001_tab where id = 2");
|
H A D | bind_boolean_1.phpt | 91 l := :b1; 92 :b1 := :b2; 96 $b1 = true; 98 var_dump($b1, $b2); 99 oci_bind_by_name($s, ':b1', $b1, -1, OCI_B_BOL); 102 var_dump($b1, $b2);
|
H A D | lob_002.phpt | 20 "create table lob_002_tab (id number, b1 BLOB)", 25 $statement = oci_parse($c, "insert into lob_002_tab (id, b1) values (1, empty_blob()) returning b1 … 40 $select_sql = "select b1 from lob_002_tab where id = 1";
|
/PHP-8.3/Zend/tests/ |
H A D | class_properties_static.phpt | 6 public $b1 = 1 + 1; 12 $f->b1,
|
/PHP-8.3/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-8.3/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-8.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2.phpt | 94 $b1 = ord($str2[0]); 97 ($b1 != ($a_val + $j)) && ($str2len != (4086 + $j))) { 107 printf("b1 = %d\n", $b1);
|
/PHP-8.3/ext/xsl/tests/ |
H A D | xslt006.phpt | 18 a1 b1 c1 <br/>
|
H A D | xslt001.phpt | 17 a1 b1 c1 <br/>
|
H A D | xslt003.phpt | 18 a1 b1 c1 <br/>
|
H A D | xslt007.phpt | 19 a1 b1 c1 <br/>
|
H A D | xslt008-mb.phpt | 24 a1 b1 c1 <br/>
|
H A D | xslt008.phpt | 24 a1 b1 c1 <br/>
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | get_defined_vars_basic.phpt | 44 $b1 = true; 142 ["b1"]=>
|