Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc365 * @param $line_pos Seek to this line
367 function seek($line_pos)
370 while($this->lnum < $line_pos && !$this->eof())
/PHP-7.2/ext/spl/
H A Dspl_directory.c2990 zend_long line_pos; in SPL_METHOD() local
2992 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &line_pos) == FAILURE) { in SPL_METHOD()
3000 if (line_pos < 0) { in SPL_METHOD()
3001 …icException, 0, "Can't seek file %s to negative line " ZEND_LONG_FMT, intern->file_name, line_pos); in SPL_METHOD()
3007 while(intern->u.file.current_line_num < line_pos) { in SPL_METHOD()
3076 ZEND_ARG_INFO(0, line_pos)

Completed in 13 milliseconds