Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/imap/tests/
H A Dbug80242.phpt13 'contents.data' => 'some text',
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";
H A Dbug31142_2.phpt18 $part1["contents.data"]=imap_8bit('asn řkl');
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_38_backup.phpt25 echo "Checking backup contents\n";
49 Checking backup contents
/PHP-7.4/ext/standard/tests/file/
H A Dfile_variation9.phpt16 $contents = array(
25 foreach ($contents as $content) {
H A Dtouch_basic-win32-mb.phpt33 echo "\n --- testing touch doesn't alter file contents ---\n";
83 --- testing touch doesn't alter file contents ---
H A Dtouch_basic-win32.phpt33 echo "\n --- testing touch doesn't alter file contents ---\n";
83 --- testing touch doesn't alter file contents ---
H A Dtouch_basic.phpt34 echo "\n --- testing touch doesn't alter file contents ---\n";
84 --- testing touch doesn't alter file contents ---
/PHP-7.4/ext/oci8/tests/
H A Dedition_1.phpt51 select from both the editions and verify the contents. */
70 // Check the current edition of the DB and the contents of view_ed.
81 // Check the current edition of the DB and the contents of view_ed.
85 // Verify the contents in MYEDITION EDITION.
/PHP-7.4/ext/openssl/tests/
H A Dbug48182.phpt42 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
67 Sending data over to SSL server in async mode with contents like Hello World
/PHP-7.4/win32/build/
H A Dbuildconf.js81 var contents = file_get_contents(c);
85 var calls = contents.match(re_dep_line);
97 item = new Module_Item(n, c, dir_line, deps, contents);
/PHP-7.4/ext/standard/tests/array/
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 --
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 --
/PHP-7.4/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-7.4/ext/phar/tests/tar/
H A Dbadchecksum.phpt13 $a->addFile('hithere', 'contents', null, 'checksum');
/PHP-7.4/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-7.4/ext/tidy/
H A Dtidy.c1313 zend_string *inputfile, *contents; in PHP_FUNCTION() local
1331 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) { in PHP_FUNCTION()
1338 if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in PHP_FUNCTION()
1343 zend_string_release_ex(contents, 0); in PHP_FUNCTION()
1635 zend_string *contents, *inputfile = NULL; in TIDY_DOC_METHOD() local
1660 php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc); in TIDY_DOC_METHOD()
1662 zend_string_release_ex(contents, 0); in TIDY_DOC_METHOD()
1672 zend_string *inputfile, *contents; in TIDY_DOC_METHOD() local
1689 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) { in TIDY_DOC_METHOD()
1696 if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in TIDY_DOC_METHOD()
[all …]
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
H A Ddba_db4_007.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
/PHP-7.4/ext/imap/
H A Dphp_imap.h78 #define CONTENT_PART contents.part
79 #define CONTENT_MSG_BODY contents.msg.body
/PHP-7.4/ext/phar/tests/
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents

Completed in 36 milliseconds

123456789