Home
last modified time | relevance | path

Searched refs:TRUE (Results 51 – 75 of 741) sorted by relevance

12345678910>>...30

/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation6.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvsprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation16.phpt50 array(true), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation10.phpt53 array(true), array(false), array(TRUE), array(FALSE),
58 array( true, TRUE, false,
59 TRUE, 0, FALSE, 1,
60 true, false, TRUE, FALSE,
62 1, TRUE, 0, FALSE),
H A Dvfprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(FALSE),
55 array( true, TRUE, false,
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
54 array( true, TRUE, false,
55 TRUE, 0, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
H A Dvsprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvfprintf_variation14.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyname_variation2.phpt15 'uppercase TRUE' =>TRUE,
H A Dgetservbyname_variation9.phpt14 'uppercase TRUE' =>TRUE,
H A Dget_cfg_var_variation2.phpt21 'uppercase TRUE' =>TRUE,
H A Dis_resource_basic.phpt43 echo $types[$i]. " test returns TRUE\n";
54 echo " TRUE\n";
64 echo " TRUE\n";
87 Resource type..after file open is_resource() returns TRUE
/PHP-7.4/ext/standard/tests/array/
H A D008.phpt10 echo '$a='.var_export($a,TRUE).";\n";
11 echo '$b='.var_export($b,TRUE).";\n";
12 echo '$c='.var_export($c,TRUE).";\n";
67 echo '$a='.var_export($a,TRUE).";\n";
68 echo '$b='.var_export($b,TRUE).";\n";
69 echo '$c='.var_export($c,TRUE).";\n";
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc32 // MUST return bool. Return TRUE for success.
44 // MUST return bool. Return TRUE for success.
82 return $return === FALSE ? FALSE : TRUE;
85 // MUST return bool. Return TRUE for success.
98 // MUST return bool. Return TRUE for success.
114 if (is_file($qualified) === TRUE) {
124 // Returning TRUE works also, but it will not report correct number of deleted sessions.
155 // MUST return bool. Return TRUE for collision.
158 // Check session ID collision, return TRUE when it collides.
175 // MUST return bool. Return TRUE for success.
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt27 $dom->resolveExternals = TRUE;
29 echo "Set resolveExternals to TRUE, reading again:\n";
47 Set resolveExternals to TRUE, reading again:
/PHP-7.4/Zend/tests/
H A D008.phpt7 var_dump(define("TRUE"));
8 var_dump(define("TRUE", 1));
9 var_dump(define("TRUE", 1, array(1)));

Completed in 40 milliseconds

12345678910>>...30