Home
last modified time | relevance | path

Searched refs:FALSE (Results 151 – 175 of 1370) sorted by relevance

12345678910>>...55

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dascii.c38 return FALSE; in ascii_is_code_ctype()
H A Diso8859_6.c76 return FALSE; in is_code_ctype()
H A Diso8859_8.c76 return FALSE; in is_code_ctype()
H A Diso8859_11.c76 return FALSE; in is_code_ctype()
/PHP-7.0/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt17 array(TRUE => TRUE, FALSE => FALSE, NULL => NULL, "\x000", "\000"),
H A Din_array_variation4.phpt8 * if it is found in the array, FALSE otherwise.
47 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
48 var_dump( in_array(FALSE,
/PHP-7.0/ext/mbstring/tests/
H A Dbug25140.phpt2 Bug #25140 (mb_convert_encoding returns FALSE on an empty string)
H A Dmb_detect_order.phpt39 ($r === FALSE) ? print "OK_BAD_STR\n" : print "NG_BAD_STR\n";
44 ($r === FALSE) ? print "OK_BAD_ARRAY\n" : print "NG_BAD_ARRAY\n";
/PHP-7.0/ext/standard/tests/file/
H A D005_basic.phpt7 Description: Returns the time the file was last accessed, or FALSE
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
H A Dfile_get_contents_variation8-win32.phpt26 "FALSE" => FALSE,
59 -- Filename: FALSE --
H A Dreadfile_variation10-win32.phpt25 "FALSE" => FALSE,
56 -- Filename: FALSE --
H A Drmdir_variation1-win32.phpt63 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation12.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation12_64bit.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Dnearzero.c65 return FALSE;
/PHP-7.0/ext/filter/tests/
H A D053.phpt8 function filter_test($str) { return FALSE; }
/PHP-7.0/ext/pcre/tests/
H A Dbug52732.phpt2 Bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
H A Dcheck_jit_enabled.phpt5 if (ini_get("pcre.jit") === FALSE) {
H A Dpreg_match_error3.phpt5 if (ini_get("pcre.jit") === FALSE) {
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c493 if (server_has_ssl == FALSE) { in mysqlnd_switch_to_ssl_if_needed()
634 if (FALSE == is_change_user) { in mysqlnd_run_authentication()
652 first_call = FALSE; in mysqlnd_run_authentication()
879 zend_bool unix_socket = FALSE;
880 zend_bool named_pipe = FALSE;
881 zend_bool reconnect = FALSE;
926 net->data->ssl = FALSE;
1157 zend_bool self_alloced = FALSE;
1230 FALSE, FALSE);
1497 FALSE, TRUE)) {
[all …]
/PHP-7.0/ext/standard/tests/dir/
H A Dreaddir_basic.phpt27 while( FALSE !== ($file = readdir($dh)) ) {
38 while( FALSE !== ( $file = readdir() ) ) {
/PHP-7.0/ext/pgsql/tests/
H A D30nb_async_query_params.phpt26 if ($sent === FALSE) {
64 if ($sent === FALSE) {
H A D32nb_async_query.phpt26 if ($nb_send === FALSE) {
64 if ($nb_send === FALSE) {
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_018.phpt41 return file_put_contents($this->path . $id, $data)===FALSE ? FALSE : TRUE ;
/PHP-7.0/ext/dba/tests/
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {

Completed in 45 milliseconds

12345678910>>...55