Home
last modified time | relevance | path

Searched refs:in_array (Results 101 – 125 of 148) sorted by relevance

123456

/php-src/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
H A Dphpinfo_001.phpt10 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
/php-src/ext/sodium/tests/
H A Dphp_password_verify.phpt15 if (!in_array($algo, password_algos(), true /* strict */)) {
/php-src/ext/openssl/tests/
H A Dopenssl_encrypt_ocb.phpt7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_basic.phpt33 if (in_array("bf-ecb", openssl_get_cipher_methods())) {
H A Decc_sm2.phpt8 if (!in_array('SM2', openssl_get_curve_names())) die("skip SM2 disabled");
/php-src/ext/dba/tests/
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt104 assert(in_array($mysqli_result->type, array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT)));
131 } while (in_array($mode, $valid));
H A Dmysqli_class_mysqli_driver_interface.phpt57 assert(in_array($driver->report_mode, [
H A Dmysqli_driver.phpt45 if (!in_array($report_mode, $all_modes)) {
H A Dmysqli_auth_pam.phpt22 …if (isset($row['Name']) && in_array($row['Name'], array('pam', 'authentication_pam', 'auth_pam_com…
/php-src/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt9 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
/php-src/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
/php-src/scripts/dev/
H A Dfind_tested.php42 if (!in_array($extension_name, $extensions)) {
/php-src/ext/spl/tests/
H A Dobserver_001.phpt39 if (!in_array($observer, $this->observers))
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_set_charset.phpt37 if (in_array($charset, UNSUPPORTED_ENCODINGS, true)) {
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php125 …if (in_array($prop, ["BN", "NSM", "PDF", "LRE", "LRO", "RLE", "RLO", "LRI", "RLI", "FSI", "PDI"]))…
135 if (in_array($prop, ["Pc", "Pd", "Ps", "Pe", "Po", "Pi", "Pf"])) {
139 if (in_array($prop, ["Cc", "Cf"])) {
/php-src/ext/hash/tests/
H A Dhash_serialize_003.phpt251 if (!in_array($serial, $slist)) {
H A Dhash_serialize_002.phpt11 if (in_array($algo, $non_crypto)) {
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
/php-src/ext/pgsql/tests/
H A Dbug71998.phpt69 if (!$r && in_array($ip, $bad)) {
/php-src/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt78 if(in_array($value, $all_system_locales)){
H A Dsetlocale_basic2.phpt78 if( in_array($value, $all_system_locales) ) {
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc119 if (!in_array('N', $perm_entry)) {

Completed in 60 milliseconds

123456