line_start        184 Zend/zend.h    			uint32_t line_start;
line_start       4862 Zend/zend_compile.c 	op_array->line_start = decl->start_lineno;
line_start       5238 Zend/zend_compile.c 	ce->info.user.line_start = decl->start_lineno;
line_start        366 Zend/zend_compile.h 	uint32_t line_start;
line_start        611 Zend/zend_language_scanner.c 			op_array->line_start = 1;
line_start        776 Zend/zend_language_scanner.c 			op_array->line_start = 1;
line_start       1060 Zend/zend_object_handlers.c 	func->line_start = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.line_start : 0;
line_start        645 ext/opcache/zend_accelerator_util_funcs.c 	CG(zend_lineno) = ce1->info.user.line_start;
line_start        444 ext/reflection/php_reflection.c 						ce->info.user.line_start, ce->info.user.line_end);
line_start        872 ext/reflection/php_reflection.c 						fptr->op_array.line_start,
line_start       1834 ext/reflection/php_reflection.c 		RETURN_LONG(fptr->op_array.line_start);
line_start       3972 ext/reflection/php_reflection.c 		RETURN_LONG(ce->info.user.line_start);
line_start        419 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("classsource", "file=\"%s\" line=\"%u\"", "|---- in %s on line %u", ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start);
line_start        455 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array->filename), op_array->line_start);
line_start        112 sapi/phpdbg/phpdbg_list.c 				phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce->info.user.line_start, 0);
line_start        191 sapi/phpdbg/phpdbg_list.c 	phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0);
line_start         66 sapi/phpdbg/phpdbg_print.c 						op_array->line_start,
line_start         75 sapi/phpdbg/phpdbg_print.c 						op_array->line_start,