Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/spl/
H A Dspl_directory.c3001 long line_pos; in SPL_METHOD() local
3003 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &line_pos) == FAILURE) { in SPL_METHOD()
3011 if (line_pos < 0) { in SPL_METHOD()
3012 …gicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %ld", intern->file_name, line_pos); in SPL_METHOD()
3018 while(intern->u.file.current_line_num < line_pos) { in SPL_METHOD()
3087 ZEND_ARG_INFO(0, line_pos)

Completed in 13 milliseconds