Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/standard/tests/strings/
H A Dbug61038.phpt7 var_dump(unpack("a6", "str\0\0"));
H A Dstrtoupper1-win32.phpt221 a6 => a6
H A Dstrtolower-win32.phpt220 a6 => a6
H A Dhtml_entity_decode_win1251.phpt268 BROKEN BAR: ¦ => a6
269 ¦ => a6
H A Dhtml_entity_decode_macroman.phpt271 PILCROW SIGN: ¶ => a6
320 ¶ => a6
H A Dhtml_entity_decode_iso8859-5.phpt136 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I: І => a6
H A Dhtml_entity_decode_iso8859-15.phpt136 LATIN CAPITAL LETTER S WITH CARON: Š => a6
H A Dhtml_entity_decode_cp866.phpt264 CYRILLIC SMALL LETTER ZHE: ж => a6
H A Dhtml_entity_decode_koi8-r.phpt264 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE: ╕ => a6
H A Dbug49785.phpt192 string(2) "a6"
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.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-8.0/ext/ffi/tests/
H A D021.phpt21 test(4, "enum {a6=-1, b6=0x7fffffff}");
/PHP-8.0/ext/snmp/
H A Dsnmp.c1114 char *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in php_snmp() local
1139 Z_PARAM_STRING(a6, a6_len) in php_snmp()
1159 Z_PARAM_STRING(a6, a6_len) in php_snmp()
1240 …if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, N… in php_snmp()
1605 char *a1 = "", *a2 = "", *a3 = "", *a4 = "", *a5 = "", *a6 = "", *a7 = ""; in PHP_METHOD() local
1612 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len) == FAILURE) { in PHP_METHOD()
1616 if (netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()

Completed in 28 milliseconds