Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 52) sorted by last modified time

123

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c204 int line; member
715 zend_long line; in phpdbg_handle_exception() local
1703 …zend_long line = zval_get_long(zend_read_property(zend_get_exception_base(exception), exception, Z… in phpdbg_execute_ex() local
H A Dphpdbg.c320 zend_long line; in PHP_FUNCTION() local
H A Dphpdbg_list.c132 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
/PHP-8.1/main/
H A Dmain.c2001 unsigned int line, in dummy_invalid_parameter_handler()
H A Drfc1867.c319 char* line = self->buf_begin; in next_line() local
377 char *line; in find_boundary() local
395 char *line; in multipart_buffer_headers() local
473 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
H A DSAPI.h165 const char *line; /* If you allocated this, you need to free it yourself */ member
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c2649 …_close_var(zend_jit_trace_stack *stack, uint32_t n, int *start, int *end, uint8_t *flags, int line) in zend_jit_close_var()
2659 static void zend_jit_trace_use_var(int line, int var, int def, int use_chain, int *start, int *end,… in zend_jit_trace_use_var()
3208 uint32_t line = ssa->vars[i].definition; in zend_jit_trace_allocate_registers() local
3448 uint32_t line = ssa_op - ssa->ops; in zend_jit_trace_clenup_stack() local
H A Dzend_jit.c1925 uint32_t line = ssa->vars[i].definition; in zend_jit_compute_liveness() local
2148 uint32_t line = range->start; in zend_jit_try_allocate_free_reg() local
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c114 #define FOR_EACH_DEFINED_VAR(line, MACRO) \ argument
1087 uint32_t line; in zend_inference_calc_range() local
/PHP-8.1/Zend/
H A Dzend_hash.c52 static void _zend_is_inconsistent(const HashTable *ht, const char *file, int line) in _zend_is_inconsistent()
H A Dzend_exceptions.c542 zend_long line = 0; in _build_trace_string() local
665 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local
907 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local
918 zend_long line = 0; in zend_exception_error() local
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error()
/PHP-8.1/ext/curl/
H A Dinterface.c77 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c797 char *line = NULL; in php_openssl_load_stream_cafile() local
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c720 char *line = php_stream_get_line(stream, NULL, 0, NULL); in php_stream_url_wrap_http_ex() local
H A Dbasic_functions.stub.php675 function headers_sent(&$filename = null, &$line = null): bool {}
/PHP-8.1/ext/mbstring/
H A Dmbstring.c587 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */ in php_mb_rfc1867_getword()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c53 …*dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) /* {{{ */ in pdo_odbc_error()
/PHP-8.1/ext/date/lib/
H A Dparse_date.c138 unsigned int line, len; member
H A Dparse_iso_intervals.c76 unsigned int line, len; member
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c31 int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) /* {{{ */ in _pdo_sqlite_error()
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php288 public function seek(int $line): void {}
/PHP-8.1/ext/soap/
H A Dsoap.c646 zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4; in PHP_METHOD() local
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c68 …_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */ in _pdo_pgsql_error()
H A Dphp_pdo_pgsql_int.h30 int line; member

Completed in 214 milliseconds

123