Home
last modified time | relevance | path

Searched refs:lineno (Results 26 – 39 of 39) sorted by relevance

12

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c878 CG(zend_lineno) = function1->op_array.opcodes[0].lineno;
884 (int)function2->op_array.opcodes[0].lineno);
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c1236 opline->lineno = opline[-1].lineno; in assemble_code_blocks()
1242 opline->lineno = opline[-1].lineno; in assemble_code_blocks()
/PHP-5.5/Zend/
H A Dzend.h612 ZEND_API void _zend_bailout(char *filename, uint lineno);
H A Dzend_language_scanner.l218 lex_state->lineno = CG(zend_lineno); in zend_save_lexical_state()
247 CG(zend_lineno) = lex_state->lineno; in zend_restore_lexical_state()
H A Dzend_compile.h115 uint lineno; member
H A Dzend_execute.c594 …, fname, need_msg, need_kind, given_msg, given_kind, ptr->op_array->filename, ptr->opline->lineno); in zend_verify_arg_error()
H A Dzend_compile.c1732 opline->lineno = function_begin_line; in zend_do_begin_function_declaration()
2345 CG(zend_lineno) = opline->lineno; in zend_resolve_goto_label()
2365 CG(zend_lineno) = opline->lineno; in zend_resolve_goto_label()
4472 old_function->op_array.opcodes[0].lineno); in do_bind_function()
H A Dzend_language_scanner.c220 lex_state->lineno = CG(zend_lineno); in zend_save_lexical_state()
249 CG(zend_lineno) = lex_state->lineno; in zend_restore_lexical_state()
H A Dzend_vm_def.h3226 …ass_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->filename, ptr->opline->lineno);
H A Dzend_vm_execute.h722 …ass_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->filename, ptr->opline->lineno); in ZEND_RECV_SPEC_HANDLER()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c156 ms->line = m->lineno; in match()
222 ms->line = m->lineno; /* for messages */ in match()
/PHP-5.5/main/
H A Dmain.c1417 …2, "%s(%d) : Freeing 0x%.8lX (%zu bytes), script=%s\n", t->filename, t->lineno, (zend_uintptr_t)t… in php_message_handler_for_zend()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26623 static void robust_close(unixFile *pFile, int h, int lineno){
26626 pFile ? pFile->zPath : 0, lineno);
35188 static void winLogIoerr(int nRetry, int lineno){
35192 winIoerrRetryDelay*nRetry*(nRetry+1)/2, lineno
131126 SQLITE_PRIVATE int sqlite3CorruptError(int lineno){
131130 lineno, 20+sqlite3_sourceid());
131133 SQLITE_PRIVATE int sqlite3MisuseError(int lineno){
131137 lineno, 20+sqlite3_sourceid());
131140 SQLITE_PRIVATE int sqlite3CantopenError(int lineno){
131144 lineno, 20+sqlite3_sourceid());
/PHP-5.5/
H A DNEWS1591 . Fixed bug #65490 (Duplicate calls to get lineno & filename for

Completed in 506 milliseconds

12