Home
last modified time | relevance | path

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

123456

/PHP-8.3/ext/standard/tests/streams/
H A Dglob-wrapper.phpt7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
/PHP-8.3/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
H A Dchunked_001.phpt6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
H A Dstream_filter_remove_error.phpt6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
/PHP-8.3/ext/pcntl/tests/
H A D002.phpt24 var_dump(in_array(SIGCHLD, $oldset));
25 var_dump(in_array(SIGTERM, $oldset));
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt10 if(in_array(PHP_OS_FAMILY, ['BSD', 'Darwin', 'Solaris', 'Linux'])){
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c640 static int mysqlnd_zval_array_to_mysqlnd_array(zval *in_array, MYSQLND ***out_array) argument
645 if (Z_TYPE_P(in_array) != IS_ARRAY) {
648 *out_array = ecalloc(zend_hash_num_elements(Z_ARRVAL_P(in_array)) + 1, sizeof(MYSQLND *));
649 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(in_array), elem) {
676 static zend_result mysqlnd_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *out_array) argument
678 MYSQLND **p = in_array;
717 static void mysqlnd_dont_poll_zval_array_from_mysqlnd_array(MYSQLND **in_array, zval *in_zval_array… argument
719 MYSQLND **p = in_array;
723 if (in_array) {
/PHP-8.3/ext/dom/tests/
H A Ddom_xinclude.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-8.3/ext/phar/tests/
H A Dphpinfo_002.phpt10 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
H A Dtest_signaturealgos.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
H A Dphpinfo_003.phpt10 if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
H A Dphar_setsignaturealgo2.phpt8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
/PHP-8.3/ext/standard/tests/strings/
H A Dbug65769.phpt30 var_dump(in_array($lconv['mon_thousands_sep'], ['.', '�']));
/PHP-8.3/ext/reflection/tests/
H A D001.phpt64 if (!in_array($m, $exp))
/PHP-8.3/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_chacha20_poly1305.phpt7 if (!in_array('chacha20-poly1305', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_ocb.phpt7 if (!in_array('aes-128-ocb', 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-8.3/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt11 if (!in_array($driver, array('mssql','sybase','dblib','firebird','mysql','oci')))
/PHP-8.3/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt10 if (!in_array('argon2i', password_algos(), true /* strict */)) {
H A Dphp_password_hash_argon2id.phpt10 if (!in_array('argon2id', password_algos(), true /* strict */)) {
H A Dphp_password_verify.phpt15 if (!in_array($algo, password_algos(), true /* strict */)) {
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt63 !in_array(gettype($charset->charset), array("string", "unicode")) ||
67 !in_array(gettype($charset->collation), array("string", "unicode")) ||

Completed in 20 milliseconds

123456