Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.h93 #define SPL_FILE_OBJECT_SKIP_EMPTY 0x00000004 /* skip empty lines */ macro
H A Dspl_directory_arginfo.h638 ZVAL_LONG(&const_SKIP_EMPTY_value, SPL_FILE_OBJECT_SKIP_EMPTY); in register_class_SplFileObject()
H A Dspl_directory.c1913 } while (is_line_empty(intern) && SPL_HAS_FLAG(intern->flags, SPL_FILE_OBJECT_SKIP_EMPTY)); in spl_filesystem_file_read_csv()
1983 …while (SPL_HAS_FLAG(intern->flags, SPL_FILE_OBJECT_SKIP_EMPTY) && ret == SUCCESS && is_line_empty(… in spl_filesystem_file_read_line()

Completed in 24 milliseconds