Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_directory.h95 #define SPL_FILE_OBJECT_SKIP_EMPTY 0x00000004 /* skip empty lines */ macro
H A Dspl_directory_arginfo.h643 ZVAL_LONG(&const_SKIP_EMPTY_value, SPL_FILE_OBJECT_SKIP_EMPTY); in register_class_SplFileObject()
H A Dspl_directory.c1945 } while (is_line_empty(intern) && SPL_HAS_FLAG(intern->flags, SPL_FILE_OBJECT_SKIP_EMPTY)); in spl_filesystem_file_read_csv()
2013 …while (SPL_HAS_FLAG(intern->flags, SPL_FILE_OBJECT_SKIP_EMPTY) && ret == SUCCESS && is_line_empty(… in spl_filesystem_file_read_line()

Completed in 16 milliseconds