Searched refs:a7 (Results 1 – 14 of 14) sorted by relevance
/PHP-8.4/Zend/tests/ |
H A D | bug42819.phpt | 40 static $a7 = array(E_ERROR => 0); 50 static $a7 = array(E_ERROR => I); 60 static $a7 = array(E_ERROR => foo\I); 70 static $a7 = array(E_ERROR => ArrayObject::STD_PROP_LIST); 80 static $a7 = array(E_ERROR => E_ERROR); 106 print_r(bar1::$a7); 114 print_r(bar2::$a7); 122 print_r(bar3::$a7); 130 print_r(bar4::$a7); 138 print_r(bar5::$a7);
|
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 13 public final $a7; 51 C::a7: int(33) 52 D::a7: int(33)
|
/PHP-8.4/ext/standard/tests/array/ |
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.4/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 221 a7 => a7
|
H A D | strtoupper1.phpt | 224 a7 => a7
|
H A D | html_entity_decode_iso8859-15.phpt | 139 SECTION SIGN: § => a7 140 § => a7
|
H A D | html_entity_decode_macroman.phpt | 274 LATIN SMALL LETTER SHARP S: ß => a7 443 ß => a7
|
H A D | html_entity_decode_win1251.phpt | 271 SECTION SIGN: § => a7 272 § => a7
|
H A D | html_entity_decode_iso8859-5.phpt | 139 CYRILLIC CAPITAL LETTER YI: Ї => a7
|
H A D | html_entity_decode_koi8-r.phpt | 267 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE: ╖ => a7
|
H A D | html_entity_decode_cp866.phpt | 267 CYRILLIC SMALL LETTER ZE: з => a7
|
H A D | bug49785.phpt | 193 string(2) "a7"
|
/PHP-8.4/ext/snmp/ |
H A D | snmp.c | 1132 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in php_snmp() local 1157 Z_PARAM_STR(a7) in php_snmp() 1177 Z_PARAM_STR(a7) in php_snmp() 1257 …if (version == SNMP_VERSION_3 && !netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, … in php_snmp() 1620 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in PHP_METHOD() local 1624 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|SSSSSS", &a1, &a2, &a3, &a4,&a5, &a6, &a7) == FAILUR… in PHP_METHOD() 1628 if (!netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()
|
/PHP-8.4/ext/ffi/tests/ |
H A D | 021.phpt | 22 test(8, "enum {a7=-1, b7=0x7fffffff, c7}");
|
Completed in 31 milliseconds