peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

PeachPie - the PHP compiler and runtime for .NET and .NET Core

Results 108 peachpie issues
Sort by recently updated
recently updated
newest added

Test case: ``` function Test($val) { print_r(debug_backtrace()); } Test('MyValue'); ``` In Zend, this feature can be controlled via option `zend.exception_ignore_args`

:question: question

![image](https://github.com/peachpiecompiler/peachpie/assets/46209742/353d045b-f27a-4003-8648-46f15e2cbdb3) good time of the day. i need to use the types i specify. above is a standard example in pie. however, it is permanently converted to the specified type...

This is the project file Same result with net6.0 library net5.0 enable enable mediawiki ![Screenshot 2022-11-11 123319](https://user-images.githubusercontent.com/40575269/201396844-684c645a-b8d7-4845-b35a-476b6c380f90.png) Thanks

When I run the application, the code is failing, but there is no error that I can find. If I debug into the code, I am only able to go...

On PHP, we can instantiate a stdClass and set properties dynamically as follow: `$obj = new stdClass(); $obj->name = 'My Name'; $obj->time = time();` On PeachPie is there a way...

It looks like using the spread operator to build another array (PHP 7.4 feature/replacement for array_merge) always induces a compiler error, as reproducible by the following example: ```php

Following along with the Console App (CLI) - Getting Started Guide, step 2 - Install Peachpie .NET Templates fails because it can't find the templates. ```sh ❯ dotnet new -i...

If the session is not set auto start at: ``` class Startup { public void ConfigureServices(IServiceCollection services) { services.AddPhp(options => { //options.Session.AutoStart = true; // System.NullReferenceException: Object reference not set...

I'm trying to hash a string with sha3-512 but as I see hash_algos() function doesn't have that. The PHP version is 7.4.69 (that probably includes sha3-512) and PeachPie version 1.0.9,...

:hand: up for grabs

Hi, when running the command from a macbook air m2: `dotnet run` i get the following error in my browser: ``` System.DllNotFoundException: Unable to load shared library 'MonoPosixHelper' or one...