Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.8/tests/classes/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.8/tests/classes/constants_error_004.phpt

--TEST--
Class constant whose initial value references a non-existent class
--FILE--
<?php
  class C
  {
      const c1 = D::hello;
  }

  $a = new C();
?>
--EXPECTF--
Fatal error: Uncaught Error: Class 'D' not found in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d