Home
last modified time | relevance | path

Searched refs:FALSE (Results 101 – 125 of 1370) sorted by relevance

12345678910>>...55

/PHP-7.0/ext/dba/tests/
H A Ddba_db4_015.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_013.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_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_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 Dvfprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvfprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
/PHP-7.0/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt24 "FALSE" => FALSE,
59 -- Filename: FALSE --
62 Failed to write data to: FALSE
H A Dfscanf_variation14.phpt51 "FALSE",
137 string(5) "FALSE"
212 string(5) "FALSE"
287 string(5) "FALSE"
362 string(5) "FALSE"
437 string(5) "FALSE"
512 string(5) "FALSE"
662 string(5) "FALSE"
737 string(5) "FALSE"
887 string(5) "FALSE"
[all …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_auth.c60 auth_resp_packet = conn->protocol->m.get_auth_response_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
68 …change_auth_resp_packet = conn->protocol->m.get_change_auth_response_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
83 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE); in mysqlnd_auth_handshake()
121 …mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()
181 chg_user_resp = conn->protocol->m.get_change_user_response_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
189 …change_auth_resp_packet = conn->protocol->m.get_change_auth_response_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
204 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
242 …col = mnd_pestrndup(chg_user_resp->new_auth_protocol, chg_user_resp->new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()
263 …YSQLND_PACKET_OK * redundant_error_packet = conn->protocol->m.get_ok_packet(conn->protocol, FALSE); in mysqlnd_auth_change_user()
502 pk_req_packet = conn->protocol->m.get_sha256_pk_request_packet(conn->protocol, FALSE); in mysqlnd_sha256_get_rsa_key()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_search_variation2.phpt7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE
27 FALSE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_attr.c91 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
134 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
230 zend_bool isLenient = FALSE; in PHP_FUNCTION()
/PHP-7.0/ext/com_dotnet/
H A Dcom_olechar.c57 ok = FALSE; in php_com_string_to_olestring()
89 ok = FALSE; in php_com_olestring_to_string()
/PHP-7.0/ext/zlib/tests/
H A Dgzfile_variation2.phpt18 'uppercase FALSE' =>FALSE,
H A Dreadgzfile_variation2.phpt18 'uppercase FALSE' =>FALSE,
/PHP-7.0/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
/PHP-7.0/ext/openssl/tests/
H A Dopenssl.cnf40 basicConstraints = CA:FALSE
49 basicConstraints=CA:FALSE
/PHP-7.0/tests/security/
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))) {
/PHP-7.0/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt48 var_export( $int_value, FALSE);
62 FALSE,
72 var_export( $bool_value, FALSE);
110 var_export( $float_value, FALSE);
128 "FALSE",
143 var_export( $str, FALSE);
176 var_export( $arr, FALSE);
271 var_export( $obj, FALSE);
641 'FALSE'
642 'FALSE'
[all …]
/PHP-7.0/ext/xmlreader/tests/
H A Dbug64230.phpt27 echo "Internal errors FALSE\n";
43 Internal errors FALSE
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Diso8859_14.c143 return (v != 0 ? TRUE : FALSE);
153 return FALSE; in is_code_ctype()
H A Diso8859_16.c142 return (v != 0 ? TRUE : FALSE);
152 return FALSE; in is_code_ctype()
H A Diso8859_2.c142 return (v != 0 ? TRUE : FALSE);
215 return FALSE; in is_code_ctype()
H A Diso8859_10.c142 return (v != 0 ? TRUE : FALSE);
152 return FALSE; in is_code_ctype()

Completed in 40 milliseconds

12345678910>>...55