Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.c923 char *posix_mode; in PHP_FUNCTION() local
929 posix_mode = estrndup(mode, mode_len); in PHP_FUNCTION()
932 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION()
934 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
939 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
941 php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
942 efree(posix_mode); in PHP_FUNCTION()
955 efree(posix_mode); in PHP_FUNCTION()

Completed in 9 milliseconds