| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php_trace.c | 72 uint lineno = 0; local 114 if (0 > fpm_trace_get_long(opline + offsetof(struct _zend_op, lineno), &l)) { 118 lineno = *lu; 121 fprintf(slowlog, " %s:%u\n", *buf ? buf : "unknown", lineno);
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 661 size_t lineno = 0; local 690 lineno++; 730 if (parse(ms, marray, marraycount, line, lineno, 870 ms->line = marray[i].mp->lineno; 1139 const char *line, size_t lineno, int action) 1208 m->lineno = CAST(uint32_t, lineno); 2508 m->lineno = swap4((uint32_t)m->lineno); 1138 parse(struct magic_set *ms, struct magic_entry **mentryp, uint32_t *nmentryp, const char *line, size_t lineno, int action) argument
|
| H A D | file.h | 274 uint32_t lineno; /* line number in magic file */ member in struct:magic
|
| H A D | funcs.c | 88 size_t lineno) 95 if (lineno != 0) { 98 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno); 87 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, size_t lineno) argument
|
| H A D | softmagic.c | 145 ms->line = m->lineno; 207 ms->line = m->lineno; /* for messages */
|
| /PHP_5_3/ext/mbstring/ucgendat/ |
| H A D | ucgendat.c | 822 ac_uint4 i, lineno, skip, code, ccl_code; local 826 lineno = skip = 0; 829 lineno++;
|
| /PHP_5_3/ext/standard/ |
| H A D | assert.c | 202 uint lineno = zend_get_executed_lineno(TSRMLS_C); local 210 ZVAL_LONG (args[1], lineno);
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 597 static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno TSRMLS_DC) 601 *lineno = 1; 625 *lineno = 2; 655 int lineno = 0; local 1054 if (cli_seek_file_begin(&file_handle, script_file, &lineno TSRMLS_CC) != SUCCESS) { 1092 CG(start_lineno) = lineno; 1267 if (cli_seek_file_begin(&file_handle, script_file, &lineno TSRMLS_CC) != SUCCESS) { 1270 CG(start_lineno) = lineno;
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 802 ZEND_API void _zend_bailout(char *filename, uint lineno) /* {{{ */ argument 807 zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!", filename, lineno); 1015 active_opline->lineno = error_lineno; 1023 /* Obtain relevant filename and lineno */
|
| H A D | zend.h | 541 ZEND_API void _zend_bailout(char *filename, uint lineno);
|
| H A D | zend_alloc.c | 348 uint lineno; member in struct:_zend_mm_debug_info 572 ((zend_mm_block*)(block))->debug.lineno = __zend_lineno; \ 1231 if (p->debug.filename==b->debug.filename && p->debug.lineno==b->debug.lineno) { 1275 leak.lineno = p->debug.lineno; 1411 zend_debug_alloc_output("OK (allocated on %s:%d, %d bytes)\n", p->debug.filename, p->debug.lineno, (int)p->debug.size); 1678 uint lineno, 1695 error_lineno = EG(opline_ptr)?(*EG(opline_ptr))->lineno:0; 1710 lineno, 1673 zend_mm_safe_error(zend_mm_heap *heap, const char *format, size_t limit, const char *filename, uint lineno, size_t size) argument [all...] |
| H A D | zend_alloc.h | 48 uint lineno; member in struct:_zend_leak_info
|
| H A D | zend_compile.h | 88 uint lineno; member in struct:_zend_op
|
| H A D | zend_execute_API.c | 417 active_opline->lineno == 0 && EG(opline_before_exception)) { 418 return EG(opline_before_exception)->lineno; 421 return active_opline->lineno;
|
| H A D | zend_globals.h | 276 int lineno; member in struct:_zend_ini_scanner_globals
|
| H A D | zend_ini_scanner.c | 182 SCNG(lineno) = 1; 214 return SCNG(lineno); 305 SCNG(lineno)++; 498 SCNG(lineno)++; 932 SCNG(lineno)++; 1017 zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_scanner_get_filename(TSRMLS_C), SCNG(lineno)); 1019 SCNG(lineno)++; 1967 SCNG(lineno)++; 2001 SCNG(lineno)++; 2124 SCNG(lineno) [all...] |
| H A D | zend_ini_scanner.l | 180 SCNG(lineno) = 1; 212 return SCNG(lineno); 303 SCNG(lineno)++; 379 SCNG(lineno)++; 491 SCNG(lineno)++; 581 SCNG(lineno)++; 587 SCNG(lineno)++; 592 zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_scanner_get_filename(TSRMLS_C), SCNG(lineno)); 594 SCNG(lineno)++;
|
| H A D | zend_language_scanner.c | 184 lex_state->lineno = CG(zend_lineno); 212 CG(zend_lineno) = lex_state->lineno;
|
| H A D | zend_language_scanner.h | 36 uint lineno; member in struct:_zend_lex_state
|
| H A D | zend_language_scanner.l | 182 lex_state->lineno = CG(zend_lineno); 210 CG(zend_lineno) = lex_state->lineno;
|
| H A D | zend_opcode.c | 296 op->lineno = CG(zend_lineno); 348 opline->lineno = (opline+1)->lineno;
|
| H A D | zend_vm_gen.php | 481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 485 out($f, "#line $lineno \"$definition_file\"\n"); 516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { 520 out($f, "#line $lineno \"$definition_file\"\n"); 715 foreach ($list as $lineno => $dsc) { 722 gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 730 gen_helper($f, 1, $kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $lineno); 743 foreach ($list as $lineno => $dsc) { 747 gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 751 gen_helper($f, 0, $kind, $num, "ANY", "ANY", $helpers[$num]["param"], $helpers[$num]["code"], $lineno); 790 $lineno = 0; variable 990 $lineno = 0; variable [all...] |
| H A D | zend_builtin_functions.c | 1949 int lineno; local 1987 lineno = skip->opline->lineno; 1990 lineno = 0; 2074 zend_printf(") called at [%s:%d]\n", filename, lineno); 2085 zend_printf(") called at [%s:%d]\n", prev->op_array->filename, prev->opline->lineno); 2108 int lineno; local 2146 lineno = skip->opline->lineno; 2148 add_assoc_long_ex(stack_frame, "line", sizeof("line"), lineno); [all...] |
| H A D | zend_execute.c | 470 zend_error(E_RECOVERABLE_ERROR, "Argument %d passed to %s%s%s() must %s%s, %s%s given, called in %s on line %d and defined", arg_num, fclass, fsep, fname, need_msg, need_kind, given_msg, given_kind, ptr->op_array->filename, ptr->opline->lineno);
|
| H A D | zend_exceptions.c | 208 /* {{{ proto ErrorException::__construct(string message, int code, int severity [, string filename [, int lineno [, Exception previous]]]) 213 long code = 0, severity = E_ERROR, lineno; local 217 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, "|sllslO!", &message, &message_len, &code, &severity, &filename, &filename_len, &lineno, &previous, default_exception_ce) == FAILURE) { 218 zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long $severity, [ string $filename, [ long $lineno [, Exception $previous = NULL]]]]]])"); 240 lineno = 0; /* invalidate lineno */ 242 zend_update_property_long(default_exception_ce, object, "line", sizeof("line")-1, lineno TSRMLS_CC); 673 ZEND_ARG_INFO(0, lineno) 772 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ */ argument 777 zend_error_cb(type, file, lineno, forma [all...] |