Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt28 $lastline = "";
30 $previousLine = $lastline;
31 $lastline = fgets($h);
34 var_dump($lastline); // this should be false
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c134 uint32_t line, lastline; in phpdbg_list_file() local
147 lastline = offset + count; in phpdbg_list_file()
149 if (lastline > data->lines) { in phpdbg_list_file()
150 lastline = data->lines; in phpdbg_list_file()
155 for (line = offset; line < lastline;) { in phpdbg_list_file()

Completed in 11 milliseconds