Home
last modified time | relevance | path

Searched refs:FALSE (Results 226 – 250 of 1377) sorted by relevance

12345678910>>...56

/PHP-5.5/Zend/tests/
H A Doffset_null.phpt14 var_dump($null[FALSE]);
/PHP-5.5/ext/zip/tests/
H A Dbug8700.phpt15 if ($zip->open($filename) === FALSE) {
/PHP-5.5/ext/gd/libgd/
H A Dgd_ss.c8 #define FALSE 0 macro
/PHP-5.5/ext/posix/tests/
H A Dposix_times_basic.phpt16 if ($times == FALSE) {
/PHP-5.5/ext/dba/tests/
H A Ddba001.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_normalize.c162 RETVAL_STRINGL( ret_buf, ret_len, FALSE ); in PHP_FUNCTION()
182 UBool uret = FALSE; in PHP_FUNCTION()
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_basic.phpt23 var_dump(session_module_name(FALSE));
33 $_SESSION["Foo"] = FALSE;
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation3.phpt43 /*4*/ array( array(true, false), array(TRUE, FALSE)),
55 /*8*/ array(16, 8.345, array("Fruits"), array(true, null), array(FALSE), array(-98, 0.005, 'banana…
H A Dksort_variation4.phpt19 $bool_values = array (true => true, false => false, TRUE => TRUE, FALSE => FALSE);
H A Darray_chunk_variation11.phpt12 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation29.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation9.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt89 'uppercase FALSE' =>FALSE,
181 --uppercase FALSE--
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation4.phpt88 'uppercase FALSE' =>FALSE,
170 --uppercase FALSE--
/PHP-5.5/ext/date/tests/
H A DDateTime_format_variation1.phpt72 'uppercase FALSE' =>FALSE,
169 -- uppercase FALSE --
H A Ddate_format_variation2.phpt72 'uppercase FALSE' =>FALSE,
169 -- uppercase FALSE --
H A Ddate_variation1.phpt71 'uppercase FALSE' =>FALSE,
168 -- uppercase FALSE --
/PHP-5.5/ext/standard/tests/file/
H A D005_variation2-win32.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
H A Dfopen_variation3.phpt84 'uppercase FALSE' =>FALSE,
184 --uppercase FALSE--
H A Dmkdir_variation3.phpt83 'uppercase FALSE' =>FALSE,
176 --uppercase FALSE--
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt73 'uppercase FALSE' =>FALSE,
153 --uppercase FALSE--
/PHP-5.5/ext/standard/tests/class_object/
H A Dinterface_exists_variation2.phpt71 'uppercase FALSE' =>FALSE,
168 --uppercase FALSE--
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_file.phpt13 if (($handle = fopen( "EmptyFile.txt", "w+")) == FALSE)
17 if (($handle2 = fopen( "DataFile.txt", "w+")) == FALSE)
24 if (fwrite($handle2, $content) === FALSE) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt91 array(FALSE),
109 "FALSE",
119 FALSE,
142 var_dump( is_int(TRUE, FALSE) );
143 var_dump( is_integer(TRUE, FALSE) );
144 var_dump( is_long(TRUE, FALSE) );
H A Dis_int_64bit.phpt93 array(FALSE),
111 "FALSE",
121 FALSE,
144 var_dump( is_int(TRUE, FALSE) );
145 var_dump( is_integer(TRUE, FALSE) );
146 var_dump( is_long(TRUE, FALSE) );

Completed in 57 milliseconds

12345678910>>...56