Home
last modified time | relevance | path

Searched refs:line_end (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dfile.c2049 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
2064 line_end = limit = tptr; in php_fgetcsv()
2092 if (first_field && bptr == line_end) { in php_fgetcsv()
2126 if (hunk_begin != line_end) { in php_fgetcsv()
2133 memcpy(tptr, line_end, line_end_len); in php_fgetcsv()
2160line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter TSRMLS_CC); in php_fgetcsv()
/PHP-5.5/Zend/
H A Dzend.h530 zend_uint line_end; member
H A Dzend_compile.h300 zend_uint line_end; member
H A Dzend_compile.c1827 CG(active_op_array)->line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_function_declaration()
5131 ce->info.user.line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_class_declaration()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c425 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
912 fptr->op_array.line_end); in _function_string()
1848 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD()
3612 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()

Completed in 81 milliseconds