Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/spl/
H A Dspl_directory.c2967 zend_long line_pos; in SPL_METHOD() local
2969 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &line_pos) == FAILURE) { in SPL_METHOD()
2977 if (line_pos < 0) { in SPL_METHOD()
2978 …icException, 0, "Can't seek file %s to negative line " ZEND_LONG_FMT, intern->file_name, line_pos); in SPL_METHOD()
2984 while(intern->u.file.current_line_num < line_pos) { in SPL_METHOD()
3053 ZEND_ARG_INFO(0, line_pos)

Completed in 25 milliseconds