Home
last modified time | relevance | path

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

/PHP-5.5/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()
2171 if (intern->u.file.current_zval) { in spl_filesystem_file_read_csv()
2172 zval_ptr_dtor(&intern->u.file.current_zval); in spl_filesystem_file_read_csv()
2174 ALLOC_INIT_ZVAL(intern->u.file.current_zval); in spl_filesystem_file_read_csv()
2215 MAKE_STD_ZVAL(intern->u.file.current_zval); in spl_filesystem_file_read_line_ex()
2232 } else if (intern->u.file.current_zval) { in spl_filesystem_file_is_empty_line()
2233 switch(Z_TYPE_P(intern->u.file.current_zval)) { in spl_filesystem_file_is_empty_line()
2453 } else if (intern->u.file.current_zval) { in SPL_METHOD()
[all …]
H A Dspl_directory.h93 zval *current_zval; member

Completed in 19 milliseconds