/PHP-5.6/ext/standard/tests/file/ |
H A D | file_get_contents_variation3.phpt | 28 fwrite($h, "contents read"); 127 string(13) "contents read" 130 string(13) "contents read" 133 string(%d) "contents read" 136 string(%d) "contents read" 139 string(%d) "contents read" 142 string(%d) "contents read" 145 string(%d) "contents read" 148 string(%d) "contents read" 151 string(%d) "contents read" [all …]
|
H A D | file_variation8-win32.phpt | 53 fwrite($h, "contents read"); 76 string(13) "contents read" 82 string(13) "contents read" 88 string(13) "contents read" 94 string(13) "contents read" 110 string(13) "contents read" 116 string(13) "contents read" 122 string(13) "contents read" 128 string(13) "contents read" 139 string(13) "contents read"
|
H A D | file_get_contents_variation7-win32.phpt | 53 fwrite($h, "contents read"); 74 string(%d) "contents read" 77 string(%d) "contents read" 80 string(%d) "contents read" 83 string(%d) "contents read" 96 string(%d) "contents read" 99 string(%d) "contents read" 102 string(%d) "contents read" 105 string(%d) "contents read" 113 string(%d) "contents read"
|
H A D | file_variation8.phpt | 45 fwrite($h, "contents read"); 68 string(13) "contents read" 74 string(13) "contents read" 80 string(13) "contents read" 86 string(13) "contents read" 102 string(13) "contents read" 108 string(13) "contents read" 114 string(13) "contents read" 120 string(13) "contents read"
|
H A D | file_get_contents_variation7.phpt | 45 fwrite($h, "contents read"); 66 string(%d) "contents read" 69 string(%d) "contents read" 72 string(%d) "contents read" 75 string(%d) "contents read" 88 string(%d) "contents read" 91 string(%d) "contents read" 94 string(%d) "contents read" 97 string(%d) "contents read"
|
H A D | bug37158.phpt | 28 var_dump('size of contents 1 = ' . strlen($outsidecontents)); 30 var_dump('size of contents 2 = ' . strlen($outsidecontents)); 37 string(26) "size of contents 1 = 20000" 38 string(26) "size of contents 2 = 40960"
|
H A D | file_get_contents_variation5.phpt | 28 fwrite($h, b"contents read"); 125 string(%d) "contents read" 134 string(%d) "contents read" 140 string(%d) "contents read" 149 string(%d) "contents read" 168 string(%d) "contents read" 171 string(%d) "contents read" 177 string(%d) "contents read" 183 string(%d) "contents read" 218 string(%d) "contents read" [all …]
|
/PHP-5.6/ext/zip/tests/ |
H A D | oo_stream.phpt | 21 $contents = ''; 23 $contents .= fread($fp, 255); 28 var_dump($contents); 35 $contents = ''; 37 $contents .= fread($fp, 2); 39 var_dump($contents);
|
H A D | pecl12414.phpt | 19 $contents=$za->getFromName($filename); 21 echo "ZIP contents size: " . strlen($contents) . "\n"; 22 if(strlen($contents)!=$file_size) { 26 $contents=false;
|
H A D | bug53579.phpt | 21 $contents = stream_get_contents($fp); 25 var_dump($contents); 32 $contents = stream_get_contents($fp); 33 var_dump($contents);
|
H A D | bug7214.phpt | 14 $contents = zip_entry_read($entry, zip_entry_filesize($entry)); 15 if (strlen($contents) == zip_entry_filesize($entry)) {
|
/PHP-5.6/win32/build/ |
H A D | projectgen.js | 290 address = contents.slice(0, contents.indexOf("#")); 291 contents = contents.slice(contents.indexOf("#")+1); 292 shared = contents.slice(0, contents.indexOf("#")); 293 contents = contents.slice(contents.indexOf("#")); 313 contents = contents.replace(/LOCALCPP/, cflags + " /c"); 314 contents = contents.replace(/LOCALLIBS/, libs); 315 contents = contents.replace(/LOCALLDFLAGS/, ldflags); 336 contents = contents.replace(/cli\.exe/g, "php.exe"); 353 contents = contents.replace(oldext, newext); 372 contents = read_src_files(ext, contents, false); [all …]
|
/PHP-5.6/ext/zip/examples/ |
H A D | fopen.php | 12 $contents .= fread($fp, 2); 13 echo "$contents\n"; 28 $contents .= fread($fp, 2); 32 file_put_contents('t',$contents);
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_oo_getcontents.phpt | 13 $phar['a/b'] = 'file contents 35 file contents 37 Phar error: Cannot retrieve contents, "a" in phar "%sphar_oo_getcontents.phar.php" is a directory 38 Phar error: Cannot retrieve contents, "hi" in phar "%sphar_oo_getcontents.phar.php" is a directory
|
/PHP-5.6/tests/output/ |
H A D | ob_get_contents_basic_001.phpt | 8 * Description: Return the contents of the output buffer 36 echo "\ncheck that contents disappear after a flush\n"; 43 echo "\ncheck that no contents found after an end\n"; 66 check that contents disappear after a flush 70 check that no contents found after an end
|
/PHP-5.6/ext/standard/tests/dir/ |
H A D | dir_variation3.phpt | 77 echo "-- reading contents --\n"; 103 -- reading contents -- 114 -- reading contents -- 125 -- reading contents -- 136 -- reading contents -- 147 -- reading contents -- 158 -- reading contents -- 169 -- reading contents -- 180 -- reading contents -- 191 -- reading contents -- [all …]
|
H A D | readdir_variation3.phpt | 34 $contents[] = $file; 37 // more important to check that all contents are present than order they are returned in 38 sort($contents); 39 var_dump($contents);
|
H A D | dir_variation4.phpt | 37 echo "-- reading directory contents with previous handle --\n"; 40 echo "-- reading directory contents with current handle --\n"; 68 -- reading directory contents with previous handle -- 70 -- reading directory contents with current handle --
|
/PHP-5.6/ext/imap/tests/ |
H A D | bug31142_1.phpt | 23 $part2["contents.data"] = "ABC"; 28 $part3["contents.data"] = "contents.data3\n\n\n\t"; 55 contents.data3
|
H A D | bug40854.phpt | 22 $part2["contents.data"] = ''; 27 $part3["contents.data"] = "contents.data3\n\n\n\t"; 53 contents.data3
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_walk_basic2.phpt | 46 echo "-- Using array_walk with default parameters to show array contents --\n"; 49 echo "-- Using array_walk with one optional parameter to modify contents --\n"; 52 echo "-- Using array_walk with default parameters to show modified array contents --\n"; 59 -- Using array_walk with default parameters to show array contents -- 73 -- Using array_walk with one optional parameter to modify contents -- 91 -- Using array_walk with default parameters to show modified array contents --
|
H A D | array_walk_recursive_basic2.phpt | 46 echo "-- Using array_walk_recursive with default parameters to show array contents --\n"; 49 echo "-- Using array_walk_recursive with one optional parameter to modify contents --\n"; 52 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n"; 59 -- Using array_walk_recursive with default parameters to show array contents -- 73 -- Using array_walk_recursive with one optional parameter to modify contents -- 91 -- Using array_walk_recursive with default parameters to show modified array contents --
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug70157.phpt | 6 $contents = <<<EOS 13 var_dump(parse_ini_string($contents, false, INI_SCANNER_TYPED));
|
H A D | parse_ini_string_003.phpt | 6 $contents = <<<EOS 16 var_dump(parse_ini_string($contents, false, INI_SCANNER_TYPED));
|
/PHP-5.6/ext/zlib/tests/ |
H A D | zlib_scheme_file_get_contents_basic.phpt | 13 $contents = file_get_contents($srcFile); 14 echo $contents;
|