Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt46 var_export( $int_value, FALSE);
60 FALSE,
70 var_export( $bool_value, FALSE);
108 var_export( $float_value, FALSE);
126 "FALSE",
141 var_export( $str, FALSE);
174 var_export( $arr, FALSE);
269 var_export( $obj, FALSE);
632 'FALSE'
633 'FALSE'
[all …]
H A Dvar_export-locale_32.phpt46 var_export( $int_value, FALSE);
60 FALSE,
70 var_export( $bool_value, FALSE);
108 var_export( $float_value, FALSE);
126 "FALSE",
141 var_export( $str, FALSE);
174 var_export( $arr, FALSE);
269 var_export( $obj, FALSE);
632 'FALSE'
633 'FALSE'
[all …]
H A Dis_bool.phpt9 FALSE,
64 "FALSE",
68 'FALSE',
108 array(FALSE),
/PHP-8.0/ext/pcre/tests/
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-8.0/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt17 array(TRUE => TRUE, FALSE => FALSE, NULL => NULL, "\x000", "\000"),
H A Darray_walk_variation3.phpt30 /*4*/ array(true, false, TRUE, FALSE),
42 /*8*/ array(16, 8.345, "Fruits", true, null, FALSE, -98, 0.005, 'banana')
H A Darray_walk_recursive_variation3.phpt30 /*4*/ array( array(true, false), array(TRUE, FALSE)),
42 /*8*/ array(16, 8.345, array("Fruits"), array(true, null), array(FALSE), array(-98, 0.005, 'banana…
H A Darray_chunk_variation26.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation27.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation28.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation31.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation32.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation8.phpt11 var_dump (array_chunk ($array, $i, FALSE));
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_basic.phpt22 while( FALSE !== ($file = readdir($dh)) ) {
33 while( FALSE !== ( $file = readdir() ) ) {
H A Dreaddir_basic-win32-mb.phpt28 while( FALSE !== ($file = readdir($dh)) ) {
39 while( FALSE !== ( $file = readdir() ) ) {
H A Dbug78220.phpt11 if ($dir && scandir($dir) === FALSE) {
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt79 'uppercase FALSE' =>FALSE,
147 --uppercase FALSE--
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt42 array(true), array(false), array(TRUE), array(FALSE),
48 TRUE, FALSE, 1,
49 true, false, TRUE, FALSE,
51 1, TRUE, 0, FALSE),
/PHP-8.0/win32/
H A Dsignal.c77 return FALSE; in php_win32_signal_system_ctrl_handler()
121 …if (!SetConsoleCtrlHandler(NULL, FALSE) || !SetConsoleCtrlHandler(php_win32_signal_system_ctrl_han… in PHP_FUNCTION()
/PHP-8.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-8.0/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt32 if (strstr($h, $target) !== FALSE) {
38 return FALSE;
H A Dsession_set_save_handler_class_018.phpt35 return file_put_contents($this->path . $id, $data)===FALSE ? FALSE : TRUE ;
/PHP-8.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 30 milliseconds

12345678910>>...27