/PHP-7.1/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 | 945 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $extra_spec = null,… 1005 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline) { 1857 function parse_operand_spec($def, $lineno, $str, &$flags) { 1878 function parse_ext_spec($def, $lineno, $str) { 1893 function parse_spec_rules($def, $lineno, $str) {
|
H A D | zend_language_scanner.h | 37 uint lineno; member
|
H A D | zend_exceptions.c | 338 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 966 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() 976 static void zend_error_helper(int type, const char *filename, const uint lineno, const char *format… 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 uint lineno; member 62 uint lineno; member
|
H A D | zend_builtin_functions.c | 2388 int lineno, frameno = 0; in ZEND_FUNCTION() local 2586 int lineno, frameno = 0; in zend_fetch_debug_backtrace() local
|
H A D | zend_globals.h | 252 int lineno; member
|
H A D | zend_compile.h | 99 uint32_t lineno; member 147 uint32_t lineno; member
|
H A D | zend_alloc.c | 373 uint lineno, in zend_mm_safe_error()
|
H A D | zend_types.h | 136 uint32_t lineno; /* line number (for ast nodes) */ member
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 82 uint lineno = 0; in fpm_php_trace_dump() local
|
/PHP-7.1/ext/standard/ |
H A D | assert.c | 218 uint lineno = zend_get_executed_lineno(); in PHP_FUNCTION() local
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli.c | 612 static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno) in cli_seek_file_begin() 674 int lineno = 0; in do_cli() local
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | funcs.c | 91 size_t lineno) in file_error_core()
|
H A D | apprentice.c | 1031 size_t lineno = 0; in load_1() local 1704 size_t lineno, int action) in parse()
|
H A D | file.h | 291 uint32_t lineno; /* line number in magic file */ member
|
/PHP-7.1/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 822 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local
|