Home
last modified time | relevance | path

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

123456

/PHP-8.3/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
/PHP-8.3/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-8.3/ext/dba/tests/
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-8.3/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-8.3/ext/phar/tests/
H A Dphpinfo_001.phpt10 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
H A Dphpinfo_004.phpt10 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
/PHP-8.3/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
/PHP-8.3/scripts/dev/
H A Dfind_tested.php42 if (!in_array($extension_name, $extensions)) {
/PHP-8.3/ext/spl/tests/
H A Dobserver_001.phpt39 if (!in_array($observer, $this->observers))
/PHP-8.3/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-8.3/ext/oci8/tests/
H A Ddetails.inc61 if (!in_array($m['code'], array( // ignore expected errors
H A Dconn_attr.inc35 if (!in_array($m['code'], array( // ignore expected errors
/PHP-8.3/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-8.3/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
/PHP-8.3/ext/pgsql/tests/
H A Dbug71998.phpt68 if (!$r && in_array($ip, $bad)) {
/PHP-8.3/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt78 if( in_array($value, $all_system_locales) ) {
H A Dsetlocale_basic1.phpt78 if(in_array($value, $all_system_locales)){
/PHP-8.3/ext/standard/tests/file/windows_acls/
H A Dcommon.inc119 if (!in_array('N', $perm_entry)) {

Completed in 50 milliseconds

123456