Home
last modified time | relevance | path

Searched refs:contents (Results 101 – 125 of 173) sorted by relevance

1234567

/PHP-8.2/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt32 // get the contents from the internal output buffer
H A Dsetlocale_basic3.phpt24 // get the contents from the internal output buffer
H A Dsetlocale_variation1.phpt24 // get the contents from the internal output buffer
H A Dsetlocale_basic1.phpt24 // get the contents from the internal output buffer
H A Dsetlocale_basic2.phpt24 // get the contents from the internal output buffer
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt30 * of the stream contents. Binding other streams will attempt to bind
/PHP-8.2/ext/standard/tests/general_functions/
H A Dvar_dump.phpt39 /* calling check_vardump() to display contents of integer variables
78 /* calling check_vardump() to display contents of float variables
99 /* calling check_vardump() to display contents of strings
132 /* calling check_vardump() to display contents of an array
213 /* calling check_vardump() to display contents of the objects
H A Dvar_dump_64bit.phpt39 /* calling check_vardump() to display contents of integer variables
78 /* calling check_vardump() to display contents of float variables
99 /* calling check_vardump() to display contents of strings
132 /* calling check_vardump() to display contents of an array
213 /* calling check_vardump() to display contents of the objects
/PHP-8.2/ext/imap/
H A Dphp_imap.c3107 bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1); in PHP_FUNCTION()
3109 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3111 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3112 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3113 bod->contents.text.size = 0; in PHP_FUNCTION()
3231 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3233 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3234 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3235 bod->contents.text.size = 0; in PHP_FUNCTION()
3332 …spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text… in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dcorrupt_tarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dmake.dangerous.tar.php.inc40 * @param string|resource file contents or open file handle
/PHP-8.2/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt62 echo "contents not correct\n";
81 echo "contents not correct\n";
H A Dfopen_variation15-win32.phpt66 echo "contents not correct\n";
85 echo "contents not correct\n";
H A Dfputcsv_variation10.phpt53 // print the file contents
H A Dfile.inc4 create_files() : create files with specified contents
8 fill_files() : fill file with specified contents
10 fill_buffer() : fills buffer with specified contents
/PHP-8.2/tests/security/
H A Dopen_basedir.inc38 // Scan through the directory contents
/PHP-8.2/docs/
H A Doutput-api.md65 Retrieving output buffers contents:
H A Dstreams.md116 If you want to read the contents of a stream into an allocated memory buffer,
132 this function to copy the contents into a new stream that can be `seek()ed`:
158 whole contents have been downloaded.
H A Dself-contained-extensions.md47 You can now ship the contents of the directory - the extension can live
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt50 // print the file contents
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c450 zend_string *contents; in PHP_FUNCTION() local
488 if ((contents = php_stream_copy_to_mem(stream, maxlen, 0))) { in PHP_FUNCTION()
489 RETURN_STR(contents); in PHP_FUNCTION()
H A Dfile.c405 zend_string *contents; in PHP_FUNCTION() local
445 if ((contents = php_stream_copy_to_mem(stream, maxlen, 0)) != NULL) { in PHP_FUNCTION()
446 RETVAL_STR(contents); in PHP_FUNCTION()
/PHP-8.2/
H A D.gdbinit158 prints zval contents
616 print the length and contents of a zend string
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt64 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");

Completed in 71 milliseconds

1234567