Home
last modified time | relevance | path

Searched refs:FALSE (Results 126 – 150 of 1370) sorted by relevance

12345678910>>...55

/PHP-7.0/ext/standard/tests/file/
H A Dis_dir_variation3.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
19 FALSE,
H A Dfnmatch_basic.phpt29 var_dump( fnmatch(FALSE, FALSE) );
H A Dmkdir_variation1-win32.phpt63 'uppercase FALSE' =>FALSE,
105 --uppercase FALSE--
H A Dmkdir_variation1.phpt63 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--
H A Drmdir_variation1.phpt64 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--
/PHP-7.0/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", "");
H A Darray_search_variation4.phpt7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE
44 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
45 var_dump( array_search(FALSE,
/PHP-7.0/ext/session/tests/
H A Dsave_handler.inc36 return $return === FALSE ? FALSE : TRUE;
53 while (($file = readdir($directory)) !== FALSE) {
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c237 return FALSE;
242 return (v != 0 ? TRUE : FALSE);
252 return FALSE; in is_code_ctype()
H A Deuc_jp.c172 return FALSE; in is_allowed_reverse_match()
229 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); in is_code_ctype()
243 return FALSE; in is_code_ctype()
/PHP-7.0/ext/exif/
H A Dexif.c83 # define FALSE 0 macro
2746 return FALSE; in exif_process_IFD_in_MAKERNOTE()
2801 return FALSE; in exif_process_IFD_in_MAKERNOTE()
2837 return FALSE; in exif_process_IFD_TAG()
2854 return FALSE; in exif_process_IFD_TAG()
2861 return FALSE; in exif_process_IFD_TAG()
3157 return FALSE; in exif_process_IFD_in_JPEG()
3164 return FALSE; in exif_process_IFD_in_JPEG()
3185 return FALSE; in exif_process_IFD_in_JPEG()
3489 return FALSE; in exif_scan_thumbnail()
[all …]
/PHP-7.0/ext/soap/
H A Dphp_xml.c213 return FALSE; in attr_is_equal_ex()
218 return FALSE; in attr_is_equal_ex()
229 return FALSE; in node_is_equal_ex()
234 return FALSE; in node_is_equal_ex()
329 return FALSE; in parse_namespace()
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_bool.phpt13 FALSE,
68 "FALSE",
72 'FALSE',
112 array(FALSE),
135 var_dump( is_bool(TRUE, FALSE) );
H A Dbug70947.phpt5 $o = parse_ini_string('foo = bar 123', FALSE, INI_SCANNER_TYPED);
H A Dfloatval_error.phpt17 var_dump( floatval(10.5, FALSE) );
18 var_dump( doubleval(10.5, FALSE) );
/PHP-7.0/ext/pdo_oci/
H A Dphp_pdo_oci_int.h93 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__)
94 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LI…
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities18.phpt19 var_dump(htmlentities($test, ENT_QUOTES, NULL, FALSE));
20 var_dump(htmlspecialchars($test, ENT_QUOTES, NULL, FALSE));
H A Dvprintf_variation12.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12_64bit.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12_64bit.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
/PHP-7.0/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.0/ext/bcmath/libbcmath/src/
H A Dzero.c60 return FALSE; in bc_is_zero()
/PHP-7.0/tests/lang/
H A Dcompare_objects_basic1.phpt37 echo "\n-- All the following compares should return FALSE --\n";
53 -- All the following compares should return FALSE --

Completed in 46 milliseconds

12345678910>>...55