Home
last modified time | relevance | path

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

12345678910>>...56

/PHP-5.5/Zend/tests/
H A Dcatch_finally_001.phpt5 function foo ($throw = FALSE) {
H A Doffset_bool.phpt14 var_dump($bool[FALSE]);
H A Doffset_long.phpt14 var_dump($long[FALSE]);
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt18 setcookie('name', 'value', 0, '', '', FALSE, TRUE);
62 while (next($headers) !== FALSE);
H A Dip2long_variation1.phpt82 'uppercase FALSE' =>FALSE,
174 --uppercase FALSE--
H A Dlong2ip_variation1.phpt79 'uppercase FALSE' =>FALSE,
159 --uppercase FALSE--
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_basic.phpt32 while(FALSE !== $file1 = readdir($dh1)) {
44 while(FALSE !== $file2 = readdir()) {
H A Dreaddir_variation6.phpt35 while (FALSE !== ($file = readdir($dir_handle1))) {
45 while (FALSE !== ($file = readdir())) {
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt17 'uppercase FALSE' =>FALSE,
H A Dgzfile_variation9.phpt17 'uppercase FALSE' =>FALSE,
/PHP-5.5/ext/dom/tests/
H A Dcanonicalization.phpt31 echo $doc->C14N(FALSE, TRUE)."\n\n";
37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
42 echo $doc->c14N(TRUE, FALSE,
49 echo $doc->C14N(TRUE, FALSE, NULL, array('test'));
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation21.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_chunk_variation24.phpt11 var_dump (@array_chunk ($array, $i, FALSE));
H A Darray_walk_variation3.phpt43 /*4*/ array(true, false, TRUE, FALSE),
55 /*8*/ array(16, 8.345, "Fruits", true, null, FALSE, -98, 0.005, 'banana')
/PHP-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt11 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
/PHP-5.5/tests/lang/
H A D034.phpt7 …etlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
26 var_dump( is_callable($func, FALSE, $callable_name) );
56 * false with $syntax = FALSE
H A Dintval.phpt107 array(FALSE),
125 "FALSE",
135 FALSE,
154 var_dump( intval(TRUE, FALSE, TRUE) );
/PHP-5.5/ext/standard/tests/file/
H A Dbasename_variation4.phpt80 'uppercase FALSE' =>FALSE,
167 --uppercase FALSE--
/PHP-5.5/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-5.5/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-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c184 *is_warning = FALSE; in mysqlnd_handle_local_infile()
229 …if (FAIL == conn->m->simple_command_handle_response(conn, PROT_OK_PACKET, FALSE, COM_QUERY, FALSE in mysqlnd_handle_local_infile()
/PHP-5.5/
H A Dserver-tests.php294 return FALSE;
313 return FALSE;
328 return FALSE;
836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
840 while (($name = readdir($o)) !== FALSE) {
1418 $failed = FALSE;
1553 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'E') !== FALSE) {
1559 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'O') !== FALSE) {
1565 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'D') !== FALSE) {
1571 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'L') !== FALSE) {
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_error.c83 RETURN_STRING( (char*)message, FALSE ); in PHP_FUNCTION()

Completed in 44 milliseconds

12345678910>>...56