Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation8-win32.phpt15 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation8.phpt15 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7-win32.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfopen_variation14-win32.phpt68 echo "contents not correct\n";
87 echo "contents not correct\n";
H A Dfopen_variation15-win32.phpt72 echo "contents not correct\n";
91 echo "contents not correct\n";
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt28 * of the stream contents. Binding other streams will attempt to bind
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt6 Description: Verify that the contents of a variable can be called as a function
H A Dprint_r.phpt46 /* calling check_printr() to display contents of integer variables
85 /* calling check_printr() to display contents of float variables
106 /* calling check_printr() to display contents of strings using print_r() */
140 /* calling check_printr() to display contents of $arrays */
218 /* calling check_printr() to display contents of the objects using print_r() */
H A Dprint_r_64bit.phpt50 /* calling check_printr() to display contents of integer variables
89 /* calling check_printr() to display contents of float variables
110 /* calling check_printr() to display contents of strings using print_r() */
144 /* calling check_printr() to display contents of $arrays */
222 /* calling check_printr() to display contents of the objects using print_r() */
H A Dvar_dump.phpt44 /* calling check_vardump() to display contents of integer variables
83 /* calling check_vardump() to display contents of float variables
104 /* calling check_vardump() to display contents of strings
137 /* calling check_vardump() to display contents of an array
216 /* calling check_vardump() to display contents of the objects
H A Dvar_dump_64bit.phpt44 /* calling check_vardump() to display contents of integer variables
83 /* calling check_vardump() to display contents of float variables
104 /* calling check_vardump() to display contents of strings
137 /* calling check_vardump() to display contents of an array
216 /* calling check_vardump() to display contents of the objects
H A Dis_callable_variation1.phpt10 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_basic.phpt8 * Description: Generate a keyed hash value using the HMAC method and the contents of a given file
/PHP-7.4/ext/standard/tests/array/
H A Dshuffle_basic1.phpt6 * Description: Randomly shuffle the contents of an array
H A Dshuffle_variation3.phpt6 * Description: Randomly shuffle the contents of an array
H A Dshuffle_variation4.phpt6 * Description: Randomly shuffle the contents of an array
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt44 // get the contents from the internal output buffer
H A Dsetlocale_basic3.phpt35 // get the contents from the internal output buffer
/PHP-7.4/ext/imap/
H A Dphp_imap.c3781 bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1); in PHP_FUNCTION()
3783 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3785 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3786 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3787 bod->contents.text.size = 0; in PHP_FUNCTION()
3905 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3907 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3908 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3909 bod->contents.text.size = 0; in PHP_FUNCTION()
4012 …spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text… in PHP_FUNCTION()
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir.inc38 // Scan through the directory contents

Completed in 40 milliseconds

123456789