Home
last modified time | relevance | path

Searched refs:FALSE (Results 226 – 250 of 1370) sorted by relevance

12345678910>>...55

/PHP-7.0/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt58 "FALSE" => FALSE,
159 -- Arg value FALSE --
H A Dbase64_decode_variation_002.phpt58 "FALSE" => FALSE,
153 -- Arg value FALSE --
/PHP-7.0/ext/standard/tests/strings/
H A Dmd5_file.phpt11 if (($handle = fopen( "EmptyFile.txt", "w+")) == FALSE)
15 if (($handle2 = fopen( "DataFile.txt", "w+")) == FALSE)
22 if (fwrite($handle2, $content) === FALSE) {
/PHP-7.0/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt79 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--
H A Dip2long_variation1.phpt82 'uppercase FALSE' =>FALSE,
174 --uppercase FALSE--
H A Dsetcookie.phpt19 setcookie('name', 'value', 0, '', '', FALSE, TRUE);
64 while (next($headers) !== FALSE);
/PHP-7.0/ext/standard/tests/general_functions/
H A Dintval.phpt107 array(FALSE),
125 "FALSE",
135 FALSE,
154 var_dump( intval(TRUE, FALSE, TRUE) );
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_debug.c61 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
158 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
251 return FALSE; in MYSQLND_METHOD()
254 return FALSE; in MYSQLND_METHOD()
268 return FALSE; in MYSQLND_METHOD()
285 return FALSE; in MYSQLND_METHOD()
319 zend_bool profile_calls = self->flags & MYSQLND_DEBUG_PROFILE_CALLS? TRUE:FALSE; in MYSQLND_METHOD()
344 if (FALSE == profile_calls) { in MYSQLND_METHOD()
/PHP-7.0/
H A Dserver-tests.php294 return FALSE;
313 return FALSE;
328 return FALSE;
835 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
839 while (($name = readdir($o)) !== FALSE) {
1417 $failed = FALSE;
1552 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'E') !== FALSE) {
1558 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'O') !== FALSE) {
1564 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'D') !== FALSE) {
1570 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'L') !== FALSE) {
[all …]
/PHP-7.0/ext/posix/tests/
H A Dposix_times_basic.phpt16 if ($times == FALSE) {
/PHP-7.0/ext/dba/tests/
H A Ddba001.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-7.0/ext/standard/tests/streams/
H A Dopendir-002.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-001.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
/PHP-7.0/ext/standard/tests/image/
H A Dbug72278.phpt2 Bug #72278 (getimagesize returning FALSE on valid jpg)
/PHP-7.0/ext/standard/tests/array/
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_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_chunk_variation9.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-7.0/sapi/cgi/tests/
H A Dbug61605.phpt14 header("A: third", FALSE);
/PHP-7.0/ext/date/tests/
H A DDateTime_format_variation1.phpt72 'uppercase FALSE' =>FALSE,
169 -- uppercase FALSE --
H A Ddate_format_variation2.phpt72 'uppercase FALSE' =>FALSE,
169 -- uppercase FALSE --
H A Ddate_variation1.phpt71 'uppercase FALSE' =>FALSE,
168 -- uppercase FALSE --
/PHP-7.0/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

Completed in 44 milliseconds

12345678910>>...55