/php-src/ext/mbstring/ |
H A D | gen_rare_cp_bitvec.php | 14 $line = substr($line, 0, $hashPos); variable 17 $line = trim($line); variable
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.stub.php | 19 public int $line; variable in PhpToken 25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
|
H A D | tokenizer.c | 122 zend_long line = -1; in PHP_METHOD() local 413 zend_php_scanner_event event, int token, int line, in on_event()
|
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 39 protected int $line = 0; variable in Exception 77 ?int $line = null, 98 protected int $line; variable in Error
|
H A D | zend_exceptions.c | 546 zend_long line = 0; in _build_trace_string() local 670 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local 910 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local 921 zend_long line = 0; in zend_exception_error() local
|
/php-src/ext/standard/ |
H A D | head.c | 36 char *line; in PHP_FUNCTION() local 56 char *line = NULL; in PHP_FUNCTION() local 299 int line=0; in PHP_FUNCTION() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_list.c | 132 uint32_t line, lastline; in phpdbg_list_file() local 232 uint32_t line; in phpdbg_compile_file() local 316 uint32_t line; in phpdbg_compile_string() local
|
H A D | phpdbg_list.h | 47 uint32_t line[1]; member
|
H A D | phpdbg.stub.php | 29 function phpdbg_break_file(string $file, int $line): void {}
|
H A D | phpdbg_prompt.c | 203 int line; member 712 zend_long line; in phpdbg_handle_exception() local 1708 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() local
|
H A D | phpdbg_frame.c | 251 zend_long line = 0; in phpdbg_dump_backtrace() local
|
H A D | phpdbg_bp.h | 57 zend_ulong line; member
|
/php-src/sapi/fpm/fpm/ |
H A D | zlog.c | 158 const char *function, int line, int flags, in zlog_buf_prefix() 198 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog() 259 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex() 272 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex() 669 ssize_t zlog_stream_prefix_ex(struct zlog_stream *stream, const char *function, int line) /* {{{ */ in zlog_stream_prefix_ex()
|
H A D | zlog.h | 78 int line; member
|
/php-src/ext/libxml/ |
H A D | libxml.c | 611 static void php_list_set_error_structure(const xmlError *error, const char *msg, int line, int colu… in php_list_set_error_structure() 638 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level() 664 …ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, int line, int column) in php_libxml_internal_error_handler_ex() 704 int line = 0; in php_libxml_error_handler_va() local 844 PHP_LIBXML_API void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const c… in php_libxml_pretend_ctx_error_ex()
|
H A D | libxml.stub.php | 167 public int $line; variable in LibXMLError
|
/php-src/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 127 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
|
/php-src/main/ |
H A D | rfc1867.c | 298 char* line = self->buf_begin; in next_line() local 356 char *line; in find_boundary() local 374 char *line; in multipart_buffer_headers() local 452 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1261 char *line = NULL; in load_1() local 1964 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse() 2381 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength() 2447 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra() 2500 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple() 2512 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext() 2527 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | token.h | 36 size_t line; member
|
/php-src/ext/dom/lexbor/lexbor/html/tree/ |
H A D | error.h | 100 size_t line; member
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | node.h | 61 size_t line; member
|
/php-src/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 24 int line; member
|
/php-src/ext/opcache/jit/ir/ |
H A D | gen_ir_fold_hash.c | 245 int line = 0; in main() local
|
/php-src/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 119 int line; member
|