Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/pcntl/tests/
H A D002.phpt20 var_dump(in_array(SIGCHLD, $oldset));
21 var_dump(in_array(SIGTERM, $oldset));
/PHP-7.3/ext/standard/tests/streams/
H A Dbug76943.phpt5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
H A Dglob-wrapper.phpt7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
/PHP-7.3/ext/spl/examples/
H A Dclass_tree.php56 if (!$parent || !in_array($iname, $parent_imp))
/PHP-7.3/ext/openssl/tests/
H A Dbug70438.phpt6 if (!in_array('AES-128-CBC', openssl_get_cipher_methods(true))) {
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.3/ext/standard/tests/general_functions/
H A Dgetservbyport_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-7.3/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt24 if (in_array($file->getFilename(), $skip)) {
/PHP-7.3/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.3/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.3/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.3/ext/standard/tests/strings/
H A Dbug65769.phpt30 var_dump(in_array($lconv['mon_thousands_sep'], ['.', '�']));
/PHP-7.3/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");
/PHP-7.3/ext/reflection/tests/
H A D001.phpt65 if (!in_array($m, $exp))
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c698 static int mysqlnd_zval_array_to_mysqlnd_array(zval *in_array, MYSQLND ***out_array) argument
703 if (Z_TYPE_P(in_array) != IS_ARRAY) {
706 *out_array = ecalloc(zend_hash_num_elements(Z_ARRVAL_P(in_array)) + 1, sizeof(MYSQLND *));
707 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(in_array), elem) {
733 static int mysqlnd_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *out_array) argument
735 MYSQLND **p = in_array;
777 static int mysqlnd_dont_poll_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *in_zval_array,… argument
779 MYSQLND **p = in_array;
784 if (in_array) {
/PHP-7.3/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));
/PHP-7.3/ext/standard/
H A Dphp_array.h50 PHP_FUNCTION(in_array);
/PHP-7.3/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt7 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…

Completed in 32 milliseconds

123456