Home
last modified time | relevance | path

Searched refs:FALSE (Results 201 – 225 of 835) sorted by relevance

12345678910>>...34

/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_variation11.phpt12 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation13.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation29.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_walk_recursive_variation3.phpt43 /*4*/ array( array(true, false), array(TRUE, FALSE)),
55 /*8*/ array(16, 8.345, array("Fruits"), array(true, null), array(FALSE), array(-98, 0.005, 'banana…
H A Dksort_variation4.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,
/PHP-7.4/sapi/cgi/tests/
H A Dbug61605.phpt14 header("A: third", FALSE);
/PHP-7.4/ext/dba/tests/
H A Ddba002.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-7.4/ext/standard/tests/strings/
H A Dmd5_file.phpt11 if (($handle = fopen( "EmptyFileMD5.txt", "w+")) == FALSE)
15 if (($handle2 = fopen( "DataFileMD5.txt", "w+")) == FALSE)
22 if (fwrite($handle2, $content) === FALSE) {
H A Dsha1_file.phpt13 if (($handle = fopen( "EmptyFileSHA1.txt", "w+")) == FALSE)
17 if (($handle2 = fopen( "DataFileSHA1.txt", "w+")) == FALSE)
24 if (fwrite($handle2, $content) === FALSE) {
/PHP-7.4/ext/soap/
H A Dphp_http.c371 return FALSE; in make_http_soap_request()
415 return FALSE; in make_http_soap_request()
454 return FALSE; in make_http_soap_request()
467 return FALSE; in make_http_soap_request()
480 return FALSE; in make_http_soap_request()
533 return FALSE; in make_http_soap_request()
890 return FALSE; in make_http_soap_request()
896 return FALSE; in make_http_soap_request()
918 return FALSE; in make_http_soap_request()
1099 return FALSE; in make_http_soap_request()
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c205 BOOL fAccess = FALSE; in tsrm_win32_access()
366 if(fAccess == FALSE) { in tsrm_win32_access()
522 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
526 in = dupHandle(in, FALSE); in popen_ex()
530 out = dupHandle(out, FALSE); in popen_ex()
546 asuser = FALSE; in popen_ex()
623 BOOL created = FALSE; in shmget()
629 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
630 info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info); in shmget()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dintval.phpt107 array(FALSE),
125 "FALSE",
135 FALSE,
154 var_dump( intval(TRUE, FALSE, TRUE) );
H A Dis_callable_variation1.phpt26 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
27 var_dump( is_callable($func, FALSE, $callable_name) );
57 * false with $syntax = FALSE
/PHP-7.4/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.4/ext/mysqlnd/
H A Dmysqlnd_debug.c60 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
157 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
250 return FALSE; in MYSQLND_METHOD()
253 return FALSE; in MYSQLND_METHOD()
267 return FALSE; in MYSQLND_METHOD()
284 return FALSE; in MYSQLND_METHOD()
318 zend_bool profile_calls = self->flags & MYSQLND_DEBUG_PROFILE_CALLS? TRUE:FALSE; in MYSQLND_METHOD()
343 if (FALSE == profile_calls) { in MYSQLND_METHOD()
/PHP-7.4/ext/soap/tests/
H A Dcustom_content_type.phpt45 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
71 …os($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') === FALSE)
/PHP-7.4/ext/snmp/tests/
H A Dbug60749.phpt15 if (ip2long($ip) === FALSE) {
/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_007.phpt7 function foo($ret = FALSE) {
/PHP-7.4/ext/openssl/tests/
H A Dcve2013_4073.phpt14 'basicConstraints' => 'CA:FALSE',
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_69757.phpt25 die('expect FALSE on nextRowset');
/PHP-7.4/ext/standard/tests/file/
H A D005_variation2-win32.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
/PHP-7.4/ext/opcache/tests/
H A Dcompact_literals.phpt83 const TEST="FALSE";
92 var_dump(F::TEST); //"FALSE"
183 string(5) "FALSE"

Completed in 32 milliseconds

12345678910>>...34