Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt12 static private $a6;
21 static private $a6;
45 C::a6: int(1025)
46 D::a6: int(1025)
/PHP-7.3/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.3/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.3/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.3/ext/standard/tests/strings/
H A Dbug61038.phpt7 var_dump(unpack("a6", "str\0\0"));
H A Dstrtolower-win32.phpt229 a6 => a6
H A Dstrtoupper1-win32.phpt229 a6 => a6
H A Dconvert_cyr_string_basic.phpt88 179: a6
H A Dhtml_entity_decode_macroman.phpt270 PILCROW SIGN: ¶ => a6
319 ¶ => a6
H A Dhtml_entity_decode_win1251.phpt267 BROKEN BAR: ¦ => a6
268 ¦ => 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.3/ext/mysqli/tests/
H A Dcacert.pem17 d9:c4:14:19:75:87:a6:b1:ea:52:ed:40:54:5a:f6:
52 17:bb:a6:a0:e0:45:23:f3:61:40:31:5c:a3:ee:88:1c:00:31:
54 9e:bb:d6:36:24:24:f4:37:2c:a6:6c:0b:35:2e:bb:40:af:a7:
H A Dclient-cert.pem19 5b:cd:0b:28:ab:bb:07:33:d5:8b:d3:b4:72:c4:a6:
31 37:a6:c1:d7:9b:fe:08:34:98:e0:54:3c:30:4f:79:
/PHP-7.3/ext/snmp/
H A Dsnmp.c1370 char *a1, *a2, *a3, *a4, *a5, *a6, *a7; in php_snmp() local
1391 …&a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &type, &value, &timeout, &retries) =… in php_snmp()
1400 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &timeout, &retries) == FAILURE) { in php_snmp()
1457 …if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, N… in php_snmp()
1853 char *a1 = "", *a2 = "", *a3 = "", *a4 = "", *a5 = "", *a6 = "", *a7 = ""; in PHP_METHOD() local
1860 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len) == FAILURE) { in PHP_METHOD()
1864 if (netsnmp_session_set_security(snmp_object->session, a1, a2, a3, a4, a5, a6, a7)) { in PHP_METHOD()

Completed in 36 milliseconds