summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-06 11:11:27 +0200
committerRemi Collet <remi@php.net>2026-05-06 11:11:27 +0200
commitd84cfeb5b7ed89a5a963b48e656e6c9188891ba2 (patch)
tree7afd5f613d3844bbb652441c585395042862115b /REFLECTION
parentd46e7e8aa80a9f640a921d72b769b6d715a4b8fd (diff)
refresh REFL
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index b742ac1..c9bada8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ] {