Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c720 zval *zfile, *zmode; in PHP_FUNCTION() local
726 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
727 if (!try_convert_to_string(zfile)) { in PHP_FUNCTION()
745 stream = php_stream_open_wrapper(Z_STRVAL_P(zfile), Z_STRVAL_P(zmode), in PHP_FUNCTION()

Completed in 7 milliseconds