Home
last modified time | relevance | path

Searched refs:TRUE (Results 201 – 225 of 1280) sorted by relevance

12345678910>>...52

/PHP-5.5/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt57 "TRUE" => TRUE,
156 -- Arg value TRUE --
H A Dbase64_decode_variation_002.phpt57 "TRUE" => TRUE,
150 -- Arg value TRUE --
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd.c7 #define TRUE 1 macro
65 return TRUE; in _gdGetColors()
89 return TRUE; in _gdGetColors()
H A Dgd_ss.c7 #define TRUE 1 macro
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c176 *is_warning = TRUE; in mysqlnd_handle_local_infile()
190 *is_warning = TRUE; in mysqlnd_handle_local_infile()
218 *is_warning = TRUE; in mysqlnd_handle_local_infile()
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt162 Key7 = TRUE
184 ;TRUE = 1.1
187 ;true = TRUE
210 echo "\n-- ini file with process_sections as TRUE --\n";
211 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
331 -- ini file with process_sections as TRUE --
H A Dfopen_variation3.phpt83 'uppercase TRUE' =>TRUE,
181 --uppercase TRUE--
H A Dmkdir_variation3.phpt82 'uppercase TRUE' =>TRUE,
173 --uppercase TRUE--
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt160 Key7 = TRUE
182 ;TRUE = 1.1
185 ;true = TRUE
204 echo "\n-- ini string with process_sections as TRUE --\n";
205 $ini_array = parse_ini_string($parse_string, TRUE);
321 -- ini string with process_sections as TRUE --
H A Dget_include_path_basic.phpt23 var_dump(get_include_path(TRUE));
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys.phpt11 var_dump(array_fill_keys(array('test', TRUE, 10, 100), ''));
H A Dksort_variation4.phpt19 $bool_values = array (true => true, false => false, TRUE => TRUE, FALSE => FALSE);
/PHP-5.5/Zend/tests/
H A Dbug63305.phpt38 return TRUE;
H A Doffset_long.phpt13 var_dump($long[TRUE]);
H A Doffset_null.phpt13 var_dump($null[TRUE]);
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode.phpt8 …rt(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(1) . "d"), TRUE);
9 …t(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(1) . "d"), TRUE));
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h80 #ifndef TRUE
81 #define TRUE 1 macro
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt88 'uppercase TRUE' =>TRUE,
178 --uppercase TRUE--
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation4.phpt87 'uppercase TRUE' =>TRUE,
167 --uppercase TRUE--
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt58 TRUE,
90 var_dump(session_set_cookie_params(1234567890, "blah", "foo", TRUE, $input));
91 var_dump(session_set_cookie_params(1234567890, "blah", "foo", TRUE, FALSE));
/PHP-5.5/ext/date/tests/
H A DDateTime_format_variation1.phpt71 'uppercase TRUE' =>TRUE,
166 -- uppercase TRUE --
H A Ddate_format_variation2.phpt71 'uppercase TRUE' =>TRUE,
166 -- uppercase TRUE --
H A Ddate_variation1.phpt70 'uppercase TRUE' =>TRUE,
165 -- uppercase TRUE --
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt72 'uppercase TRUE' =>TRUE,
150 --uppercase TRUE--
/PHP-5.5/ext/standard/tests/class_object/
H A Dinterface_exists_variation2.phpt70 'uppercase TRUE' =>TRUE,
165 --uppercase TRUE--

Completed in 62 milliseconds

12345678910>>...52