Home
last modified time | relevance | path

Searched refs:TRUE (Results 126 – 150 of 617) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/standard/tests/array/
H A Darray_chunk_variation32.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation8.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation21.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_search_variation2.phpt20 TRUE,
27 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
H A Darray_chunk_variation24.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Din_array_variation2.phpt19 TRUE,
26 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
H A Duasort_variation3.phpt46 1 => 10, // expecting: value will be replaced by 'TRUE'
62 TRUE => 100,
/PHP-8.0/ext/standard/tests/general_functions/
H A D005.phpt6 var_dump (is_scalar (TRUE));
H A Dintval_variation1.phpt64 'uppercase TRUE' =>TRUE,
150 --uppercase TRUE--
H A Dis_callable_variation1.phpt10 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
11 var_dump( is_callable($func, TRUE, $callable_name) );
43 * expected: true with $syntax = TRUE
H A Dbug41445_1.phpt21 var_dump(parse_ini_file($file, TRUE));
H A Dis_callable_basic1.phpt10 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
11 var_dump( is_callable($func, TRUE, $callable_name) );
/PHP-8.0/Zend/tests/
H A Dbug77589.phpt17 , TRUE, INI_SCANNER_TYPED));
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
H A Dbug62907.phpt13 return TRUE;
/PHP-8.0/tests/security/
H A Dopen_basedir.inc43 if (is_dir($path) == TRUE) {
57 return TRUE;
89 function test_open_basedir_before($function, $change = TRUE) {
98 if ($change == TRUE) {
/PHP-8.0/ext/standard/tests/strings/
H A Ducfirst.phpt28 TRUE, // bool type
29 "TRUE",
124 string(4) "TRUE"
/PHP-8.0/ext/dom/tests/
H A Dbug37277.phpt15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
/PHP-8.0/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt16 'uppercase TRUE' =>TRUE,
/PHP-8.0/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt26 ini_set("session.cookie_secure", TRUE);
28 ini_set("session.cookie_httponly", TRUE);
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c473 list[1] = TRUE; in get_chr_property_list()
663 entered_a_group = TRUE; in compare_opcodes()
761 invert_bits = TRUE; in compare_opcodes()
768 invert_bits = TRUE; in compare_opcodes()
775 invert_bits = TRUE; in compare_opcodes()
806 if (list[1] == 0) return TRUE; in compare_opcodes()
826 accepted = TRUE; in compare_opcodes()
932 if (list[1] == 0) return TRUE; in compare_opcodes()
1085 if (list[1] == 0) return TRUE; in compare_opcodes()
/PHP-8.0/ext/standard/tests/streams/
H A Dbug40459.phpt49 return TRUE;
54 return TRUE;
/PHP-8.0/ext/ldap/tests/
H A Dldap_get_option_controls.phpt32 'iscritical' => TRUE,
39 'iscritical' => TRUE,
/PHP-8.0/ext/hash/tests/
H A Dhash_hmac_basic.phpt27 echo "md5(raw): " . bin2hex(hash_hmac('md5', $content, $key, TRUE)) . "\n";
28 echo "sha256(raw): " . bin2hex(hash_hmac('sha256', $content, $key, TRUE)) . "\n";

Completed in 27 milliseconds

12345678910>>...25