Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/imap/tests/
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));
H A Dbug35669.phpt29 $plain["contents.data"] = 'See mom, it will crash';
39 $html["contents.data"] = 'See mom, it will <b>crash</b>';
H A Dbug32589.phpt20 $m_part2["contents.data"] = "hello";
/PHP-5.5/win32/build/
H A Dphpize.js.in62 function get_module_dep(contents) argument
65 var calls = contents.match(re_dep_line);
94 var contents = file_get_contents(c);
96 deps = get_module_dep(contents);
98 item = new Module_Item(n, c, dir_line, deps, contents);
114 var contents = file_get_contents(c);
116 deps = get_module_dep(contents);
118 item = new Module_Item(n, c, dir_line, deps, contents);
241 // Now generate contents of module based on MODULES, chasing dependencies
H A Dbuildconf.js83 var contents = file_get_contents(c);
87 var calls = contents.match(re_dep_line);
99 item = new Module_Item(n, c, dir_line, deps, contents);
/PHP-5.5/ext/standard/tests/dir/
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-5.5/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt15 $phar['a'] = 'file contents
32 file contents
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation4.phpt28 fwrite($h, "contents read");
186 string(%d) "contents read"
189 string(%d) "contents read"
240 string(%d) "contents read"
243 string(%d) "contents read"
247 string(%d) "contents read"
250 string(%d) "contents read"
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";
141 File contents in array form Before replacement of the key
152 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";
48 *** Testing fflush(): writing to a file and reading the contents ***
H A Dfile_variation9.phpt16 $contents = array(
25 foreach ($contents as $content) {
/PHP-5.5/ext/dom/tests/
H A Ddom_set_attr_node.phpt33 $contents = ob_get_contents();
35 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-5.5/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-5.5/ext/dba/tests/
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
46 Dummy contents
/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A DNON-UNIX-USE4 This has been renamed to better reflect its contents. Please see the file
/PHP-5.5/ext/oci8/tests/
H A Dedition_1.phpt39 select from both the editions and verify the contents. */
58 // Check the current edition of the DB and the contents of view_ed.
69 // Check the current edition of the DB and the contents of view_ed.
73 // Verify the contents in MYEDITION EDITION.
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt49 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
92 Sending data over to SSL server in async mode with contents like Hello World
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_basic1.phpt38 echo "-- Using array_walk_recursive() with default parameters to show array contents --\n";
48 -- Using array_walk_recursive() with default parameters to show array contents --
H A Darray_walk_basic1.phpt38 echo "-- Using array_walk() with default parameters to show array contents --\n";
48 -- Using array_walk() with default parameters to show array contents --
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc110 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
115 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
120 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-5.5/tests/output/
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer

Completed in 60 milliseconds

123456789