Home
last modified time | relevance | path

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

123456

/php-src/ext/openssl/tests/
H A Dbug72362.phpt7 if (!in_array('bf-ecb', openssl_get_cipher_methods())) die('skip bf-ecb not available');
H A Dbug74402.phpt7 if (!in_array('AES256', openssl_get_cipher_methods(true))) print "skip";
H A Dbug71917.phpt7 if (!in_array('rc4', openssl_get_cipher_methods())) die('skip rc4 not available');
/php-src/ext/ldap/tests/
H A Dldap_get_option_package_basic.phpt13 var_dump(in_array($optionval, ['GnuTLS', 'OpenSSL', 'MozNSS']));
/php-src/ext/opcache/tests/
H A Dbug75556.phpt14 || ($tz instanceof \DateTimeZone && !in_array($tz->getName(), ['UTC', 'Z'], true))
H A Dfunc_info.phpt16 if (in_array($function, ["extract", "compact", "get_defined_vars"])) {
/php-src/ext/standard/tests/network/
H A Dbug64330.phpt5 if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
/php-src/ext/pcntl/tests/
H A D002.phpt27 var_dump(in_array(SIGCHLD, $oldset));
28 var_dump(in_array(SIGTERM, $oldset));
/php-src/ext/dba/tests/
H A Dbug71514.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/php-src/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt6 if (!in_array(php_sapi_name(), $enabled_sapi)) {
H A Ddl-check-enabled.phpt9 if (!in_array(php_sapi_name(), $enabled_sapi)) {
H A Ddl-full-path-not-supported.phpt9 if (!in_array(php_sapi_name(), $enabled_sapi)) {
H A Dgetservbyname_basic.phpt10 if(in_array(PHP_OS_FAMILY, ['BSD', 'Darwin', 'Solaris', 'Linux'])){
H A Dgetservbyport_variation1.phpt12 if(in_array(PHP_OS_FAMILY, ['BSD', 'Darwin', 'Solaris', 'Linux'])){
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt59 if( in_array("en_US.utf8",$all_system_locales) ||
60 in_array("Ko_KR.utf8",$all_system_locales) ||
61 in_array("zh_CN.utf8",$all_system_locales) ) {
H A Dsetlocale_variation1.phpt58 if( in_array("en_US.utf8",$all_system_locales) ||
59 in_array("Ko_KR.utf8",$all_system_locales) ||
60 in_array("zh_CN.utf8",$all_system_locales) ) {
/php-src/ext/standard/tests/filters/
H A Dbug79468.phpt6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
/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…
/php-src/ext/date/tests/
H A Dbug51819.phpt14 if (! in_array($sTz, $aTz)) {
/php-src/Zend/tests/bug67436/
H A Dbug67436.phpt11 if (in_array($classname, array('a','b','c'))) {
/php-src/ext/pdo_dblib/tests/
H A Dbug_73396.phpt9 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0'])) …
H A Ddatetime2.phpt9 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0', '7…
/php-src/ext/zip/tests/
H A Dutils.inc16 if (!in_array($stat["name"], $entries)) {
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt7 in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
/php-src/ext/standard/tests/streams/
H A Dbug76943.phpt5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');

Completed in 168 milliseconds

123456