Home
last modified time | relevance | path

Searched refs:in_array (Results 51 – 75 of 144) sorted by relevance

123456

/PHP-7.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.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_003.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.3/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
9 if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared");
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt7 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
8 if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared"); ?>
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt6 if (!in_array(php_sapi_name(), $enabled_sapi)) {
H A Dget_extension_funcs_basic.phpt15 var_dump(in_array("cos", $result));
H A Dgetservbyname_basic.phpt10 if(in_array(PHP_OS_FAMILY, ['BSD', 'Darwin', 'Solaris', 'Linux'])){
/PHP-7.3/ext/opcache/tests/
H A Dbug76281.phpt9 …$user_sub_resource = in_array($action, array('get_securityquestions', 'get_status', 'get_groupstat…
H A Dbug75556.phpt14 || ($tz instanceof \DateTimeZone && !in_array($tz->getName(), ['UTC', 'Z'], true))
/PHP-7.3/ext/standard/tests/network/
H A Dbug64330.phpt5 if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
/PHP-7.3/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt7 if (in_array($classname, array('a','b','c'))) {
/PHP-7.3/ext/ldap/tests/
H A Dldap_get_option_package_basic.phpt13 var_dump(in_array($optionval, ['GnuTLS', 'OpenSSL', 'MozNSS']));
/PHP-7.3/ext/intl/tests/
H A Dcalendar_getKeywordValuesForLocale_basic.phpt24 var_dump(in_array('japanese', $var));
/PHP-7.3/ext/openssl/tests/
H A Dbug74402.phpt6 if (!in_array('AES256', openssl_get_cipher_methods(true))) print "skip";
/PHP-7.3/ext/dom/tests/
H A Ddom004.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_mysqli_result_invalid_mode.phpt17 } while (in_array($mode, $valid));
/PHP-7.3/ext/dba/tests/
H A Dbug71514.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-7.3/ext/standard/tests/filters/
H A Dbug79468.phpt6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt70 if( in_array("en_US.utf8",$all_system_locales) ||
71 in_array("Ko_KR.utf8",$all_system_locales) ||
72 in_array("zh_CN.utf8",$all_system_locales) ) {
H A Dsetlocale_variation1.phpt69 if( in_array("en_US.utf8",$all_system_locales) ||
70 in_array("Ko_KR.utf8",$all_system_locales) ||
71 in_array("zh_CN.utf8",$all_system_locales) ) {
/PHP-7.3/ext/date/tests/
H A Dbug51819.phpt14 if (! in_array($sTz, $aTz)) {
/PHP-7.3/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt4 <?php in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
/PHP-7.3/ext/pdo_dblib/tests/
H A Ddatetime2.phpt7 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0', '7…

Completed in 28 milliseconds

123456