Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_empty.phpt5 $contents = <<<EOS
11 $file->fwrite($contents);
/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt5 $contents = <<<EOS
11 fwrite($stream, $contents);
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation4.phpt31 echo "-- reading directory contents with previous handle --\n";
34 echo "-- reading directory contents with current handle --\n";
62 -- reading directory contents with previous handle --
64 -- reading directory contents with current handle --
H A Ddir_variation4-win32-mb.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 Dreaddir_variation4.phpt61 $contents[] = $file;
67 // more important to check that all contents are present than order they are returned in
68 sort($contents);
69 var_dump($contents);
H A Dreaddir_variation4-win32-mb.phpt67 $contents[] = $file;
73 // more important to check that all contents are present than order they are returned in
74 sort($contents);
75 var_dump($contents);
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug70157.phpt6 $contents = <<<EOS
13 var_dump(parse_ini_string($contents, false, INI_SCANNER_TYPED));
H A Dparse_ini_string_003.phpt6 $contents = <<<EOS
16 var_dump(parse_ini_string($contents, false, INI_SCANNER_TYPED));
/PHP-8.2/ext/imap/tests/
H A Dbug80220.phpt11 'contents.data' => 'asd',
18 'contents.data' => 'asd',
H A Dbug80710_1.phpt21 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
26 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dbug80710_2.phpt21 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
26 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dimap_fetch_overview_variation6.phpt12 * Pass a multipart message to imap_fetch_overview() to test the contents of returned array
51 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
56 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
68 $part4["contents.data"] = base64_encode(fread($file_handle, 1));
/PHP-8.2/ext/spl/tests/
H A Dgh13685.phpt6 $contents = <<<EOS
14 $file->fwrite($contents);
28 $file->fwrite($contents);
/PHP-8.2/ext/zlib/tests/
H A Dzlib_scheme_file_get_contents_basic.phpt9 $contents = file_get_contents($srcFile);
10 echo $contents;
H A Dzlib_scheme_file_basic.phpt9 $contents = file($srcFile);
10 var_dump($contents);
/PHP-8.2/ext/gd/tests/
H A Dbug77973.phpt11 $contents = hex2bin("23646566696e6520776964746820320a23646566696e652068656967687420320a737461746963…
13 file_put_contents($filepath, $contents);
/PHP-8.2/tests/basic/
H A Derrorlog_permission.phpt28 printf("errorlog contents\n%s", file_get_contents(LOG_FILENAME));
37 errorlog contents
/PHP-8.2/ext/tidy/tests/
H A D024.phpt10 $contents = '
23 $tidy = tidy_parse_string($contents, $config, 'utf8');
/PHP-8.2/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt14 $phar['a'] = 'file contents
30 file contents
/PHP-8.2/ext/zip/tests/
H A Dbug7214.phpt11 $contents = zip_entry_read($entry, zip_entry_filesize($entry));
12 if (strlen($contents) == zip_entry_filesize($entry)) {
H A Dbug80863.phpt11 $zip->addFromString("file1.txt", "contents");
12 $zip->addFromString("file2.txt", "contents");
/PHP-8.2/ext/standard/tests/strings/
H A Dmd5_file.phpt52 echo "\n*** Hexadecimal Output for a valid file with some contents ***\n";
56 echo "\n*** Raw Binary Output for a valid file with some contents ***\n";
81 *** Hexadecimal Output for a valid file with some contents ***
84 *** Raw Binary Output for a valid file with some contents ***
/PHP-8.2/ext/tidy/
H A Dtidy.c1086 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) { in PHP_FUNCTION()
1087 zend_string_release_ex(contents, 0); in PHP_FUNCTION()
1096 || php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in PHP_FUNCTION()
1101 zend_string_release_ex(contents, 0); in PHP_FUNCTION()
1384 zend_string_release_ex(contents, 0); in PHP_METHOD()
1391 zend_string_release_ex(contents, 0); in PHP_METHOD()
1395 php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc); in PHP_METHOD()
1397 zend_string_release_ex(contents, 0); in PHP_METHOD()
1427 zend_string_release_ex(contents, 0); in PHP_METHOD()
1433 || php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in PHP_METHOD()
[all …]
/PHP-8.2/ext/dom/tests/
H A Ddom_set_attr_node.phpt31 $contents = ob_get_contents();
33 echo preg_replace('/object\(DOMAttr\).+\{.*?\}/s', 'DOMAttr', $contents);
/PHP-8.2/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt25 file_put_contents($sReadFile,'contents of tempfile');
50 string(27) "custom:contents of tempfile"

Completed in 104 milliseconds

1234567