Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-7.0/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-7.0/ext/iconv/tests/
H A Diconv_strlen_variation1.phpt72 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c170 *is_warning = FALSE; in mysqlnd_handle_local_infile()
215 …if (FAIL == conn->m->simple_command_handle_response(conn, PROT_OK_PACKET, FALSE, COM_QUERY, FALSE)… in mysqlnd_handle_local_infile()
H A Dmysqlnd_debug.h92 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
93 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(…
94 #define DBG_INF_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
95 #define DBG_ERR_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->l…
/PHP-7.0/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 Dfileowner_variation2.phpt9 * FALSE in case of an error.
24 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 Dfileperms_variation2.phpt8 * Description: Returns the group ID of the file, or FALSE in case of an error.
23 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--
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dutf8.c241 if (c == (UChar )0x97) return FALSE;
245 if (c == (UChar )'\267') return FALSE;
256 return FALSE;
/PHP-7.0/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
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt62 "FALSE" => FALSE,
150 -- Arg value FALSE --
/PHP-7.0/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt38 if (strstr($h, $target) !== FALSE) {
44 return FALSE;
/PHP-7.0/ext/soap/
H A Dphp_http.c370 return FALSE; in make_http_soap_request()
414 return FALSE; in make_http_soap_request()
453 return FALSE; in make_http_soap_request()
466 return FALSE; in make_http_soap_request()
479 return FALSE; in make_http_soap_request()
532 return FALSE; in make_http_soap_request()
874 return FALSE; in make_http_soap_request()
880 return FALSE; in make_http_soap_request()
902 return FALSE; in make_http_soap_request()
1081 return FALSE; in make_http_soap_request()
[all …]
/PHP-7.0/ext/simplexml/tests/
H A Dbug48601.phpt2 Bug #48601 (xpath() returns FALSE for legitimate query)
/PHP-7.0/Zend/tests/try/
H A Dcatch_finally_001.phpt5 function foo ($throw = FALSE) {
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt68 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--

Completed in 35 milliseconds

12345678910>>...55