Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dproc_open.c1434 char *mode_string = NULL; in PHP_FUNCTION() local
1439 mode_string = "wb"; in PHP_FUNCTION()
1442 mode_string = "rb"; in PHP_FUNCTION()
1446 mode_string = "w"; in PHP_FUNCTION()
1449 mode_string = "r"; in PHP_FUNCTION()
1452 mode_string = "r+"; in PHP_FUNCTION()
1458 descriptors[i].mode_flags), mode_string, NULL); in PHP_FUNCTION()
1461 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()

Completed in 11 milliseconds