Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/spl/
H A Dspl_directory.c2886 long line_pos; in SPL_METHOD() local
2888 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &line_pos) == FAILURE) { in SPL_METHOD()
2891 if (line_pos < 0) { in SPL_METHOD()
2892 …gicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %ld", intern->file_name, line_pos); in SPL_METHOD()
2898 while(intern->u.file.current_line_num < line_pos) { in SPL_METHOD()
2961 ZEND_ARG_INFO(0, line_pos)

Completed in 19 milliseconds