Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_list.c116 …phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce… in PHPDBG_LIST()
183 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
/php-src/ext/standard/
H A Dfile.c1931 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
1946 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv()
1973 if (first_field && bptr == line_end) { in php_fgetcsv()
2002 if (hunk_begin != line_end) { in php_fgetcsv()
2008 tptr = zend_mempcpy(tptr, line_end, line_end_len); in php_fgetcsv()
2052 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv()
/php-src/Zend/
H A Dzend.h228 uint32_t line_end; member
H A Dzend_builtin_functions.c1873 lineno = call->func->op_array.line_end; in zend_fetch_debug_backtrace()
1924 lineno = prev->func->op_array.line_end; in zend_fetch_debug_backtrace()
H A Dzend_compile.h489 uint32_t line_end; member
H A Dzend_object_handlers.c1358 func->line_end = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.line_end : 0; in zend_get_call_trampoline_func()
H A Dzend_language_scanner.l622 op_array->line_end = last_lineno; in zend_compile()
H A Dzend_compile.c7815 op_array->line_end = decl->end_lineno; in zend_compile_func_decl()
8356 ce->info.user.line_end = decl->end_lineno; in zend_compile_class_decl()
/php-src/Zend/Optimizer/
H A Dzend_dump.c1008 …tf(stderr, " ; %s:%u-%u\n", op_array->filename->val, op_array->line_start, op_array->line_end); in zend_dump_op_array()
/php-src/ext/reflection/
H A Dphp_reflection.c376 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
891 fptr->op_array.line_end); in _function_string()
1941 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD()
4431 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()

Completed in 98 milliseconds