Home
last modified time | relevance | path

Searched refs:contents (Results 26 – 50 of 203) sorted by relevance

123456789

/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_003.phpt6 $contents = <<<EOS
16 var_dump(parse_ini_string($contents, false, INI_SCANNER_TYPED));
/PHP-7.4/ext/imap/tests/
H A Dbug80220.phpt13 'contents.data' => 'asd',
20 'contents.data' => 'asd',
H A Dbug80710_1.phpt23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
28 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dbug80710_2.phpt23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
28 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dimap_fetch_overview_variation6.phpt15 * Pass a multipart message to imap_fetch_overview() to test the contents of returned array
54 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
59 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
71 $part4["contents.data"] = base64_encode(fread($file_handle, 1));
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation4.phpt37 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 --
H A Ddir_variation4-win32-mb.phpt43 echo "-- reading directory contents with previous handle --\n";
46 echo "-- reading directory contents with current handle --\n";
74 -- reading directory contents with previous handle --
76 -- reading directory contents with current handle --
H A Dreaddir_variation4-win32-mb.phpt72 $contents[] = $file;
78 // more important to check that all contents are present than order they are returned in
79 sort($contents);
80 var_dump($contents);
H A Dreaddir_variation4.phpt66 $contents[] = $file;
72 // more important to check that all contents are present than order they are returned in
73 sort($contents);
74 var_dump($contents);
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_file_get_contents_basic.phpt13 $contents = file_get_contents($srcFile);
14 echo $contents;
H A Dzlib_scheme_file_basic.phpt13 $contents = file($srcFile);
14 var_dump($contents);
/PHP-7.4/ext/gd/tests/
H A Dbug77973.phpt10 $contents = hex2bin("23646566696e6520776964746820320a23646566696e652068656967687420320a737461746963…
12 file_put_contents($filepath, $contents);
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt14 $phar['a'] = 'file contents
31 file contents
/PHP-7.4/ext/tidy/tests/
H A D024.phpt13 $contents = '
26 $tidy = tidy_parse_string($contents, $config, 'utf8');
/PHP-7.4/ext/zip/tests/
H A Dbug80863.phpt13 $zip->addFromString("file1.txt", "contents");
14 $zip->addFromString("file2.txt", "contents");
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
44 Dummy contents
/PHP-7.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt31 $contents = ob_get_contents();
33 echo preg_replace('/object\(DOMAttr\).+\{.*?\}/s', 'DOMAttr', $contents);
H A Ddom003.phpt17 $contents = ob_get_contents();
19 echo preg_replace('/object\(DOMElement\).+\{.*?\}/s', 'DOMElement', $contents);
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt27 file_put_contents($sReadFile,'contents of tempfile');
53 string(27) "custom:contents of tempfile"
/PHP-7.4/win32/build/
H A Dphpize.js.in60 function get_module_dep(contents) argument
63 var calls = contents.match(re_dep_line);
92 var contents = file_get_contents(c);
94 deps = get_module_dep(contents);
96 item = new Module_Item(n, c, dir_line, deps, contents);
112 var contents = file_get_contents(c);
114 deps = get_module_dep(contents);
116 item = new Module_Item(n, c, dir_line, deps, contents);
240 // Now generate contents of module based on MODULES, chasing dependencies
/PHP-7.4/ext/standard/tests/file/
H A Dfile_variation.phpt41 echo "File contents in array form Before replacement of the key\n";
49 echo "File contents in array form After replacement of the key\n";
140 File contents in array form Before replacement of the key
151 File contents in array form After replacement of the key
H A Dfflush_basic.phpt9 echo "*** Testing fflush(): writing to a file and reading the contents ***\n";
46 *** Testing fflush(): writing to a file and reading the contents ***
/PHP-7.4/ext/standard/tests/strings/
H A Dmd5_file.phpt62 echo "\n*** Hexadecimal Output for a valid file with some contents ***\n";
66 echo "\n*** Raw Binary Output for a valid file with some contents ***\n";
102 *** Hexadecimal Output for a valid file with some contents ***
105 *** Raw Binary Output for a valid file with some contents ***
H A Dsha1_file.phpt61 echo "\n-- Hexadecimal Output for a valid file with some contents --\n";
64 echo "\n-- Raw Binary Output for a valid file with some contents --\n";
114 -- Hexadecimal Output for a valid file with some contents --
117 -- Raw Binary Output for a valid file with some contents --
/PHP-7.4/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents

Completed in 22 milliseconds

123456789