Home
last modified time | relevance | path

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

123456

/PHP-7.2/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.2/scripts/dev/
H A Dgenerate-phpt.phar469 if (!in_array($option, array_merge($this->shortOptions, $this->shortOptionsWithArgs)))
474 if (in_array($option, $this->shortOptions)) {
523 if( in_array( $function, $functions['internal'] ) ) {
636 if( in_array( $className, get_declared_classes() ) ) {
/PHP-7.2/
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 DNEWS1354 . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php573 if (in_array($endpoint, $this->skipEndpointList)) {
/PHP-7.2/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.2/ext/standard/
H A Dbasic_functions.c3326 PHP_FE(in_array, arginfo_in_array)
H A Darray.c1651 PHP_FUNCTION(in_array) in PHP_FUNCTION() argument

Completed in 86 milliseconds

123456