Home
last modified time | relevance | path

Searched refs:FALSE (Results 251 – 275 of 835) sorted by relevance

1...<<11121314151617181920>>...34

/PHP-7.4/ext/standard/tests/streams/
H A Dopendir-003.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
/PHP-7.4/ext/date/tests/
H A Dbug52480.phpt11 // number of days between the start and end dates. Otherwise, days will be FALSE.
/PHP-7.4/ext/dba/tests/
H A Ddba013.phpt13 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_011.phpt14 if (($db_file=dba_open($db_filename, "c", $handler))!==FALSE) {
H A Ddba_db4_012.phpt15 if (($db_file = dba_open($db_filename, "rl", $handler)) !== FALSE) {
H A Ddba_db4_014.phpt16 if (($db_file = dba_open($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_017.phpt15 if (($db_file = dba_open($db_filename, "cd", $handler)) !== FALSE) {
H A Ddba_db4_optimize.phpt14 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_db4_sync.phpt14 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba004.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba014.phpt13 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_004.phpt18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
H A Ddba_db4_008.phpt18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dstr2num.c56 zero_int = FALSE; in bc_str2num()
/PHP-7.4/ext/standard/tests/file/
H A Dfileinode_basic.phpt7 Description: Returns the inode number of the file, or FALSE in case of an error.
H A Dfilesize_basic.phpt7 * Description: Returns the size of the file in bytes, or FALSE
/PHP-7.4/ext/standard/tests/array/
H A Duasort_variation3.phpt55 1, //expecting: default key 0, value will be replaced by 'FALSE'
75 FALSE => 25,
H A Darray_chunk_variation12.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation10.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation14.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation15.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation30.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-7.4/ext/oci8/tests/
H A Ddetails.inc25 $test_drcp = FALSE;
31 $test_drcp = FALSE;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt22 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
23 var_dump( is_callable($func, FALSE, $callable_name) );
/PHP-7.4/ext/standard/tests/strings/
H A Ducfirst.phpt34 FALSE,
35 "FALSE",
145 string(5) "FALSE"

Completed in 25 milliseconds

1...<<11121314151617181920>>...34