Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt41 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
335 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
637 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dphar_setdefaultstub.phpt61 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
356 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
651 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.3/ext/phar/tests/files/
H A Dinclude_path2.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dnophar.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php113 …if (in_array($prop, ["BN", "NSM", "PDF", "LRE", "LRO", "RLE", "RLO", "LRI", "RLI", "FSI", "PDI"]))…
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc160 if (!in_array('OpenSSL', $hash_avail)) {
165 if (in_array($key, $hash_avail)) {
403 if ($arg && !in_array('OpenSSL', $hash_avail))
511 $s .= "if (!in_array('phar', stream_get_wrappers())) {\n";
H A Dclicommand.inc175 if (!in_array($arg, array_keys($cfg['select']))) {
/PHP-7.3/
H A Dserver-tests.php828 if (in_array($name, $skip)) continue;
830 $skip_ext = ($is_ext_dir && !in_array($name, $this->exts_to_test));
H A DNEWS2363 . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php571 if (in_array($endpoint, $this->skipEndpointList)) {
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt57 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
H A Dmysqli_fetch_all_oo.phpt86 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
H A Dmysqli_fetch_array.phpt58 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
H A Dmysqli_fetch_all.phpt85 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3353 PHP_FE(in_array, arginfo_in_array)
H A Darray.c1636 PHP_FUNCTION(in_array) in PHP_FUNCTION() argument

Completed in 66 milliseconds

123456