This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-19 14:01:01 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e079e753dcdf22229d2c386dc6b87f2ebf991721
archived-php-src
/
ext
/
opcache
/
tests
/
preload_const_autoload_2.inc
Nikita Popov
df243f19be
Preloading: Prevent autoloading while resolving constants
2019-07-04 11:05:01 +02:00
6 lines
46 B
PHP
Raw
Blame
History
<
?
php
class
Test
{
const
C
=
Foo
::
BAR
;
}
Reference in New Issue
View Git Blame
Copy Permalink