Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c592 zval *zfile, *zmode; in PHP_FUNCTION() local
598 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
599 convert_to_string_ex(zfile); in PHP_FUNCTION()
613 stream = php_stream_open_wrapper(Z_STRVAL_P(zfile), Z_STRVAL_P(zmode), in PHP_FUNCTION()

Completed in 11 milliseconds