Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-7.0/ext/standard/tests/file/
H A Ddirname_variation1.phpt81 'uppercase FALSE' =>FALSE,
168 --uppercase FALSE--
H A Dfwrite_variation5.phpt85 'uppercase FALSE' =>FALSE,
158 --uppercase FALSE--
H A Dpathinfo_variation1.phpt82 'uppercase FALSE' =>FALSE,
169 --uppercase FALSE--
H A Dbasename_variation4.phpt80 'uppercase FALSE' =>FALSE,
167 --uppercase FALSE--
/PHP-7.0/ext/standard/tests/class_object/
H A Dinterface_exists_variation1.phpt71 'uppercase FALSE' =>FALSE,
162 --uppercase FALSE--
/PHP-7.0/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt80 'uppercase FALSE' =>FALSE,
169 --uppercase FALSE--
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_001.phpt10 $errored = FALSE;
/PHP-7.0/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt17 'uppercase FALSE' =>FALSE,
H A Dgzfile_variation9.phpt17 'uppercase FALSE' =>FALSE,
/PHP-7.0/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-7.0/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-7.0/Zend/tests/
H A Ddebug_info-error-false.phpt2 Testing __debugInfo() magic method with bad returns FALSE
H A Doffset_bool.phpt14 var_dump($bool[FALSE]);
H A Doffset_long.phpt14 var_dump($long[FALSE]);
H A Doffset_null.phpt14 var_dump($null[FALSE]);
/PHP-7.0/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-7.0/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt11 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
/PHP-7.0/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-7.0/TSRM/
H A Dtsrm_win32.c209 BOOL fAccess = FALSE; in tsrm_win32_access()
376 if(fAccess == FALSE) { in tsrm_win32_access()
508 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
512 in = dupHandle(in, FALSE); in popen_ex()
516 out = dupHandle(out, FALSE); in popen_ex()
532 asuser = FALSE; in popen_ex()
596 BOOL created = FALSE; in shmget()
605 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
606 info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info); in shmget()
/PHP-7.0/sapi/fpm/tests/
H A Dskipapparmor.inc20 if (strpos(stream_get_contents($out), "test is successful") !== FALSE) {
/PHP-7.0/ext/zip/tests/
H A Dbug8700.phpt15 if ($zip->open($filename) === FALSE) {
/PHP-7.0/ext/gd/libgd/
H A Dgd_ss.c8 #define FALSE 0 macro

Completed in 32 milliseconds

12345678910>>...55