Home
last modified time | relevance | path

Searched refs:written (Results 76 – 100 of 122) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation4.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfile_put_contents_variation2.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfwrite_variation2-win32.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation2.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation3.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation3-win32.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_basic-win32-mb.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_basic-win32.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_basic.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation1-win32-mb.phpt15 written or the end of string reached, whichever comes first.
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation1.phpt9 written or the end of string reached, whichever comes first.
10 fwrite() returns the number of bytes written or FALSE on error
/PHP-7.4/
H A DREADME.REDIST.BINS35 The basic library functions are written in C and are freestanding. Also
92 software without specific prior written permission.
136 without specific prior written permission.
235 products derived from this software without specific prior written
266 notice is included verbatim in any distributions. No written agreement,
343 without specific prior written permission.
425 prior written permission.
448 on public domain software written at the National Center for
473 derived from this software without specific prior written permission.
605 written permission.
[all …]
H A DCODING_STANDARDS.md173 followed by lowercase letters, whereas acronyms and initialisms are written
231 instead. PHP is written in C, and is aimed at compiling under any ANSI-C
303 Optional arguments are written like this:
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt61 // database was created and written to file system
/PHP-7.4/Zend/
H A DLICENSE20 permission from Zend Technologies Ltd. For written permission,
/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md4 library, written by Shigeru Kanemoto.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt53 printf("[%03d][control string '%s'] Trace file has not been written.\n",
H A Dmysqli_debug_mysqlnd_control_string.phpt52 printf("[%03d][control string '%s'] Trace file has not been written.\n",
229 [083][control string 'n:O,%smysqli_debug_phpt.trace'] Trace file has not been written.
H A Dmysqli_class_mysqli_result_reflection.phpt16 die("skip Test has been written for mysqlnd only");
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in35 # of the unit. Usually, tunable kernel variables should only be written at boot-time, with the
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc16 * @param int message_count number of test msgs to be written to new mailbox
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc62 * @param int message_count number of test msgs to be written to new mailbox
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc50 * @var string Data written at the end of the ZIP file
56 * @var string Data written at the start of the ZIP file
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1953 off_t written; in gsendfile() local
1954 ret = sendfile( fdIn, fdOut, *off, size, NULL, &written, 0 ); in gsendfile()
1955 if ( written > 0 ) in gsendfile()
1957 ret = written; in gsendfile()
1994 size_t written; in gsendfile() local
1995 ssize_t ret = sendfilev( fdOut, vec, n, &written ); in gsendfile()
1997 ret = written; in gsendfile()

Completed in 62 milliseconds

12345