Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/phar/tests/tar/
H A Dbadchecksum.phpt13 $a->addFile('hithere', 'contents', null, 'checksum');
/PHP-8.2/ext/standard/tests/file/
H A Dtouch_basic-win32-mb.phpt27 echo "\n --- testing touch doesn't alter file contents ---\n";
77 --- testing touch doesn't alter file contents ---
H A Dtouch_basic-win32.phpt27 echo "\n --- testing touch doesn't alter file contents ---\n";
77 --- testing touch doesn't alter file contents ---
H A Dtouch_basic.phpt28 echo "\n --- testing touch doesn't alter file contents ---\n";
78 --- testing touch doesn't alter file contents ---
H A Dfopen_variation14.phpt54 echo "contents not correct\n";
73 echo "contents not correct\n";
H A Dfopen_variation15.phpt58 echo "contents not correct\n";
77 echo "contents not correct\n";
/PHP-8.2/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
/PHP-8.2/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.phpt8 uncompressed contents of 004.txt.gz is:
/PHP-8.2/ext/phar/tests/zip/
H A Dgh10766.phpt11 $phar->addFromString('name', 'contents');
/PHP-8.2/ext/phar/tests/
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/PHP-8.2/ext/zip/tests/
H A Dbug77978.phpt14 $zip->addFromString("dir/test:/filename.txt", "contents");
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt72 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
96 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
H A Dmysqli_last_insert_id.phpt128 printf("Dumping table contents before INSERT...SELECT experiments...\n");
170 printf("Dumping table contents after INSERT...SELECT...\n");
184 Dumping table contents before INSERT...SELECT experiments...
188 Dumping table contents after INSERT...SELECT...
/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_004.phpt16 "TzoxMToiSGFzaENvbnRleHQiOjA6e30=", // no contents
/PHP-8.2/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-8.2/ext/imap/tests/setup/
H A Dimap_include.inc176 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
181 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
186 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-8.2/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc28 * @param string|resource file contents or open file handle
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c933 xmlChar *contents; in _get_base_node_value() local
937 if (contents) { in _get_base_node_value()
938 ZVAL_STRING(value, (char *)contents); in _get_base_node_value()
939 xmlFree(contents); in _get_base_node_value()
1807 if (contents) { in cast_object()
1808 ZVAL_STRINGL(object, contents, strlen(contents)); in cast_object()
1840 xmlChar *contents = NULL; in sxe_object_cast_ex() local
1873 contents = sxe->node->node->content; in sxe_object_cast_ex()
1879 rv = cast_object(writeobj, type, (char *)contents); in sxe_object_cast_ex()
1881 if (contents && free_contents) { in sxe_object_cast_ex()
[all …]
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c96 zend_string *contents; in PHAR_FUNC() local
212 contents = php_stream_copy_to_mem(stream, maxlen, 0); in PHAR_FUNC()
213 if (contents && ZSTR_LEN(contents) > 0) { in PHAR_FUNC()
214 RETVAL_STR(contents); in PHAR_FUNC()
215 } else if (contents) { in PHAR_FUNC()
216 zend_string_release_ex(contents, 0); in PHAR_FUNC()
H A Dphar_object.stub.php103 public function addFromString(string $localName, string $contents): void {} argument
289 public function addFromString(string $localName, string $contents): void {} argument
/PHP-8.2/ext/standard/tests/general_functions/
H A Dprint_r.phpt41 /* calling check_printr() to display contents of integer variables
80 /* calling check_printr() to display contents of float variables
101 /* calling check_printr() to display contents of strings using print_r() */
135 /* calling check_printr() to display contents of $arrays */
215 /* calling check_printr() to display contents of the objects using print_r() */
H A Dprint_r_64bit.phpt45 /* calling check_printr() to display contents of integer variables
84 /* calling check_printr() to display contents of float variables
105 /* calling check_printr() to display contents of strings using print_r() */
139 /* calling check_printr() to display contents of $arrays */
219 /* calling check_printr() to display contents of the objects using print_r() */

Completed in 61 milliseconds

1234567