Home
last modified time | relevance | path

Searched refs:a6 (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt12 static private $a6;
21 static private $a6;
45 C::a6: int(20)
46 D::a6: int(20)
/PHP-7.4/Zend/tests/
H A Dbug42819.phpt39 static $a6 = array(ArrayObject::STD_PROP_LIST => 0);
49 static $a6 = array(ArrayObject::STD_PROP_LIST => I);
59 static $a6 = array(ArrayObject::STD_PROP_LIST => foo\I);
69 static $a6 = array(ArrayObject::STD_PROP_LIST => ArrayObject::STD_PROP_LIST);
79 static $a6 = array(ArrayObject::STD_PROP_LIST => E_ERROR);
105 print_r(bar1::$a6);
113 print_r(bar2::$a6);
121 print_r(bar3::$a6);
129 print_r(bar4::$a6);
137 print_r(bar5::$a6);
/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.phpt48 $a6 = str_repeat('f', 4091);
60 do_insert($db, $i * 10 + 5, $a5, $a6);
61 do_insert($db, $i * 10 + 6, $a6, $a5);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61038.phpt7 var_dump(unpack("a6", "str\0\0"));
H A Dstrtoupper1-win32.phpt229 a6 => a6
H A Dstrtolower-win32.phpt229 a6 => a6
H A Dconvert_cyr_string_basic.phpt92 179: a6
H A Dhtml_entity_decode_win1251.phpt267 BROKEN BAR: ¦ => a6
268 ¦ => a6
H A Dhtml_entity_decode_macroman.phpt270 PILCROW SIGN: ¶ => a6
319 ¶ => a6
H A Dhtml_entity_decode_iso8859-5.phpt135 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I: І => a6
H A Dhtml_entity_decode_iso8859-15.phpt135 LATIN CAPITAL LETTER S WITH CARON: Š => a6
H A Dhtml_entity_decode_cp866.phpt263 CYRILLIC SMALL LETTER ZHE: ж => a6
H A Dhtml_entity_decode_koi8-r.phpt263 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE: ╕ => a6
H A Dbug49785.phpt192 string(2) "a6"
/PHP-7.4/ext/ffi/tests/
H A D021.phpt21 test(4, "enum {a6=-1, b6=0x7fffffff}");
/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 36 milliseconds