Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dproc_open.c631 zval **zfile, **zmode; in PHP_FUNCTION() local
637 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION()
638 convert_to_string_ex(zfile); in PHP_FUNCTION()
652 stream = php_stream_open_wrapper(Z_STRVAL_PP(zfile), Z_STRVAL_PP(zmode), in PHP_FUNCTION()

Completed in 5 milliseconds