Home
last modified time | relevance | path

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

123456

/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc22 && in_array($function[1], ['__construct', 'connect', 'real_connect']))
H A Dbug66218.phpt12 if (in_array($fct, $tab)) {
H A Dbug79668.phpt9 var_dump(in_array($funcname, $df['internal'], true));
H A Dframeless_jmp_001.phpt7 return in_array($needle, $haystack, true);
H A Dframeless_throwing_destructor.phpt11 in_array(new Foo(), [new Bar()], true);
H A Dget_defined_functions_basic.phpt32 if (!in_array("cos", $internal) || !in_array("strlen", $internal)) {
42 if (count($user) == 2 && in_array("foo", $user) && in_array("helloworld", $user)) {
/php-src/Zend/tests/bug67436/
H A Dbug67436.phpt11 if (in_array($classname, array('a','b','c'))) {
H A Dbug67436_nohandler.phpt7 if (in_array($classname, array('a','b','c'))) {
/php-src/build/
H A Dgen_stub.php370 …return $this->isBuiltin && in_array($this->name, ["null", "false", "true", "bool", "int", "float"]…
1202 if (!in_array($refcount, ReturnInfo::REFCOUNTS, true)) {
4768 if ($tag->value && !in_array((int) $tag->value, ALL_PHP_VERSION_IDS, true)) {
/php-src/ext/date/tests/
H A DDateTimeZone_getLocation.phpt18 …if (!in_array($timeZoneArray['country_code'], $countryCode) && NULL != $timeZoneArray['country_cod…
21 if(in_array($timeZoneArray['country_code'], $countryCodeTest)){
H A DDateTimeZone_listIdentifiers_basic1.phpt15 var_dump(in_array("Europe/London", $zones));
16 var_dump(in_array("America/New_York", $zones));
17 var_dump(in_array("UTC", $zones));
H A Dbug51819.phpt14 if (! in_array($sTz, $aTz)) {
H A Dtimezone_identifiers_list_basic1.phpt15 var_dump(in_array("Europe/London", $zones));
16 var_dump(in_array("America/New_York", $zones));
17 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-src/ext/dba/tests/
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
H A Dbug71514.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
H A Dskipif.inc5 if (in_array('flatfile', $handlers)) {
15 if (!in_array($handler, dba_handlers())) {
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc20 if (!in_array($handler, $handlers)) {
/php-src/ext/dom/tests/
H A Ddom004.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
H A Ddom_xinclude.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/php-src/ext/ftp/tests/
H A Dserver.inc445 if (isset($matches[1]) && in_array($matches[1], ['file1', "file\nb0rk"])){
/php-src/ext/hash/tests/
H A Dhash_serialize_001.phpt44 return in_array($algo, ["xxh3", "xxh128"]);
H A Dhash_serialize_002.phpt11 if (in_array($algo, $non_crypto)) {
H A Dhash_serialize_003.phpt251 if (!in_array($serial, $slist)) {
/php-src/ext/intl/tests/
H A Dcalendar_getAvailableLocales_basic.phpt14 var_dump(in_array('pt', $locales));

Completed in 70 milliseconds

123456