Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.c1963 zval *fd, **len_zv = NULL; in PHP_FUNCTION() local
1972 &fd, &len_zv, &delimiter_str, &delimiter_str_len, in PHP_FUNCTION()
2015 if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) { in PHP_FUNCTION()
2016 convert_to_long_ex(len_zv); in PHP_FUNCTION()
2017 len = Z_LVAL_PP(len_zv); in PHP_FUNCTION()

Completed in 9 milliseconds