Home
last modified time | relevance | path

Searched refs:contents (Results 51 – 75 of 173) sorted by relevance

1234567

/PHP-8.2/win32/build/
H A Dphpize.js.in58 function get_module_dep(contents) argument
61 var calls = contents.match(re_dep_line);
90 var contents = file_get_contents(c);
92 deps = get_module_dep(contents);
94 item = new Module_Item(n, c, dir_line, deps, contents);
110 var contents = file_get_contents(c);
112 deps = get_module_dep(contents);
114 item = new Module_Item(n, c, dir_line, deps, contents);
238 // Now generate contents of module based on MODULES, chasing dependencies
H A Dbuildconf.js79 var contents = file_get_contents(c);
83 var calls = contents.match(re_dep_line);
95 item = new Module_Item(n, c, dir_line, deps, contents);
/PHP-8.2/ext/standard/tests/file/
H A Dfile_variation.phpt36 echo "File contents in array form Before replacement of the key\n";
44 echo "File contents in array form After replacement of the key\n";
135 File contents in array form Before replacement of the key
146 File contents in array form After replacement of the key
H A Dfflush_basic.phpt6 echo "*** Testing fflush(): writing to a file and reading the contents ***\n";
43 *** Testing fflush(): writing to a file and reading the contents ***
H A Dfile_variation9.phpt10 $contents = array(
19 foreach ($contents as $content) {
H A Dfdatasync.phpt6 echo "*** Testing fdatasync(): writing to a file and reading the contents ***\n";
55 *** Testing fdatasync(): writing to a file and reading the contents ***
H A Dfsync.phpt6 echo "*** Testing fsync(): writing to a file and reading the contents ***\n";
55 *** Testing fsync(): writing to a file and reading the contents ***
/PHP-8.2/ext/standard/tests/strings/
H A Dsha1_file.phpt60 echo "\n-- Hexadecimal Output for a valid file with some contents --\n";
63 echo "\n-- Raw Binary Output for a valid file with some contents --\n";
100 -- Hexadecimal Output for a valid file with some contents --
103 -- Raw Binary Output for a valid file with some contents --
/PHP-8.2/ext/phar/tests/
H A Dphar_metadata_write3.phpt20 $files['a'] = array('cont' => 'contents of file a');
23 echo "Reading file contents through stream wrapper\n";
61 Reading file contents through stream wrapper
62 string(18) "contents of file a"
/PHP-8.2/ext/dom/tests/
H A Ddom003.phpt17 $contents = ob_get_contents();
19 echo preg_replace('/object\(DOMElement\).+\{.*?\}/s', 'DOMElement', $contents);
/PHP-8.2/ext/imap/
H A Dphp_imap.h76 #define CONTENT_PART contents.part
77 #define CONTENT_MSG_BODY contents.msg.body
/PHP-8.2/.github/workflows/
H A Dlabeler.yml8 contents: read
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt57 $contents = stream_get_contents($label);
58 if ($contents !== $value) {
60 $offset, strlen($contents), strlen($value));
/PHP-8.2/ext/imap/tests/
H A Dbug80242.phpt11 'contents.data' => 'some text',
H A Dbug35669.phpt25 $plain["contents.data"] = 'See mom, it will crash';
35 $html["contents.data"] = 'See mom, it will <b>crash</b>';
H A Dbug31142_2.phpt14 $part1["contents.data"]=imap_8bit('asn řkl');
H A Dbug32589.phpt16 $m_part2["contents.data"] = "hello";
/PHP-8.2/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
/PHP-8.2/ext/standard/tests/array/
H A Darray_walk_basic1.phpt28 echo "-- Using array_walk() with default parameters to show array contents --\n";
38 -- Using array_walk() with default parameters to show array contents --
H A Darray_walk_recursive_basic1.phpt28 echo "-- Using array_walk_recursive() with default parameters to show array contents --\n";
38 -- Using array_walk_recursive() with default parameters to show array contents --
/PHP-8.2/ext/openssl/tests/
H A Dbug48182.phpt43 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
68 Sending data over to SSL server in async mode with contents like Hello World
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_38_backup.phpt25 echo "Checking backup contents\n";
49 Checking backup contents
/PHP-8.2/ext/oci8/tests/
H A Dedition_1.phpt52 select from both the editions and verify the contents. */
71 // Check the current edition of the DB and the contents of view_ed.
82 // Check the current edition of the DB and the contents of view_ed.
86 // Verify the contents in MYEDITION EDITION.
/PHP-8.2/ext/zip/tests/
H A Dbug_gh8781.phpt2 Bug GH-8781 (ZipArchive deletes zip file with no contents)
/PHP-8.2/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";

Completed in 84 milliseconds

1234567