Home
last modified time | relevance | path

Searched refs:TRUE (Results 351 – 375 of 1280) sorted by relevance

1...<<11121314151617181920>>...52

/PHP-5.5/ext/date/tests/
H A Ddate_sunrise_variation2.phpt69 'uppercase TRUE' =>TRUE,
160 --uppercase TRUE--
H A Ddate_sunset_variation2.phpt69 'uppercase TRUE' =>TRUE,
160 --uppercase TRUE--
H A Ddate_variation2.phpt70 'uppercase TRUE' =>TRUE,
165 -- uppercase TRUE --
H A Dtimezone_transitions_get_variation2.phpt71 'uppercase TRUE' =>TRUE,
184 -- uppercase TRUE --
H A Dtimezone_transitions_get_variation3.phpt71 'uppercase TRUE' =>TRUE,
184 -- uppercase TRUE --
H A Dmktime_variation1.phpt70 'uppercase TRUE' =>TRUE,
168 -- uppercase TRUE --
H A Dmktime_variation2.phpt70 'uppercase TRUE' =>TRUE,
162 -- uppercase TRUE --
H A Dmktime_variation3.phpt70 'uppercase TRUE' =>TRUE,
163 -- uppercase TRUE --
H A Dmktime_variation4.phpt70 'uppercase TRUE' =>TRUE,
164 -- uppercase TRUE --
H A Dmktime_variation5.phpt70 'uppercase TRUE' =>TRUE,
165 -- uppercase TRUE --
H A Dmktime_variation6.phpt70 'uppercase TRUE' =>TRUE,
166 -- uppercase TRUE --
/PHP-5.5/ext/standard/tests/file/
H A D005_error.phpt35 var_dump( filectime(__FILE__, TRUE) );
48 var_dump( filectime("/no/such/file/or/dir", TRUE) );
54 var_dump( filectime(__FILE__, TRUE) );
H A Dfile_get_contents_variation5.phpt86 'uppercase TRUE' =>TRUE,
179 --uppercase TRUE--
H A Dis_dir_basic.phpt7 Returns TRUE if the filename exists and is a regular file
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrichr_variation4.phpt89 'uppercase TRUE' =>TRUE,
192 --uppercase TRUE--
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation1.phpt91 'uppercase TRUE' =>TRUE,
194 --uppercase TRUE--
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt75 'uppercase TRUE' =>TRUE,
163 --uppercase TRUE--
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation3.phpt83 'uppercase TRUE' =>TRUE,
171 --uppercase TRUE--
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt28 "Hello world,012033 -3.3445 NULL TRUE FALSE\0 abcd\xxyz \x000 octal\n
49 TRUE,
50 "TRUE",
80 TRUE,
235 Position of 'TRUE' is => int(36)
248 Position of 'Hello world,012033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
H A Dsprintf_basic4.phpt18 $arg1 = TRUE;
/PHP-5.5/TSRM/
H A Dtsrm_win32.c244 if(!OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in tsrm_win32_access()
473 BOOL asuser = TRUE; in popen_ex()
493 security.bInheritHandle = TRUE; in popen_ex()
507 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
526 if(OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in popen_ex()
612 created = TRUE; in shmget()
/PHP-5.5/ext/xmlwriter/tests/
H A D012.phpt16 xmlwriter_set_indent($xw, TRUE);
/PHP-5.5/ext/standard/tests/array/
H A Dbug34227.phpt68 return TRUE;
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c108 if (c <= 0x7e) return TRUE; in euctw_is_allowed_reverse_match()
H A Dkoi8.c131 return (v != 0 ? TRUE : FALSE);

Completed in 129 milliseconds

1...<<11121314151617181920>>...52