Home
last modified time | relevance | path

Searched refs:opened (Results 151 – 175 of 182) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt19 * Providing various permissions to the directory to be opened and checking
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dfwrite_variation4.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dfwrite_variation2-win32.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation2.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation3.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
H A Dfwrite_variation3-win32.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
H A Duserstreams.phpt308 /* One final test to see if the position is respected when opened for append */
H A Dfwrite_variation1-win32-mb.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation1.phpt20 Test fwrite with file opened in mode : r,rb,rt
H A Dftruncate_variation1-win32-mb.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7-win32.phpt22 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7.phpt22 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5.phpt21 /* test ftruncate with file opened in different modes */
/PHP-7.4/ext/phar/
H A Dphar_object.c1416 zend_string *opened; in phar_build() local
1471 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1614 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1640 if (opened) { in phar_build()
1641 zend_string_release_ex(opened, 0); in phar_build()
1659 if (opened) { in phar_build()
1660 zend_string_release_ex(opened, 0); in phar_build()
1705 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-7.4/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-7.4/build/
H A Dconfig.sub1419 opened*)
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc176 * Define whether or not PHP should attempt to re-use sockets opened by previous

Completed in 40 milliseconds

12345678