Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 1280) sorted by last modified time

12345678910>>...52

/PHP-5.5/win32/
H A Dregistry.c192 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
194 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
200 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
H A Dtime.c103 timer = CreateWaitableTimer(NULL, TRUE, NULL); in usleep()
/PHP-5.5/win32/build/
H A Ddeplister.c34 return TRUE; in StatusRoutine()
38 return TRUE; in StatusRoutine()
40 return TRUE; in StatusRoutine()
/PHP-5.5/tests/strings/
H A D004.phpt12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt72 'uppercase TRUE' =>TRUE,
150 --uppercase TRUE--
/PHP-5.5/tests/
H A Dquicktester.inc20 $success = TRUE;
/PHP-5.5/tests/security/
H A Dopen_basedir.inc43 if (is_dir($path) == TRUE) {
57 return TRUE;
89 function test_open_basedir_before($function, $change = TRUE) {
98 if ($change == TRUE) {
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic1.phpt34 echo "\n-- The following compare should return TRUE --\n";
50 -- The following compare should return TRUE --
H A DforeachLoop.003.phpt6 $a = TRUE;
/PHP-5.5/
H A Dserver-tests.php304 return TRUE;
325 if(strlen($this->response) > 0) return TRUE;
1515 $failed = TRUE;
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Dboolean.txt4 'uppercase TRUE' =>TRUE,
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar996 'uppercase TRUE' =>TRUE,
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c703 return TRUE; in GetFilterVersion()
809 return TRUE; in GetExtensionVersion()
829 return TRUE; in exceptionhandler()
965 return TRUE; in DllMain()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp123 retval = TRUE; // success oriented in CompareFiles()
167 retval = TRUE; // success oriented in CompareStringWithFile()
270 WaitForMultipleObjects(numThreads, threads, TRUE, INFINITE); in DoThreads()
371 return TRUE; in ParseTestFile()
489 bUseTestFiles = TRUE; in main()
606 ok = TRUE; in IsapiThread()
709 BOOL ok = TRUE; in stress_main()
756 return TRUE; in GetServerVariable()
795 BOOL bRet = TRUE; in ServerSupportFunction()
909 return TRUE; in FillExtensionControlBlock()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c823 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c547 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
1163 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
/PHP-5.5/main/
H A Dwin95nt.h50 #define php_sleep(t) SleepEx(t*1000, TRUE)
H A Dsnprintf.c295 #define TRUE 1 macro
H A Dspprintf.c109 #define TRUE 1 macro
H A Dnetwork.c290 save = TRUE; ioctlsocket(sock, FIONBIO, &save)
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation2.phpt17 'uppercase TRUE' =>TRUE,
H A Dreadgzfile_variation9.phpt16 'uppercase TRUE' =>TRUE,
H A Dgzopen_variation1.phpt89 'uppercase TRUE' =>TRUE,
192 --uppercase TRUE--
H A Dgzopen_variation2.phpt89 'uppercase TRUE' =>TRUE,
192 --uppercase TRUE--
H A Dgzopen_variation3.phpt83 'uppercase TRUE' =>TRUE,
171 --uppercase TRUE--

Completed in 64 milliseconds

12345678910>>...52