Home
last modified time | relevance | path

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

1234567

/PHP-8.2/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 Dfwrite_variation1.phpt11 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 Dftruncate_variation7-win32.phpt17 /* 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-win32.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.phpt17 /* 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-win32.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_variation2.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_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.2/
H A DREADME.md20 …om/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)
/PHP-8.2/ext/phar/
H A Dphar_object.c1384 zend_string *opened; in phar_build() local
1439 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1581 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1607 if (opened) { in phar_build()
1608 zend_string_release_ex(opened, 0); in phar_build()
1626 if (opened) { in phar_build()
1627 zend_string_release_ex(opened, 0); in phar_build()
1672 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-8.2/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.2/sapi/fpm/tests/
H A Dlogtool.inc454 $this->expectNotice('error log file re-opened') &&
455 $this->expectNotice('access log file re-opened')
/PHP-8.2/build/
H A Dconfig.sub1419 opened*)

Completed in 48 milliseconds

1234567