Home
last modified time | relevance | path

Searched refs:contents (Results 76 – 100 of 203) sorted by relevance

123456789

/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt16 $zip->addFromString("dir/test:/filename.txt", "contents");
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A Dgzencode_variation2.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A Dzlib_scheme_copy_variation2.phpt12 uncompressed contents of 004.txt.gz is:
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation4.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation6.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation9.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfopen_variation14.phpt60 echo "contents not correct\n";
79 echo "contents not correct\n";
H A Dfopen_variation15.phpt64 echo "contents not correct\n";
83 echo "contents not correct\n";
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc156 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
161 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
166 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-7.4/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
101 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
H A Dmysqli_last_insert_id.phpt127 printf("Dumping table contents before INSERT...SELECT experiments...\n");
169 printf("Dumping table contents after INSERT...SELECT...\n");
183 Dumping table contents before INSERT...SELECT experiments...
187 Dumping table contents after INSERT...SELECT...
/PHP-7.4/ext/intl/tests/
H A Dregression_sort_and_cow.phpt30 // Return contents of all the arrays.
H A Dregression_sortwsk_and_cow.phpt31 // Return contents of all the arrays.
/PHP-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc28 * @param string|resource file contents or open file handle
/PHP-7.4/ext/standard/tests/array/
H A Dshuffle_basic2.phpt6 * Description: Randomly shuffle the contents of an array
H A Dshuffle_variation2.phpt6 * Description: Randomly shuffle the contents of an array
H A Dshuffle_variation5.phpt6 * Description: Randomly shuffle the contents of an array
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c96 zend_string *contents; in PHAR_FUNC() local
207 contents = php_stream_copy_to_mem(stream, maxlen, 0); in PHAR_FUNC()
208 if (contents && ZSTR_LEN(contents) > 0) { in PHAR_FUNC()
209 RETVAL_STR(contents); in PHAR_FUNC()
210 } else if (contents) { in PHAR_FUNC()
211 zend_string_release_ex(contents, 0); in PHAR_FUNC()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c982 xmlChar *contents; in _get_base_node_value() local
986 if (contents) { in _get_base_node_value()
987 ZVAL_STRING(value, (char *)contents); in _get_base_node_value()
988 xmlFree(contents); in _get_base_node_value()
1845 static int cast_object(zval *object, int type, char *contents) in cast_object() argument
1847 if (contents) { in cast_object()
1848 ZVAL_STRINGL(object, contents, strlen(contents)); in cast_object()
1881 xmlChar *contents = NULL; in sxe_object_cast_ex() local
1916 rv = cast_object(writeobj, type, (char *)contents); in sxe_object_cast_ex()
1918 if (contents) { in sxe_object_cast_ex()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt6 * Description: Verify that the contents of a variable can be called as a function
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_error.phpt7 * Description: Generate a keyed hash value using the HMAC method and the contents of a given file
H A Dhash_file_basic1.phpt7 * Description: Generate a hash value using the contents of a given file

Completed in 67 milliseconds

123456789