Home
last modified time | relevance | path

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

123456

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt123 if (!in_array($res->type, array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT))) {
H A Dmysqli_fetch_array_oo.phpt50 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
H A Dmysqli_fetch_array.phpt48 } while (in_array($illegal_mode, array(MYSQLI_ASSOC, MYSQLI_NUM, MYSQLI_BOTH)));
/PHP-8.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt40 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
334 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
636 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dphar_setdefaultstub.phpt60 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
355 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
650 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.3/ext/hash/tests/
H A Dhash_serialize_001.phpt44 return in_array($algo, ["xxh3", "xxh128"]);
/PHP-8.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-8.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)) {
H A Dopenssl256.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl512.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc162 if (!in_array('OpenSSL', $hash_avail)) {
167 if (in_array($key, $hash_avail)) {
405 if ($arg && !in_array('OpenSSL', $hash_avail))
523 $s .= "if (!in_array('phar', stream_get_wrappers())) {\n";
H A Dclicommand.inc175 if (!in_array($arg, array_keys($cfg['select']))) {
/PHP-8.3/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc20 if (!in_array($handler, $handlers)) {
/PHP-8.3/ext/ftp/tests/
H A Dserver.inc445 if (isset($matches[1]) && in_array($matches[1], ['file1', "file\nb0rk"])){
/PHP-8.3/ext/standard/tests/file/
H A Dfile.inc611 if ( ! in_array( $fields[$index], $stat_time_diff_keys ) ) {
/PHP-8.3/build/
H A Dgen_stub.php359 …return $this->isBuiltin && in_array($this->name, ["null", "false", "true", "bool", "int", "float"]…
1183 if (!in_array($refcount, ReturnInfo::REFCOUNTS, true)) {
3988 if ($tag->value && !in_array((int) $tag->value, ALL_PHP_VERSION_IDS, true)) {
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php1628 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} function
H A Dbasic_functions_arginfo.h2250 ZEND_FUNCTION(in_array);
2876 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(in_array, arginfo_in_array)
H A Darray.c1660 PHP_FUNCTION(in_array) in PHP_FUNCTION() argument

Completed in 66 milliseconds

123456