Jon

Results 9 issues of Jon

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.0 | Current behaviour -- When...

The following code would be valid in PHP, but Smarty throws a `SmartyCompilerException` ```php {$a = ['2' => [ 'desc' => 'First entry\'s description' ] ]} {reset($a)['desc']} {* should print...

enhancement

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | com.kalessil.phpStorm.phpInspectionsEA (5.0.0.0) | | Language level | PHP 8.0 | Current behaviour -- ```php function hi($in): mixed...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.0 | Current behaviour -- ![image](https://user-images.githubusercontent.com/24463871/199076437-72b95f1b-29d5-4527-9396-fca1ebb0f644.png)...

It seems that when you have an object called "exports" defined, pace.js tries to set a property on a `module`. In my case `module` does not exist, so there's a...

I'm not sure that I got everything right, so please review and let me know what I need to change :) For instance the test will fail if you run...

I tried upgrading a site to version 5, but ran into some issues that I could not resolve. Specifically, the way Smarty handles variables has changed. ### Example: ```php is...

This feels like a PHP bug, so feel free to close as off-topic/won't fix. :smiley: Basically, the stack trace - as returned from `debug_backtrace()` - is messed up when calling...

Steps to reproduce: 1. add `{debug}` to your .tpl file 2. call `$smarty->display('the_file.tpl');` Note the deprecation notice: > Using unregistered static method "Smarty::SMARTY_VERSION" in a template is deprecated and will...