Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 1285) sorted by path

12345678910>>...52

/PHP-7.2/
H A DNEWS2999 . Fixed bug #71038 (session_start() returns TRUE on failure).
/PHP-7.2/TSRM/
H A Dtsrm_win32.c259 if(!OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in tsrm_win32_access()
490 BOOL asuser = TRUE; in popen_ex()
531 security.bInheritHandle = TRUE; in popen_ex()
548 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
567 if(OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in popen_ex()
664 created = TRUE; in shmget()
/PHP-7.2/Zend/tests/
H A D008.phpt7 var_dump(define("TRUE"));
8 var_dump(define("TRUE", 1));
9 var_dump(define("TRUE", 1, array(1)));
H A D019.phpt12 Description: Returns TRUE if var exists; FALSE otherwise
45 TRUE,
H A Dbug30451.phpt8 protected static $property = TRUE;
11 return TRUE;
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
H A Dbug62907.phpt13 return TRUE;
H A Dbug63305.phpt37 return TRUE;
H A Dbug63762.phpt8 $ref->setAccessible(TRUE);
H A Dbug77589.phpt17 , TRUE, INI_SCANNER_TYPED));
H A Dconcat_003.phpt8 $time = microtime(TRUE);
24 $time = microtime(TRUE);
31 $t = microtime(TRUE) - $time;
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
H A Dfunction_exists_variation1.phpt51 TRUE,
H A Dget_defined_vars.phpt15 $boolean = TRUE; //boolean
H A Dlist_keyed_conversions.phpt12 list(NULL => $NULL, 1.5 => $float, FALSE => $FALSE, TRUE => $TRUE) = $results;
13 var_dump($NULL, $float, $FALSE, $TRUE);
H A Doffset_array.phpt13 var_dump($arr[TRUE]);
H A Doffset_bool.phpt6 $bool = TRUE;
13 var_dump($bool[TRUE]);
H A Doffset_long.phpt13 var_dump($long[TRUE]);
H A Doffset_null.phpt13 var_dump($null[TRUE]);
H A Doffset_string.phpt16 var_dump($str[TRUE]);
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_basic.phpt38 TRUE,
H A Dscalar_return_basic.phpt41 TRUE,
H A Dscalar_return_basic_64bit.phpt41 TRUE,
H A Dscalar_strict.phpt42 TRUE,
H A Dscalar_strict_64bit.phpt42 TRUE,

Completed in 62 milliseconds

12345678910>>...52