Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...55

/PHP-7.0/ext/standard/tests/file/
H A Dmkdir_variation3.phpt83 'uppercase FALSE' =>FALSE,
176 --uppercase FALSE--
H A Dfopen_variation3.phpt84 'uppercase FALSE' =>FALSE,
184 --uppercase FALSE--
/PHP-7.0/ext/standard/tests/class_object/
H A Dinterface_exists_variation2.phpt71 'uppercase FALSE' =>FALSE,
168 --uppercase FALSE--
/PHP-7.0/ext/opcache/tests/
H A Dcompact_literals.phpt83 const TEST="FALSE";
92 var_dump(F::TEST); //"FALSE"
183 string(5) "FALSE"
/PHP-7.0/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt89 'uppercase FALSE' =>FALSE,
181 --uppercase FALSE--
/PHP-7.0/ext/standard/tests/strings/
H A Dsha1_file.phpt13 if (($handle = fopen( "EmptyFile.txt", "w+")) == FALSE)
17 if (($handle2 = fopen( "DataFile.txt", "w+")) == FALSE)
24 if (fwrite($handle2, $content) === FALSE) {
H A Dwordwrap.phpt30 FALSE === @wordwrap(chr(0), 0, "")
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt29 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
30 var_dump( is_callable($func, FALSE, $callable_name) );
60 * false with $syntax = FALSE
H A Dis_int.phpt91 array(FALSE),
109 "FALSE",
119 FALSE,
142 var_dump( is_int(TRUE, FALSE) );
143 var_dump( is_integer(TRUE, FALSE) );
144 var_dump( is_long(TRUE, FALSE) );
H A Dis_int_64bit.phpt93 array(FALSE),
111 "FALSE",
121 FALSE,
144 var_dump( is_int(TRUE, FALSE) );
145 var_dump( is_integer(TRUE, FALSE) );
146 var_dump( is_long(TRUE, FALSE) );
/PHP-7.0/ext/dba/tests/
H A Ddba002.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba003.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba013.phpt13 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt13 while (($file = readdir($dir)) !== FALSE) {
H A Dgetimagesize_384x385.phpt13 while (($file = readdir($dir)) !== FALSE) {
/PHP-7.0/ext/standard/tests/array/
H A Dkrsort_variation11.phpt19 $bool_values = array (true => true, false => false, TRUE => TRUE, FALSE => FALSE);
H A Darray_chunk_variation22.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_count_values2.phpt15 FALSE,
H A Darray_flip.phpt10 "E" => FALSE,
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt24 var_dump(session_module_name(FALSE));
34 $_SESSION["Foo"] = FALSE;
/PHP-7.0/ext/pdo_dblib/tests/
H A Dbug_69757.phpt25 die('expect FALSE on nextRowset');
/PHP-7.0/ext/openssl/tests/
H A Dcve2013_4073.phpt14 'basicConstraints' => 'CA:FALSE',
/PHP-7.0/Zend/tests/try/
H A Dtry_catch_finally_007.phpt7 function foo($ret = FALSE) {
/PHP-7.0/ext/snmp/tests/
H A Dbug60749.phpt15 if (ip2long($ip) === FALSE) {
/PHP-7.0/ext/json/tests/
H A Dbug69187.phpt9 var_dump(json_decode(FALSE));

Completed in 33 milliseconds

1...<<11121314151617181920>>...55