|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-02-01 13:18 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2021-02-01 13:18 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 12:00:01 2025 UTC |
Description: ------------ char *code = "require('test.php');"; zend_eval_string(code, NULL, (char *)"" TSRMLS_CC); ======= Test.php ======= <?php require 'test2.php'; ==== test2.php ==== require 'test2.php'; Continue up to 5 times then __FILE__ is empty.