Home
last modified time | relevance | path

Searched refs:in_array (Results 1 – 25 of 137) sorted by path

123456

/PHP-7.2/
H A DNEWS1354 . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin
/PHP-7.2/Zend/tests/
H A Dbug66218.phpt13 if (in_array($fct, $tab)) {
H A Dget_defined_functions_basic.phpt37 if (!in_array("cos", $internal) || !in_array("strlen", $internal)) {
47 if (count($user) == 2 && in_array("foo", $user) && in_array("helloworld", $user)) {
/PHP-7.2/Zend/tests/bug67436/
H A Dbug67436.phpt9 if (in_array($classname, array('a','b','c'))) {
H A Dbug67436_nohandler.phpt9 if (in_array($classname, array('a','b','c'))) {
/PHP-7.2/Zend/tests/multibyte/
H A Dbug68665.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_001.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_002.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_003.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_004.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_005.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dscalar_strict_declaration_placement_007.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.2/ext/date/tests/
H A DDateTimeZone_getLocation.phpt23 …if((!in_array($timeZoneArray['country_code'], $countryCode)) && (NULL != $timeZoneArray['country_c…
26 if(in_array($timeZoneArray['country_code'], $countryCodeTest)){
H A DDateTimeZone_listIdentifiers_basic1.phpt21 var_dump(in_array("Europe/London", $zones));
22 var_dump(in_array("America/New_York", $zones));
23 var_dump(in_array("UTC", $zones));
H A Dbug51819.phpt14 if (! in_array($sTz, $aTz)) {
H A Dtimezone_identifiers_list_basic1.phpt21 var_dump(in_array("Europe/London", $zones));
22 var_dump(in_array("America/New_York", $zones));
23 var_dump(in_array("UTC", $zones));
H A Dtimezones-list.phpt10 echo in_array( "Europe/Oslo", $a ) ? "found" : "notfound", "\n";
11 echo in_array( "Europe/Oslo", $b ) ? "found" : "notfound", "\n";
12 echo in_array( "Europe/Oslo", $c ) ? "found" : "notfound", "\n";
13 echo in_array( "Europe/Oslo", $d ) ? "found" : "notfound", "\n\n";
20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
21 echo in_array( "UTC", $b ) ? "found" : "notfound", "\n";
22 echo in_array( "UTC", $c ) ? "found" : "notfound", "\n";
23 echo in_array( "UTC", $d ) ? "found" : "notfound", "\n\n";
25 echo in_array( "US/Eastern", $a ) ? "found" : "notfound", "\n";
26 echo in_array( "US/Eastern", $b ) ? "found" : "notfound", "\n";
[all …]
/PHP-7.2/ext/dba/tests/
H A Dbug70825.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
H A Dbug71514.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
H A Dskipif.inc7 if (in_array('flatfile', $handlers)) {
17 if (!in_array($handler, dba_handlers())) {
/PHP-7.2/ext/dom/tests/
H A Ddom004.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.2/ext/interbase/
H A Dibase_query.c65 ibase_array *in_array, *out_array; member
171 if (ib_query->in_array) { in _php_ibase_free_query()
172 efree(ib_query->in_array); in _php_ibase_free_query()
332 ib_query->in_array = NULL; in _php_ibase_alloc_query()
400 } else if (FAILURE == _php_ibase_alloc_array(&ib_query->in_array, ib_query->in_sqlda, in _php_ibase_alloc_query()
777 ibase_array *ar = &ib_query->in_array[array_cnt]; in _php_ibase_bind()

Completed in 57 milliseconds

123456