Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/standard/
H A Dproc_open.c1324 char *mode_string = NULL; in PHP_FUNCTION() local
1329 mode_string = "wb"; in PHP_FUNCTION()
1332 mode_string = "rb"; in PHP_FUNCTION()
1336 mode_string = "w"; in PHP_FUNCTION()
1339 mode_string = "r"; in PHP_FUNCTION()
1342 mode_string = "r+"; in PHP_FUNCTION()
1348 descriptors[i].mode_flags), mode_string, NULL); in PHP_FUNCTION()
1351 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()

Completed in 9 milliseconds