diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-06 11:11:27 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-06 11:11:27 +0200 |
| commit | d84cfeb5b7ed89a5a963b48e656e6c9188891ba2 (patch) | |
| tree | 7afd5f613d3844bbb652441c585395042862115b /REFLECTION | |
| parent | d46e7e8aa80a9f640a921d72b769b6d715a4b8fd (diff) | |
refresh REFL
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,8 +36,8 @@ Extension [ <persistent> extension #72 bsdiff version 0.1.2 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -54,6 +54,7 @@ Extension [ <persistent> extension #72 bsdiff version 0.1.2 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |
