Home
last modified time | relevance | path

Searched refs:a7 (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dbug42819.phpt40 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-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/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt49 $a7 = str_repeat('g', 4092);
59 do_insert($db, $i * 10 + 4, $a4, $a7);
62 do_insert($db, $i * 10 + 7, $a7, $a4);
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt230 a7 => a7
H A Dstrtolower-win32.phpt230 a7 => a7
H A Dconvert_cyr_string_basic.phpt104 191: a7
H A Dhtml_entity_decode_iso8859-15.phpt138 SECTION SIGN: § => a7
139 § => a7
H A Dhtml_entity_decode_win1251.phpt270 SECTION SIGN: § => a7
271 § => a7
H A Dhtml_entity_decode_macroman.phpt273 LATIN SMALL LETTER SHARP S: ß => a7
442 ß => a7
H A Dhtml_entity_decode_iso8859-5.phpt138 CYRILLIC CAPITAL LETTER YI: Ї => a7
H A Dhtml_entity_decode_cp866.phpt266 CYRILLIC SMALL LETTER ZE: з => a7
H A Dhtml_entity_decode_koi8-r.phpt266 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE: ╖ => a7
H A Dbug49785.phpt193 string(2) "a7"
/PHP-7.4/ext/ffi/tests/
H A D021.phpt22 test(8, "enum {a7=-1, b7=0x7fffffff, c7}");
/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()

Completed in 26 milliseconds