Home
last modified time | relevance | path

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

12345678910>>...56

/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_error.phpt17 var_dump( floatval(10.5, FALSE) );
18 var_dump( doubleval(10.5, FALSE) );
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic1.phpt37 echo "\n-- All the following compares should return FALSE --\n";
53 -- All the following compares should return FALSE --
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dascii.c38 return FALSE; in ascii_is_code_ctype()
H A Dutf8.c239 if (c == (UChar )0x97) return FALSE;
243 if (c == (UChar )'\267') return FALSE;
254 return FALSE;
H A Diso8859_6.c76 return FALSE; in is_code_ctype()
H A Diso8859_11.c76 return FALSE; in is_code_ctype()
H A Diso8859_8.c76 return FALSE; in is_code_ctype()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dzero.c60 return FALSE; in bc_is_zero()
H A Dnearzero.c65 return FALSE;
/PHP-5.5/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-5.5/ext/mysql/
H A Dphp_mysql_structs.h34 #ifndef FALSE
35 #define FALSE 0 macro
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt26 "FALSE" => FALSE,
59 -- Filename: FALSE --
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 Dreadfile_variation10-win32.phpt25 "FALSE" => FALSE,
56 -- Filename: FALSE --
H A Drmdir_variation1-win32.phpt63 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--
/PHP-5.5/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-5.5/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-5.5/ext/pcre/tests/
H A Dbug52732.phpt2 Bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
/PHP-5.5/ext/filter/tests/
H A D053.phpt8 function filter_test($str) { return FALSE; }
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_basic.phpt27 while( FALSE !== ($file = readdir($dh)) ) {
38 while( FALSE !== ( $file = readdir() ) ) {
/PHP-5.5/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) {
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c469 if (server_has_ssl == FALSE) { in mysqlnd_switch_to_ssl_if_needed()
606 if (FALSE == is_change_user) { in mysqlnd_run_authentication()
624 first_call = FALSE; in mysqlnd_run_authentication()
855 zend_bool unix_socket = FALSE;
856 zend_bool named_pipe = FALSE;
857 zend_bool reconnect = FALSE;
899 net->data->compressed = FALSE;
902 net->data->ssl = FALSE;
1132 zend_bool self_alloced = FALSE;
1204 FALSE, FALSE TSRMLS_CC);
[all …]

Completed in 47 milliseconds

12345678910>>...56