Home
last modified time | relevance | path

Searched refs:opened (Results 126 – 150 of 155) sorted by relevance

1234567

/PHP-8.3/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt17 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation2.phpt17 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation3-win32.phpt17 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
H A Dfwrite_variation3.phpt17 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
H A Dfwrite_variation1-win32-mb.phpt17 Test fwrite with file opened in mode : r,rb,rt
H A Duserstreams.phpt312 /* One final test to see if the position is respected when opened for append */
H A Dfwrite_variation1.phpt11 Test fwrite with file opened in mode : r,rb,rt
H A Dftruncate_variation1-win32.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1-win32-mb.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7-win32.phpt17 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7.phpt17 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2-win32.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3-win32.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5-win32.phpt16 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6-win32.phpt18 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6.phpt18 /* test ftruncate with file opened in different modes */
/PHP-8.3/
H A DREADME.md19 …om/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)
/PHP-8.3/ext/phar/
H A Dphar_object.c1396 zend_string *opened; in phar_build() local
1451 opened = ZSTR_INIT_LITERAL("[stream]", 0); in phar_build()
1593 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1619 if (opened) { in phar_build()
1620 zend_string_release_ex(opened, 0); in phar_build()
1638 if (opened) { in phar_build()
1639 zend_string_release_ex(opened, 0); in phar_build()
1684 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-8.3/sapi/fpm/tests/
H A Dlogtool.inc454 $this->expectNotice('error log file re-opened') &&
455 $this->expectNotice('access log file re-opened')
/PHP-8.3/docs/
H A Dstreams.md65 * `opened_path` is used to return the path of the actual file opened, but if you
182 php_stream * stream; /* already opened */
/PHP-8.3/build/
H A Dconfig.sub1429 opened*)
1869 *-mvs* | *-opened*)

Completed in 40 milliseconds

1234567