peachpie
peachpie copied to clipboard
PeachPie - the PHP compiler and runtime for .NET and .NET Core
Is there any option to ignore/hide the Notices (showing in VSCode debug window)? This code should work: `error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT);`
In this test case, both eval()'s should be ignored / catched. ``` @eval("
call_user_func_array ```php public function test_fun($value=NULL, $b=false, $c=true) { debug::debug($value); debug::debug($b); debug::debug($c); } public function init_app() : void { $res = call_user_func_array([$this, 'test_fun'], ['test']); } ``` When calling in PHP running...
Test case: ``` $descriptor = array( 0 => array('pipe', 'r'), // We will read from stdin 1 => array('pipe', 'w'), // We will write to stdout ); assert(proc_open("/bin/ls 'file'", $descriptor,...
Incorrect warning issued for session_regenerate_id: warning PHP5014: session_regenerate_id() expects 0 parameter(s), 1 given ``` public function regenerateId($deleteOldSession = true) { if ($this->sessionExists()) { session_regenerate_id((bool) $deleteOldSession); } return $this; } ```...
Changes in: src/Peachpie.Library/iconv.cs
Peachpie.Library.XmlDom test of php. ```
Pchp.Core.ScriptDiedException: 'TCPDF ERROR: SVG file not found: /app/src/download/config/ciologo.svg'  You can see the image there in the image above. Can you help me ?
I just curious, does the sort function for method comparer really isn't implemented? I got error by running the home page of Wordpress in peachpie. 
Hello, version update needed since there is a known vulnerability within old versions of Imagesharp.