Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c1435 char *mode_string = NULL; in PHP_FUNCTION() local
1440 mode_string = "wb"; in PHP_FUNCTION()
1443 mode_string = "rb"; in PHP_FUNCTION()
1447 mode_string = "w"; in PHP_FUNCTION()
1450 mode_string = "r"; in PHP_FUNCTION()
1453 mode_string = "r+"; in PHP_FUNCTION()
1459 descriptors[i].mode_flags), mode_string, NULL); in PHP_FUNCTION()
1462 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()

Completed in 7 milliseconds