Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt13 public final $a7;
49 C::a7: int(33)
50 D::a7: int(33)
/php-src/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-src/ext/standard/tests/strings/
H A Dstrtolower.phpt221 a7 => a7
H A Dstrtoupper1.phpt224 a7 => a7
H A Dhtml_entity_decode_iso8859-15.phpt139 SECTION SIGN: § => a7
140 § => a7
H A Dhtml_entity_decode_macroman.phpt274 LATIN SMALL LETTER SHARP S: ß => a7
443 ß => a7
H A Dhtml_entity_decode_win1251.phpt271 SECTION SIGN: § => a7
272 § => a7
H A Dhtml_entity_decode_iso8859-5.phpt139 CYRILLIC CAPITAL LETTER YI: Ї => a7
H A Dhtml_entity_decode_cp866.phpt267 CYRILLIC SMALL LETTER ZE: з => a7
H A Dhtml_entity_decode_koi8-r.phpt267 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE: ╖ => a7
H A Dbug49785.phpt193 string(2) "a7"
/php-src/ext/snmp/
H A Dsnmp.c1132 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-src/ext/ffi/tests/
H A D021.phpt22 test(8, "enum {a7=-1, b7=0x7fffffff, c7}");

Completed in 30 milliseconds