Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dfile.c2169 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
2184 line_end = limit = tptr; in php_fgetcsv()
2211 if (first_field && bptr == line_end) { in php_fgetcsv()
2245 if (hunk_begin != line_end) { in php_fgetcsv()
2252 memcpy(tptr, line_end, line_end_len); in php_fgetcsv()
2279line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter TSRMLS_CC); in php_fgetcsv()
/PHP-5.3/Zend/
H A Dzend.h465 zend_uint line_end; member
H A Dzend_compile.h235 zend_uint line_end; member
H A Dzend_compile.c1463 CG(active_op_array)->line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_function_declaration()
3530 ce->line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_class_declaration()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c402 ce->line_start, ce->line_end); in _class_string()
887 fptr->op_array.line_end); in _function_string()
1696 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD()
3350 RETURN_LONG(ce->line_end); in ZEND_METHOD()

Completed in 69 milliseconds