mirror of
https://github.com/php/php-src.git
synced 2025-01-07 11:34:09 +08:00
d1e956ff31
A user-defined error handler should not be invoked for preload warnings. We are in a partially shut-down state at that point.
5 lines
55 B
PHP
5 lines
55 B
PHP
<?php
|
|
|
|
// Cause a preload warning
|
|
class B extends A {}
|