Home
last modified time | relevance | path

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

12345678910>>...56

/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.cnf33 basicConstraints = CA:FALSE
42 basicConstraints=CA:FALSE
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_5.c126 return (v != 0 ? TRUE : FALSE);
136 return FALSE; in is_code_ctype()
H A Dkoi8_r.c126 return (v != 0 ? TRUE : FALSE);
136 return FALSE; in koi8_r_is_code_ctype()
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()
/PHP-5.5/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-5.5/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 …]
H A Dis_dir_variation3.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
19 FALSE,
/PHP-5.5/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 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_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),
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c60 auth_resp_packet = conn->protocol->m.get_auth_response_packet(conn->protocol, FALSE TSRMLS_CC); 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 TSRMLS_CC); 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 TSRMLS_CC); 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 TSRMLS_CC); 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 …KET_OK * redundant_error_packet = conn->protocol->m.get_ok_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_auth_change_user()
503 pk_req_packet = conn->protocol->m.get_sha256_pk_request_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_sha256_get_rsa_key()
[all …]
/PHP-5.5/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-5.5/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation2.phpt18 'uppercase FALSE' =>FALSE,
H A Dreadgzfile_variation2.phpt18 'uppercase FALSE' =>FALSE,
/PHP-5.5/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);
557 'FALSE'
558 'FALSE'
[all …]
/PHP-5.5/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-5.5/ext/exif/
H A Dexif.c93 # define FALSE 0 macro
2753 return FALSE; in exif_process_IFD_in_MAKERNOTE()
2806 return FALSE; in exif_process_IFD_in_MAKERNOTE()
2842 return FALSE; in exif_process_IFD_TAG()
2859 return FALSE; in exif_process_IFD_TAG()
2866 return FALSE; in exif_process_IFD_TAG()
3162 return FALSE; in exif_process_IFD_in_JPEG()
3169 return FALSE; in exif_process_IFD_in_JPEG()
3190 return FALSE; in exif_process_IFD_in_JPEG()
3494 return FALSE; in exif_scan_thumbnail()
[all …]

Completed in 79 milliseconds

12345678910>>...56