Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 1377) sorted by last modified time

12345678910>>...56

/PHP-5.5/win32/
H A Dregistry.c192 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
H A Dselect.c120 wret = MsgWaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100, QS_ALLEVENTS); in php_select()
H A Dsendmail.c223 WinsockStarted = FALSE; in TSendMail()
/PHP-5.5/win32/build/
H A Dmkdist.php406 return FALSE;
411 while (FALSE !== ($file = readdir($directory_list))) {
/PHP-5.5/tests/security/
H A Dopen_basedir_readlink.phpt15 test_open_basedir_before("readlink", FALSE);
H A Dopen_basedir.inc27 if (is_dir($directory) == FALSE) {
28 return FALSE;
32 if (is_readable($directory) == FALSE) {
33 return FALSE;
39 while (FALSE !== ($item = readdir($handle))) {
H A Dopen_basedir_linkinfo.phpt18 test_open_basedir_before("linkinfo", FALSE);
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt73 'uppercase FALSE' =>FALSE,
153 --uppercase FALSE--
/PHP-5.5/tests/
H A Dquicktester.inc9 FALSE === @ fopen('non_existent_file')
36 if (strpos($test, $a_operator)!== FALSE) {
56 $result = FALSE;
/PHP-5.5/tests/lang/
H A Dbug30638.phpt5 …etlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) {
H A Dcompare_objects_basic1.phpt37 echo "\n-- All the following compares should return FALSE --\n";
53 -- All the following compares should return FALSE --
H A D034.phpt7 …etlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) {
/PHP-5.5/
H A Dserver-tests.php294 return FALSE;
313 return FALSE;
328 return FALSE;
836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
840 while (($name = readdir($o)) !== FALSE) {
1418 $failed = FALSE;
1553 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'E') !== FALSE) {
1559 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'O') !== FALSE) {
1565 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'D') !== FALSE) {
1571 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'L') !== FALSE) {
[all …]
H A Drun-tests.php2623 $JUNIT = FALSE;
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Dboolean.txt5 'uppercase FALSE' =>FALSE,
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar997 'uppercase FALSE' =>FALSE,
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c211 if (ecb->WriteClient(ecb->ConnID, (char *) str, &num_bytes, HSE_IO_SYNC) == FALSE) { in sapi_isapi_ub_write()
303 header_info.fKeepConn = FALSE; in sapi_isapi_send_headers()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp115 return FALSE; in CompareFiles()
120 return FALSE; in CompareFiles()
164 return FALSE; in CompareStringWithFile()
209 return FALSE; in ReadGlobalEnvironment()
376 return FALSE; in ParseTestFile()
609 ok = FALSE; in IsapiThread()
676 context.waitEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in stress_main()
746 return FALSE; in GetServerVariable()
751 return FALSE; in GetServerVariable()
770 return FALSE; in ReadClient()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c823 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_012.phpt10 php_cli_server_start('print_r($_REQUEST); $_REQUEST["foo"] = "bar"; return FALSE;');
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c547 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
642 saw.bInheritHandle = FALSE; in fcgi_listen()
1163 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
/PHP-5.5/sapi/cgi/tests/
H A Dinclude.inc29 return FALSE;
/PHP-5.5/main/
H A Dsnprintf.c294 #define FALSE 0 macro
327 *is_negative = FALSE; in ap_php_conv_10()
400 *is_negative = FALSE; in php_conv_fp()
452 …p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH],… in php_conv_fp()
H A Dspprintf.c108 #define FALSE 0 macro
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation2.phpt18 'uppercase FALSE' =>FALSE,

Completed in 115 milliseconds

12345678910>>...56