Home
last modified time | relevance | path

Searched refs:a5 (Results 1 – 25 of 36) sorted by path

12

/PHP-7.4/Zend/tests/
H A Dbug42819.phpt38 static $a5 = array(\foo\foo::I => 0);
48 static $a5 = array(\foo\foo::I => I);
58 static $a5 = array(\foo\foo::I => foo\I);
68 static $a5 = array(\foo\foo::I => ArrayObject::STD_PROP_LIST);
78 static $a5 = array(\foo\foo::I => E_ERROR);
104 print_r(bar1::$a5);
112 print_r(bar2::$a5);
120 print_r(bar3::$a5);
128 print_r(bar4::$a5);
136 print_r(bar5::$a5);
H A Dbug55509.phpt69 $a5 = str_repeat("5", 1024 * 1024 * 1024 * 0.5);
/PHP-7.4/ext/ffi/tests/
H A D021.phpt20 test(8, "enum {a5=0x80000000, b5=-1}");
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2577 # for example like libreoffice-dev-doc_1%3a5.2.7-1+rpi1+deb9u3_all.deb
12759 # skip bad examples with garbage table names like in a5.show HYPERC MAC
H A Dmagic私はガラスを食べられます2577 # for example like libreoffice-dev-doc_1%3a5.2.7-1+rpi1+deb9u3_all.deb
12759 # skip bad examples with garbage table names like in a5.show HYPERC MAC
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt47 $a5 = str_repeat('e', 4090);
60 do_insert($db, $i * 10 + 5, $a5, $a6);
61 do_insert($db, $i * 10 + 6, $a6, $a5);
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt11 static protected $a5;
20 static protected $a5;
43 C::a5: int(18)
44 D::a5: int(18)
/PHP-7.4/ext/snmp/
H A Dsnmp.c1366 char *a1, *a2, *a3, *a4, *a5, *a6, *a7; in php_snmp() local
1387 …&a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &type, &value, &timeout, &retries) =… in php_snmp()
1396 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &timeout, &retries) == FAILURE) { in php_snmp()
1453 …if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, N… in php_snmp()
1849 char *a1 = "", *a2 = "", *a3 = "", *a4 = "", *a5 = "", *a6 = "", *a7 = ""; in PHP_METHOD() local
1856 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len) == FAILURE) { in PHP_METHOD()
1860 if (netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()
/PHP-7.4/ext/standard/tests/array/
H A Dbug34227.phpt58 function m11($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10)
71 function p5($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10, $a11, $a12)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt191 string(2) "a5"
H A Dbug61038.phpt2 Bug #61038: unpack("a5", "str\0\0") does not work as expected
6 var_dump(unpack("a5", "str\0\0"));
H A Dhtml_entity_decode_cp866.phpt260 CYRILLIC SMALL LETTER IE: е => a5
H A Dhtml_entity_decode_iso8859-15.phpt132 YEN SIGN: ¥ => a5
133 ¥ => a5
H A Dhtml_entity_decode_iso8859-5.phpt132 CYRILLIC CAPITAL LETTER DZE: Ѕ => a5
H A Dhtml_entity_decode_koi8-r.phpt260 BOX DRAWINGS DOUBLE DOWN AND RIGHT: ╔ => a5
H A Dhtml_entity_decode_macroman.phpt267 BULLET: • => a5
H A Dhtml_entity_decode_win1251.phpt264 CYRILLIC CAPITAL LETTER GHE WITH UPTURN: Ґ => a5
H A Dstrtolower-win32.phpt228 a5 => a5
H A Dstrtoupper1-win32.phpt228 a5 => a5
/PHP-7.4/tests/lang/operators/
H A Dadd_variationStr.phpt8 "a5.9"
50 --- testing: '0' + 'a5.9' ---
78 --- testing: '65' + 'a5.9' ---
106 --- testing: '-44' + 'a5.9' ---
134 --- testing: '1.2' + 'a5.9' ---
162 --- testing: '-7.7' + 'a5.9' ---
190 --- testing: 'abc' + 'a5.9' ---
388 --- testing: 'a5.9' + '0' ---
390 --- testing: 'a5.9' + '65' ---
392 --- testing: 'a5.9' + '-44' ---
[all …]
H A DbitwiseAnd_variationStr.phpt8 "a5.9"
50 --- testing: '0' & 'a5.9' ---
78 --- testing: '65' & 'a5.9' ---
106 --- testing: '-44' & 'a5.9' ---
134 --- testing: '1.2' & 'a5.9' ---
162 --- testing: '-7.7' & 'a5.9' ---
190 --- testing: 'abc' & 'a5.9' ---
388 --- testing: 'a5.9' & '0' ---
390 --- testing: 'a5.9' & '65' ---
392 --- testing: 'a5.9' & '-44' ---
[all …]
H A DbitwiseNot_variationStr.phpt8 "a5.9"
46 --- testing: 'a5.9' ---
H A DbitwiseOr_variationStr.phpt8 "a5.9"
50 --- testing: '0' | 'a5.9' ---
78 --- testing: '65' | 'a5.9' ---
106 --- testing: '-44' | 'a5.9' ---
134 --- testing: '1.2' | 'a5.9' ---
162 --- testing: '-7.7' | 'a5.9' ---
190 --- testing: 'abc' | 'a5.9' ---
388 --- testing: 'a5.9' | '0' ---
390 --- testing: 'a5.9' | '65' ---
392 --- testing: 'a5.9' | '-44' ---
[all …]
H A DbitwiseShiftLeft_variationStr.phpt8 "a5.9"
53 --- testing: '0' << 'a5.9' ---
81 --- testing: '65' << 'a5.9' ---
109 --- testing: '-44' << 'a5.9' ---
137 --- testing: '1.2' << 'a5.9' ---
165 --- testing: '-7.7' << 'a5.9' ---
193 --- testing: 'abc' << 'a5.9' ---
391 --- testing: 'a5.9' << '0' ---
393 --- testing: 'a5.9' << '65' ---
395 --- testing: 'a5.9' << '-44' ---
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt12 "a5.9"
58 --- testing: '0' << 'a5.9' ---
86 --- testing: '65' << 'a5.9' ---
114 --- testing: '-44' << 'a5.9' ---
142 --- testing: '1.2' << 'a5.9' ---
170 --- testing: '-7.7' << 'a5.9' ---
198 --- testing: 'abc' << 'a5.9' ---
396 --- testing: 'a5.9' << '0' ---
398 --- testing: 'a5.9' << '65' ---
400 --- testing: 'a5.9' << '-44' ---
[all …]

Completed in 150 milliseconds

12