Home
last modified time | relevance | path

Searched refs:FALSE (Results 76 – 100 of 835) sorted by relevance

12345678910>>...34

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c114 BOOL had_recurse = FALSE; in find_minlength()
242 had_recurse = FALSE; in find_minlength()
1097 try_next = FALSE; in set_start_bits()
1146 try_next = FALSE; in set_start_bits()
1238 try_next = FALSE; in set_start_bits()
1249 try_next = FALSE; in set_start_bits()
1291 try_next = FALSE; in set_start_bits()
1325 try_next = FALSE; in set_start_bits()
1335 try_next = FALSE; in set_start_bits()
1340 try_next = FALSE; in set_start_bits()
[all …]
/PHP-7.4/ext/intl/tests/
H A Duconverter_func_subst.phpt12 if ($ret === FALSE) {
18 if ($ret === FALSE) {
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_015.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_013.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvfprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation16.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation10.phpt53 array(true), array(false), array(TRUE), array(FALSE),
59 TRUE, 0, FALSE, 1,
60 true, false, TRUE, FALSE,
62 1, TRUE, 0, FALSE),
H A Dvfprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
55 TRUE, 0, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
H A Dvsprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvfprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
/PHP-7.4/ext/phar/tests/files/
H A Dopenssl.cnf33 basicConstraints = CA:FALSE
42 basicConstraints=CA:FALSE
/PHP-7.4/ext/openssl/tests/
H A Dopenssl.cnf40 basicConstraints = CA:FALSE
49 basicConstraints=CA:FALSE
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt26 "FALSE" => FALSE,
61 -- Filename: FALSE --
64 Failed to write data to: FALSE
/PHP-7.4/ext/standard/tests/array/
H A Darray_search_variation2.phpt7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE
27 FALSE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt27 echo "Internal errors FALSE\n";
43 Internal errors FALSE

Completed in 35 milliseconds

12345678910>>...34