Home
last modified time | relevance | path

Searched refs:FALSE (Results 101 – 125 of 835) sorted by relevance

12345678910>>...34

/PHP-7.4/ext/standard/tests/file/
H A Dis_dir_variation3.phpt9 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
21 FALSE,
H A Dfscanf_variation14.phpt51 "FALSE",
137 string(5) "FALSE"
212 string(5) "FALSE"
287 string(5) "FALSE"
362 string(5) "FALSE"
437 string(5) "FALSE"
512 string(5) "FALSE"
662 string(5) "FALSE"
737 string(5) "FALSE"
887 string(5) "FALSE"
[all …]
H A Dfnmatch_basic.phpt29 var_dump( fnmatch(FALSE, FALSE) );
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dhtmlentities18.phpt19 var_dump(htmlentities($test, ENT_QUOTES, NULL, FALSE));
20 var_dump(htmlspecialchars($test, ENT_QUOTES, NULL, FALSE));
/PHP-7.4/tests/security/
H A Dopen_basedir.inc27 if (is_dir($directory) == FALSE) {
28 return FALSE;
32 if (is_readable($directory) == FALSE) {
33 return FALSE;
39 while (FALSE !== ($item = readdir($handle))) {
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attr.c91 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
134 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
230 zend_bool isLenient = FALSE; in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/array/
H A Darray_values.phpt30 array(TRUE, FALSE, NULL, true, false, null, "TRUE", "FALSE",
191 string(5) "FALSE"
H A Din_array_variation2.phpt8 * if it is found in the array, FALSE otherwise.
27 FALSE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation4.phpt21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c140 BOOL nextisliteral = FALSE; in convert_posix()
176 nextisliteral = FALSE; in convert_posix()
581 BOOL is_negative = FALSE; in convert_glob_parse_range()
629 has_prev_c = FALSE; in convert_glob_parse_range()
678 has_prev_c = FALSE; in convert_glob_parse_range()
716 has_prev_c = FALSE; in convert_glob_parse_range()
799 BOOL in_atomic = FALSE; in convert_glob()
801 BOOL no_slash_z = FALSE; in convert_glob()
834 is_start = FALSE; in convert_glob()
837 is_start = FALSE; in convert_glob()
[all …]
H A Dpcre2_substitute.c84 BOOL literal = FALSE; in find_text_end()
93 literal = FALSE; in find_text_end()
133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end()
233 BOOL escaped_literal = FALSE; in pcre2_substitute()
234 BOOL overflowed = FALSE; in pcre2_substitute()
365 use_existing_match = FALSE; in pcre2_substitute()
505 escaped_literal = FALSE; in pcre2_substitute()
533 inparens = FALSE; in pcre2_substitute()
534 star = FALSE; in pcre2_substitute()
832 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt51 var_export( $int_value, FALSE);
65 FALSE,
75 var_export( $bool_value, FALSE);
113 var_export( $float_value, FALSE);
131 "FALSE",
146 var_export( $str, FALSE);
179 var_export( $arr, FALSE);
274 var_export( $obj, FALSE);
644 'FALSE'
645 'FALSE'
[all …]
H A Dvar_export-locale_32.phpt51 var_export( $int_value, FALSE);
65 FALSE,
75 var_export( $bool_value, FALSE);
113 var_export( $float_value, FALSE);
131 "FALSE",
146 var_export( $str, FALSE);
179 var_export( $arr, FALSE);
274 var_export( $obj, FALSE);
644 'FALSE'
645 'FALSE'
[all …]
H A Dbug70947.phpt5 $o = parse_ini_string('foo = bar 123', FALSE, INI_SCANNER_TYPED);
H A Dis_bool.phpt13 FALSE,
68 "FALSE",
72 'FALSE',
112 array(FALSE),
135 var_dump( is_bool(TRUE, FALSE) );
/PHP-7.4/ext/sysvsem/tests/
H A Dsysv.phpt18 if ($sem_id === FALSE) {
33 if ($shm_id === FALSE) {
60 if ($var1 === FALSE) {
68 if ($var1 === FALSE) {
/PHP-7.4/ext/soap/
H A Dphp_xml.c208 return FALSE; in attr_is_equal_ex()
213 return FALSE; in attr_is_equal_ex()
224 return FALSE; in node_is_equal_ex()
229 return FALSE; in node_is_equal_ex()
324 return FALSE; in parse_namespace()
/PHP-7.4/ext/exif/
H A Dexif.c58 # define FALSE 0 macro
3226 return FALSE; in exif_process_IFD_in_MAKERNOTE()
3230 return FALSE; in exif_process_IFD_in_MAKERNOTE()
3317 return FALSE; in exif_process_IFD_TAG_impl()
3627 return FALSE; in exif_process_IFD_TAG()
3631 return FALSE; in exif_process_IFD_TAG()
3655 return FALSE; in exif_process_IFD_in_JPEG()
3662 return FALSE; in exif_process_IFD_in_JPEG()
3683 return FALSE; in exif_process_IFD_in_JPEG()
3996 return FALSE; in exif_scan_thumbnail()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug25140.phpt2 Bug #25140 (mb_convert_encoding returns FALSE on an empty string)
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dnearzero.c64 return FALSE;
/PHP-7.4/tests/lang/
H A Dcompare_objects_basic1.phpt36 echo "\n-- All the following compares should return FALSE --\n";
52 -- All the following compares should return FALSE --
/PHP-7.4/ext/pdo_oci/
H A Dphp_pdo_oci_int.h91 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__)
92 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LI…
/PHP-7.4/ext/filter/tests/
H A D053.phpt8 function filter_test($str) { return FALSE; }
/PHP-7.4/ext/exif/tests/
H A Dbug77988.phpt7 exif_read_data(__DIR__."/bug77988.jpg", 'COMMENT', FALSE, TRUE);

Completed in 54 milliseconds

12345678910>>...34