Home
last modified time | relevance | path

Searched refs:written (Results 26 – 50 of 97) sorted by relevance

1234

/PHP-8.2/Zend/tests/enum/
H A Dno-write-properties-through-foreach-reference.phpt2 Enum properties cannot be written to through reference in foreach
H A Dno-write-properties.phpt2 Enum properties cannot be written to
/PHP-8.2/ext/zlib/tests/
H A Dgzwrite_error2.phpt10 $str = "Here is the string to be written. ";
H A Dgzwrite_variation1.phpt10 $str = "Here is the string to be written. ";
H A Dgzeof_variation1.phpt10 $str = "Here is the string to be written. ";
/PHP-8.2/ext/standard/tests/file/
H A Dbug71287.phpt21 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
H A Dfile_get_contents_file_put_contents_5gb.phpt57 echo "File written successfully." . PHP_EOL;
79 File written successfully.
H A Dfilesize_variation4.phpt10 /* Testing filesize() with data written using different file modes and by creating holes in file */
15 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
85 *** Testing filesize() with data written using different file modes and by creating holes in file *…
H A Dfile_put_contents_variation4.phpt31 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dfile_put_contents_variation6.phpt34 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dfilesize_variation4-win32.phpt14 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
83 *** Testing filesize() with data written using different file modes and by creating holes in file *…
/PHP-8.2/Zend/tests/
H A Dbug74093.phpt2 Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
H A Dbug66811.phpt2 Bug #66811: Cannot access static::class in lambda, written outside of a class
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug70249.phpt11 // make sure log entries written by shutdown functions are also flushed
/PHP-8.2/ext/exif/tests/
H A Dexif004.phpt19 test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
/PHP-8.2/ext/standard/
H A Diptc.c182 bool written = 0; in PHP_FUNCTION() local
252 if (written) { in PHP_FUNCTION()
256 written = 1; in PHP_FUNCTION()
H A Dinfo.c56 size_t written; in php_info_print_html_esc() local
60 written = php_output_write(ZSTR_VAL(new_str), ZSTR_LEN(new_str)); in php_info_print_html_esc()
62 return written; in php_info_print_html_esc()
69 size_t len, written; in php_info_printf() local
76 written = php_output_write(buf, len); in php_info_printf()
78 return written; in php_info_printf()
/PHP-8.2/
H A DLICENSE19 derived from this software without prior written permission. For
20 written permission, please contact group@php.net.
23 may "PHP" appear in their name, without prior written permission
/PHP-8.2/ext/oci8/
H A DLICENSE19 derived from this software without prior written permission. For
20 written permission, please contact group@php.net.
23 may "PHP" appear in their name, without prior written permission
/PHP-8.2/ext/imap/tests/
H A Dimap_savebody_uid.phpt24 // Compare what was written.
/PHP-8.2/tests/output/
H A Dob_implicit_flush_basic_002.phpt12 echo "This is being written to a user buffer.\n";
/PHP-8.2/ext/pcre/tests/
H A Dpreg_quote_basic.phpt9 print "\$string_before looks like: $string_before\n"; //$string_before is printed as is written
/PHP-8.2/ext/session/tests/
H A Dsession_set_save_handler_class_012.phpt23 // This test was written for broken return value handling
/PHP-8.2/ext/pdo_odbc/tests/
H A Dgh9372.phpt13 // The test is written in a way to always pass, unless the execution
/PHP-8.2/sapi/fpm/
H A Dphp-fpm.conf.in20 ; If it's set to "syslog", log is sent to syslogd instead of being written
54 ; line is written in a single write operation. If the value is false, then the
55 ; data is written directly into the file descriptor. It is an experimental

Completed in 34 milliseconds

1234