/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 10 static public $a4; 19 static public $a4; 41 C::a4: int(257) 42 D::a4: int(257)
|
/PHP-7.3/Zend/tests/ |
H A D | bug42819.phpt | 37 static $a4 = array(\foo\I => 0); 47 static $a4 = array(\foo\I => I); 57 static $a4 = array(\foo\I => foo\I); 67 static $a4 = array(\foo\I => ArrayObject::STD_PROP_LIST); 77 static $a4 = array(\foo\I => E_ERROR); 103 print_r(bar1::$a4); 111 print_r(bar2::$a4); 119 print_r(bar3::$a4); 127 print_r(bar4::$a4); 135 print_r(bar5::$a4);
|
H A D | bug55509.phpt | 67 $a4 = str_repeat("4", 1024 * 1024 * 1024 * 0.5);
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug48224.phpt | 9 $a4 = array_rand($a, count($a)); 11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
|
H A D | bug34227.phpt | 58 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.3/ext/simplexml/tests/ |
H A D | bug38424.phpt | 20 $xml["a4"] = $str ; 26 <xml a1="abc &amp; def" a2="abc &amp; def" a3="abc & def" a4="abc & def"/>
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | client-cert.pem | 15 00:c8:d1:a1:fe:a4:8c:f3:1b:17:71:1b:74:35:11: 24 52:18:0b:af:19:2b:d4:e5:66:74:a4:f3:f0:da:09: 28 47:02:20:2b:57:bb:32:20:dd:06:4c:76:a4:9b:72: 50 0c:b7:a4:99:03:8a:4f:0c:3c:2c:23:78:35:2a:99:ea:de:9c: 53 80:e7:9c:7e:60:90:0f:a4:4e:70:20:9c:b1:e4:1b:70:65:b0: 58 3a:c9:b1:e2:cd:13:d2:9c:ce:7d:6c:a8:f0:32:c9:a4:af:56:
|
H A D | cacert.pem | 21 8e:3f:72:93:90:bc:2c:b0:04:75:4f:a4:4a:a0:32:
|
/PHP-7.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2a.phpt | 46 $a4 = str_repeat('d', 4089); 59 do_insert($db, $i * 10 + 4, $a4, $a7); 62 do_insert($db, $i * 10 + 7, $a7, $a4);
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | bug61038.phpt | 5 var_dump(unpack("a4", "str\0\0"));
|
H A D | strtolower-win32.phpt | 227 a4 => a4
|
H A D | strtoupper1-win32.phpt | 227 a4 => a4
|
H A D | convert_cyr_string_basic.phpt | 95 186: a4
|
H A D | html_entity_decode_macroman.phpt | 264 SECTION SIGN: § => a4 274 § => a4
|
H A D | html_entity_decode_win1251.phpt | 261 CURRENCY SIGN: ¤ => a4 262 ¤ => a4
|
H A D | html_entity_decode_iso8859-5.phpt | 129 CYRILLIC CAPITAL LETTER UKRAINIAN IE: Є => a4
|
H A D | html_entity_decode_iso8859-15.phpt | 129 EURO SIGN: € => a4
|
H A D | html_entity_decode_cp866.phpt | 257 CYRILLIC SMALL LETTER DE: д => a4
|
H A D | html_entity_decode_koi8-r.phpt | 257 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE: ╓ => a4
|
H A D | bug49785.phpt | 190 string(2) "a4"
|
/PHP-7.3/ext/recode/tests/ |
H A D | 002.phpt | 32 #31 32 33 c3 a5 c3 a4 c3 b6 61 62 63 #
|
H A D | 001.phpt | 36 #31 32 33 c3 a5 c3 a4 c3 b6 61 62 63 #
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | bug52981.phpt | 23 d4 a4
|
/PHP-7.3/ext/snmp/ |
H A D | snmp.c | 1370 char *a1, *a2, *a3, *a4, *a5, *a6, *a7; in php_snmp() local 1391 …&a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &type, &value, &timeout, &retries) =… in php_snmp() 1400 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &timeout, &retries) == FAILURE) { in php_snmp() 1457 …if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, N… in php_snmp() 1853 char *a1 = "", *a2 = "", *a3 = "", *a4 = "", *a5 = "", *a6 = "", *a7 = ""; in PHP_METHOD() local 1860 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len) == FAILURE) { in PHP_METHOD() 1864 if (netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 4756 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' 5044 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|