Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c118 …phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce… in PHPDBG_LIST()
189 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
H A Dphpdbg_print.c67 op_array->line_end, in phpdbg_print_function_helper()
76 op_array->line_end, in phpdbg_print_function_helper()
/PHP-7.4/ext/standard/
H A Dfile.c2084 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
2101 line_end = limit = tptr; in php_fgetcsv()
2129 if (first_field && bptr == line_end) { in php_fgetcsv()
2163 if (hunk_begin != line_end) { in php_fgetcsv()
2170 memcpy(tptr, line_end, line_end_len); in php_fgetcsv()
2197 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter); in php_fgetcsv()
/PHP-7.4/Zend/
H A Dzend.h178 uint32_t line_end; member
H A Dzend_compile.h447 uint32_t line_end; member
H A Dzend_object_handlers.c1291 func->line_end = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.line_end : 0; in zend_get_call_trampoline_func()
H A Dzend_builtin_functions.c2256 lineno = skip->func->op_array.line_end; in ZEND_FUNCTION()
2457 lineno = skip->func->op_array.line_end; in zend_fetch_debug_backtrace()
H A Dzend_language_scanner.l617 op_array->line_end = last_lineno; in END_EXTERN_C()
H A Dzend_compile.c6004 op_array->line_end = decl->end_lineno; in zend_compile_func_decl()
6445 ce->info.user.line_end = decl->end_lineno; in zend_compile_class_decl()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c957 …ntf(stderr, " ; %s:%u-%u\n", op_array->filename->val, op_array->line_start, op_array->line_end); in zend_dump_op_array()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c362 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
809 fptr->op_array.line_end); in _function_string()
1750 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD()
4063 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3764 CG(zend_lineno) = ce->info.user.line_end; in preload_link()

Completed in 180 milliseconds