We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df39f4 commit 8690efdCopy full SHA for 8690efd
Zend/Optimizer/zend_dump.c
@@ -101,7 +101,7 @@ static void zend_dump_class_fetch_type(uint32_t fetch_type)
101
break;
102
}
103
if (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) {
104
- fprintf(stderr, " (no-autolod)");
+ fprintf(stderr, " (no-autoload)");
105
106
if (fetch_type & ZEND_FETCH_CLASS_SILENT) {
107
fprintf(stderr, " (silent)");
ext/opcache/tests/opt/sccp_024.phpt
@@ -38,7 +38,7 @@ A::t:
38
0003 ECHO T2
39
0004 T2 = INSTANCEOF CV0($obj) string("self")
40
0005 ECHO T2
41
-0006 V3 = FETCH_CLASS (no-autolod) (exception) CV1($c)
+0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)
42
0007 T2 = INSTANCEOF CV0($obj) V3
43
0008 ECHO T2
44
0009 RETURN null
0 commit comments