Home
last modified time | relevance | path

Searched refs:FALSE (Results 76 – 100 of 1377) sorted by relevance

12345678910>>...56

/PHP-5.5/ext/posix/tests/
H A Dposix_setuid_variation2.phpt24 'uppercase FALSE' =>FALSE,
/PHP-5.5/ext/dba/tests/
H A Dbug38698.phpt17 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
18 if (isLittleEndian() === FALSE) {
H A Ddba009.phpt12 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
21 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvfprintf_variation10.phpt53 array(true), array(false), array(TRUE), array(FALSE),
59 TRUE, 0, FALSE, 1,
60 true, false, TRUE, FALSE,
62 1, TRUE, 0, FALSE),
H A Dvfprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(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),
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),
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),
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),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
55 TRUE, 0, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
H A Dvprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c137 return FALSE;
141 return (v != 0 ? TRUE : FALSE);
144 return FALSE;
H A Dutf32_le.c137 return FALSE;
141 return (v != 0 ? TRUE : FALSE);
144 return FALSE;
H A Dutf16_be.c174 return FALSE;
178 return (v != 0 ? TRUE : FALSE);
181 return FALSE;
H A Dutf16_le.c175 return FALSE;
179 return (v != 0 ? TRUE : FALSE);
182 return FALSE;
/PHP-5.5/ext/standard/tests/file/
H A Dfstat_variation2.phpt9 'uppercase FALSE' =>FALSE,
/PHP-5.5/ext/intl/tests/
H A Duconverter_func_subst.phpt12 if ($ret === FALSE) {
18 if ($ret === FALSE) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt45 "FALSE" => FALSE,
100 -- Iterator FALSE --
/PHP-5.5/ext/soap/
H A Dphp_http.c367 return FALSE; in make_http_soap_request()
414 return FALSE; in make_http_soap_request()
451 return FALSE; in make_http_soap_request()
462 return FALSE; in make_http_soap_request()
473 return FALSE; in make_http_soap_request()
523 return FALSE; in make_http_soap_request()
874 return FALSE; in make_http_soap_request()
880 return FALSE; in make_http_soap_request()
1078 return FALSE; in make_http_soap_request()
1405 done = FALSE; in get_http_body()
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dopenssl.cnf33 basicConstraints = CA:FALSE
42 basicConstraints=CA:FALSE
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_variation4.phpt21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));

Completed in 33 milliseconds

12345678910>>...56