Home
last modified time | relevance | path

Searched refs:written (Results 51 – 75 of 97) sorted by relevance

1234

/PHP-8.2/TSRM/
H A DLICENSE13 without specific prior written permission.
/PHP-8.2/ext/session/tests/
H A Dgh12504.phpt2 GH-12504 (Corrupted session written when there's a fatal error in autoloader)
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c1013 ssize_t written; local
1024 if (EXPECTED(written == total_size)) {
1028 errno = written == -1 ? errno : EAGAIN;
1040 written = write(fd, info, sizeof(*info));
1041 if (UNEXPECTED(written != sizeof(*info))) {
1042 errno = written == -1 ? errno : EAGAIN;
1046 written = write(fd, buf, script->size);
1047 if (UNEXPECTED(written != script->size)) {
1048 errno = written == -1 ? errno : EAGAIN;
1053 if (UNEXPECTED(written != info->str_size)) {
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt45 printf("[%03d][control string '%s'] Trace file has not been written.\n",
75 [023][control string '%s'] Trace file has not been written.
H A Dmysqli_debug_mysqlnd_only.phpt48 printf("[%03d][control string '%s'] Trace file has not been written.\n",
H A Dmysqli_debug_mysqlnd_control_string.phpt49 printf("[%03d][control string '%s'] Trace file has not been written.\n",
221 [083][control string 'n:O,%smysqli_debug_phpt.trace'] Trace file has not been written.
/PHP-8.2/ext/calendar/tests/
H A Dunixtojd.phpt17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") …
/PHP-8.2/ext/standard/tests/file/
H A D007_variation21.phpt28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation5.phpt28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation13.phpt33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation13-win32.phpt33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt108 // file to export cannot be written
136 // file to export cannot be written
H A Dopenssl_error_string_basic_openssl3.phpt111 // file to export cannot be written
139 // file to export cannot be written
/PHP-8.2/ext/standard/tests/http/
H A Dserver.inc43 * $output is a stream on which everything sent by clients is written to
/PHP-8.2/
H A DREADME.REDIST.BINS36 The basic library functions are written in C and are freestanding. Also
93 software without specific prior written permission.
137 without specific prior written permission.
236 products derived from this software without specific prior written
267 notice is included verbatim in any distributions. No written agreement,
344 without specific prior written permission.
401 prior written permission.
424 on public domain software written at the National Center for
449 derived from this software without specific prior written permission.
581 written permission.
[all …]
H A DCODING_STANDARDS.md171 followed by lowercase letters, whereas acronyms and initialisms are written
229 instead. PHP is written in C, and is aimed at compiling under any ANSI-C
/PHP-8.2/ext/mbstring/libmbfl/
H A DREADME.md4 library, written by Shigeru Kanemoto.
/PHP-8.2/Zend/
H A DLICENSE20 permission from Zend Technologies Ltd. For written permission,
/PHP-8.2/ext/pdo_odbc/tests/
H A Dcommon.phpt62 // database was created and written to file system
/PHP-8.2/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-8.2/ext/standard/tests/mail/
H A Dmail_include.inc16 * @param int message_count number of test msgs to be written to new mailbox
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c1932 off_t written; in gsendfile() local
1933 ret = sendfile( fdIn, fdOut, *off, size, NULL, &written, 0 ); in gsendfile()
1934 if ( written > 0 ) in gsendfile()
1936 ret = written; in gsendfile()
1947 off_t written = 0; in gsendfile() local
1967 written += w; in gsendfile()
1972 *off += written; in gsendfile()
2007 size_t written; in gsendfile() local
2008 ssize_t ret = sendfilev( fdOut, vec, n, &written ); in gsendfile()
2010 ret = written; in gsendfile()
/PHP-8.2/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-8.2/ext/imap/tests/setup/
H A Dimap_include.inc63 * @param int message_count number of test msgs to be written to new mailbox
/PHP-8.2/ext/standard/libavifinfo/
H A DPATENTS26 notices, and/or other written materials provided with the

Completed in 59 milliseconds

1234