Home
last modified time | relevance | path

Searched refs:contents (Results 126 – 150 of 203) sorted by relevance

123456789

/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt35 // get the contents from the internal output buffer
H A Dsetlocale_basic1.phpt35 // get the contents from the internal output buffer
H A Dsetlocale_basic2.phpt35 // get the contents from the internal output buffer
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_error.phpt7 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfputcsv_variation10.phpt59 // 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
H A Dfwrite_variation4-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation4.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation2-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation2.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation3.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation3-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic-win32-mb.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation1-win32-mb.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation1.phpt7 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
/PHP-7.4/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-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt50 // print the file contents
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c423 zend_string *contents; in PHP_FUNCTION() local
459 if ((contents = php_stream_copy_to_mem(stream, maxlen, 0))) { in PHP_FUNCTION()
460 RETURN_STR(contents); in PHP_FUNCTION()
/PHP-7.4/
H A D.gdbinit158 prints zval contents
618 print the length and contents of a zend string
H A Drun-tests.php1367 $contents = file_get_contents($file);
1368 if (preg_match('/^--CONFLICTS--(.+?)^--/ms', $contents, $matches)) {
1376 $contents = file_get_contents($dir . '/CONFLICTS');
1377 $dirConflicts = parse_conflicts($contents);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt67 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");

Completed in 55 milliseconds

123456789