Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_directory.c69 if (intern->u.file.current_zval) { in spl_filesystem_file_free_line()
70 zval_ptr_dtor(&intern->u.file.current_zval); in spl_filesystem_file_free_line()
71 intern->u.file.current_zval = NULL; in spl_filesystem_file_free_line()
2172 if (intern->u.file.current_zval) { in spl_filesystem_file_read_csv()
2173 zval_ptr_dtor(&intern->u.file.current_zval); in spl_filesystem_file_read_csv()
2175 ALLOC_INIT_ZVAL(intern->u.file.current_zval); in spl_filesystem_file_read_csv()
2216 MAKE_STD_ZVAL(intern->u.file.current_zval); in spl_filesystem_file_read_line_ex()
2233 } else if (intern->u.file.current_zval) { in spl_filesystem_file_is_empty_line()
2234 switch(Z_TYPE_P(intern->u.file.current_zval)) { in spl_filesystem_file_is_empty_line()
2476 } else if (intern->u.file.current_zval) { in SPL_METHOD()
[all …]
H A Dspl_directory.h93 zval *current_zval; member

Completed in 23 milliseconds