Home
last modified time | relevance | path

Searched refs:in_array (Results 76 – 100 of 137) sorted by relevance

123456

/PHP-7.2/ext/dom/tests/
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.2/ext/standard/tests/filters/
H A Dchunked_001.phpt6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
H A Dstream_filter_remove_basic.phpt6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
/PHP-7.2/ext/phar/tests/zip/
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.2/ext/standard/tests/strings/
H A Dbug65769.phpt30 var_dump(in_array($lconv['mon_thousands_sep'], ['.', '�']));
/PHP-7.2/ext/reflection/tests/
H A D001.phpt65 if (!in_array($m, $exp))
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c692 static int mysqlnd_zval_array_to_mysqlnd_array(zval *in_array, MYSQLND ***out_array) argument
697 if (Z_TYPE_P(in_array) != IS_ARRAY) {
700 *out_array = ecalloc(zend_hash_num_elements(Z_ARRVAL_P(in_array)) + 1, sizeof(MYSQLND *));
701 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(in_array), elem) {
727 static int mysqlnd_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *out_array) argument
729 MYSQLND **p = in_array;
771 static int mysqlnd_dont_poll_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *in_zval_array,… argument
773 MYSQLND **p = in_array;
778 if (in_array) {
/PHP-7.2/ext/phar/tests/
H A Dphpinfo_002.phpt9 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
H A Dphpinfo_003.phpt9 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
H A Dphpinfo_001.phpt9 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
/PHP-7.2/ext/standard/tests/streams/
H A Dglob-wrapper.phpt7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_decrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt74 !in_array(gettype($charset->charset), array("string", "unicode")) ||
78 !in_array(gettype($charset->collation), array("string", "unicode")) ||
H A Dmysqli_stmt_attr_get.phpt39 } while (in_array($invalid_attr, $valid_attr));
H A Dmysqli_stmt_attr_set.phpt52 if (in_array($i, $valid_attr))
63 } while (in_array($invalid_attr, $valid_attr));
145 } while (in_array($invalid_cursor_type, $cursor_types));
/PHP-7.2/ext/standard/
H A Dphp_array.h52 PHP_FUNCTION(in_array);
/PHP-7.2/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt7 if (in_array(get_tds_version(), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version'…
/PHP-7.2/ext/dba/tests/
H A Dbug70825.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-7.2/ext/pgsql/tests/
H A Dbug71998.phpt60 if (!$r && in_array($ip, $bad)) {
/PHP-7.2/ext/spl/tests/
H A Dobserver_001.phpt39 if (!in_array($observer, $this->observers))
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt56 (in_array($e->getMessage(), $expected) ? 'EXPECTED ERROR' : $e->getMessage()));
/PHP-7.2/scripts/dev/
H A Dfind_tested.php41 if (!in_array($extension_name, $extensions)) {

Completed in 33 milliseconds

123456