mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
14 lines
323 B
PHP
14 lines
323 B
PHP
--TEST--
|
|
GH-12962 (Double free of init_file in phpdbg_prompt.c)
|
|
--SKIPIF--
|
|
<?php
|
|
if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("SKIP: No TEST_PHPDBG_EXECUTABLE specified");
|
|
?>
|
|
--FILE--
|
|
<?php
|
|
putenv('PHP_INI_SCAN_DIR='.__DIR__."/gh12962");
|
|
passthru(getenv('TEST_PHPDBG_EXECUTABLE') . " -q");
|
|
?>
|
|
--EXPECT--
|
|
Executed .phpdbginit
|