Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_list.c111 (*ce)->info.user.line_end - (*ce)->info.user.line_start + 1, in PHPDBG_LIST()
194 ops->line_end - ops->line_start + 1, ops->line_start, 0 TSRMLS_CC); in phpdbg_list_function()
H A Dphpdbg_print.c67 op_array->line_start, op_array->line_end, in phpdbg_print_function_helper()
74 method->common.function_name ? op_array->line_end : 0, in phpdbg_print_function_helper()
/PHP-5.6/ext/standard/
H A Dfile.c2058 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
2073 line_end = limit = tptr; in php_fgetcsv()
2101 if (first_field && bptr == line_end) { in php_fgetcsv()
2135 if (hunk_begin != line_end) { in php_fgetcsv()
2142 memcpy(tptr, line_end, line_end_len); in php_fgetcsv()
2169line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter TSRMLS_CC); in php_fgetcsv()
/PHP-5.6/Zend/
H A Dzend.h533 zend_uint line_end; member
H A Dzend_compile.h306 zend_uint line_end; member
H A Dzend_compile.c1855 CG(active_op_array)->line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_function_declaration()
5274 ce->info.user.line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_class_declaration()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c444 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
950 fptr->op_array.line_end); in _function_string()
1886 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD()
3686 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()

Completed in 58 milliseconds