Home
last modified time | relevance | path

Searched refs:FALSE (Results 176 – 200 of 1377) sorted by relevance

12345678910>>...56

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
26 var_dump( is_callable($func, FALSE, $callable_name) );
47 FALSE, // boolean value
H A Dintval_variation1.phpt80 'uppercase FALSE' =>FALSE,
169 --uppercase FALSE--
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt62 "FALSE" => FALSE,
150 -- Arg value FALSE --
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt85 'uppercase FALSE' =>FALSE,
154 --uppercase FALSE--
H A Dfilegroup_variation2.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
23 FALSE,
H A Dfileinode_variation2.phpt9 Description: Returns the inode number of the file, or FALSE in case of an error.
24 FALSE,
H A Dfileowner_variation2.phpt9 * FALSE in case of an error.
24 FALSE,
H A Dfileperms_variation2.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
23 FALSE,
H A Ddirname_variation1.phpt81 'uppercase FALSE' =>FALSE,
168 --uppercase FALSE--
H A D005_variation2.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
H A Dbasename_variation3.phpt77 'uppercase FALSE' =>FALSE,
164 --uppercase FALSE--
H A Dfwrite_variation5.phpt85 'uppercase FALSE' =>FALSE,
158 --uppercase FALSE--
H A Dpathinfo_variation1.phpt82 'uppercase FALSE' =>FALSE,
169 --uppercase FALSE--
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_variation1.phpt72 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
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-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.h99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
100 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
101 #define DBG_INF_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
102 #define DBG_ERR_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt68 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--
H A Dinterface_exists_variation1.phpt71 'uppercase FALSE' =>FALSE,
162 --uppercase FALSE--
/PHP-5.5/ext/simplexml/tests/
H A Dbug48601.phpt2 Bug #48601 (xpath() returns FALSE for legitimate query)

Completed in 41 milliseconds

12345678910>>...56