/PHP-7.2/Zend/ |
H A D | zend_dtrace.c | 59 int lineno; in dtrace_execute_ex() local 96 int lineno; in dtrace_execute_internal() local
|
H A D | zend_vm_gen.php | 978 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1029 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $extra_sp… 1953 function parse_operand_spec($def, $lineno, $str, &$flags) { 1974 function parse_ext_spec($def, $lineno, $str) { 1989 function parse_spec_rules($def, $lineno, $str) {
|
H A D | zend_language_scanner.h | 37 uint32_t lineno; member
|
H A D | zend_exceptions.c | 338 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 950 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va() 960 static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *fo… in zend_error_helper()
|
H A D | zend_ast.c | 60 ZEND_API zend_ast *zend_ast_create_zval_with_lineno(zval *zv, zend_ast_attr attr, uint32_t lineno) { in zend_ast_create_zval_with_lineno() 110 uint32_t lineno = zend_ast_get_lineno(ast->child[i]); in zend_ast_create_from_va_list() local 165 uint32_t lineno = zend_ast_get_lineno(child); in zend_ast_create_list() local
|
H A D | zend_ast.h | 156 uint32_t lineno; /* Line number */ member 164 uint32_t lineno; member
|
H A D | zend_alloc.h | 53 uint32_t lineno; member 62 uint32_t lineno; member
|
H A D | zend_builtin_functions.c | 2207 int lineno, frameno = 0; in ZEND_FUNCTION() local 2405 int lineno, frameno = 0; in zend_fetch_debug_backtrace() local
|
H A D | zend_globals.h | 251 int lineno; member
|
H A D | zend_compile.h | 99 uint32_t lineno; member 149 uint32_t lineno; member
|
H A D | zend_alloc.c | 371 uint32_t lineno, in zend_mm_safe_error()
|
H A D | zend_types.h | 194 uint32_t lineno; /* line number (for ast nodes) */ member
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 82 uint32_t lineno = 0; in fpm_php_trace_dump() local
|
/PHP-7.2/ext/tokenizer/ |
H A D | tokenizer.c | 110 unsigned char *text, size_t leng, int lineno) { in add_token()
|
/PHP-7.2/ext/standard/ |
H A D | assert.c | 222 uint32_t lineno = zend_get_executed_lineno(); in PHP_FUNCTION() local
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli.c | 616 static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno) in cli_seek_file_begin() 678 int lineno = 0; in do_cli() local
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | funcs.c | 89 size_t lineno) in file_error_core()
|
H A D | apprentice.c | 1043 size_t lineno = 0; in load_1() local 1719 size_t lineno, int action) in parse()
|
H A D | file.h | 294 uint32_t lineno; /* line number in magic file */ member
|
/PHP-7.2/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 830 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local
|