/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 10 static public $a4; 19 static public $a4; 41 C::a4: int(17) 42 D::a4: int(17)
|
/PHP-8.1/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 | 70 $a4 = str_repeat("4", 1024 * 1024 * 1024 * 0.5);
|
/PHP-8.1/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-8.1/Zend/asm/ |
H A D | jump_arm_aapcs_elf_gas.S | 74 pop {a4,v1-v8,lr} 77 str a1, [a4, #0] 78 str a3, [a4, #4]
|
H A D | jump_arm_aapcs_macho_gas.S | 85 pop {a4,v1-v8,lr} 88 str a1, [a4, #0] 89 str a3, [a4, #4]
|
H A D | make_riscv64_sysv_elf_gas.S | 78 lla a4, finish 79 sd a4, 0xc0(a0)
|
/PHP-8.1/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-8.1/ext/standard/tests/strings/ |
H A D | bug61038.phpt | 5 var_dump(unpack("a4", "str\0\0"));
|
H A D | strtolower-win32.phpt | 217 a4 => a4
|
H A D | strtoupper1-win32.phpt | 218 a4 => a4
|
H A D | html_entity_decode_macroman.phpt | 265 SECTION SIGN: § => a4 275 § => a4
|
H A D | html_entity_decode_win1251.phpt | 262 CURRENCY SIGN: ¤ => a4 263 ¤ => a4
|
H A D | html_entity_decode_iso8859-5.phpt | 130 CYRILLIC CAPITAL LETTER UKRAINIAN IE: Є => a4
|
H A D | html_entity_decode_iso8859-15.phpt | 130 EURO SIGN: € => a4
|
H A D | html_entity_decode_cp866.phpt | 258 CYRILLIC SMALL LETTER DE: д => a4
|
H A D | html_entity_decode_koi8-r.phpt | 258 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE: ╓ => a4
|
H A D | bug49785.phpt | 190 string(2) "a4"
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2.phpt | 48 $a4 = str_repeat('d', 4089); 61 do_insert($db, $i * 10 + 4, $a4, $a7); 64 do_insert($db, $i * 10 + 7, $a7, $a4);
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | bug52981.phpt | 24 d4 a4
|
/PHP-8.1/ext/ffi/tests/ |
H A D | 021.phpt | 19 test(8, "enum {a4=-1, b4=0x80000000}");
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.c | 1134 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in php_snmp() local 1156 Z_PARAM_STR(a4) in php_snmp() 1176 Z_PARAM_STR(a4) in php_snmp() 1259 …if (version == SNMP_VERSION_3 && !netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, … in php_snmp() 1622 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in PHP_METHOD() local 1626 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|SSSSSS", &a1, &a2, &a3, &a4,&a5, &a6, &a7) == FAILUR… in PHP_METHOD() 1630 if (!netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()
|
/PHP-8.1/ext/hash/tests/ |
H A D | crc32.phpt | 182 735400a4
|
/PHP-8.1/build/ |
H A D | libtool.m4 | 4765 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' 5053 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|