- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
This hasn't passed yet, but the discussion doesn't look like it'll have any roadblocks.
wiki.php.net
This will break things function definitions like:
PHP:
Thankfully the fix isn't too bad, but will be a backwards compatibility breaking change so hopefully this can get into 2.3
I've been trying to craft a regex to find these (
This will break things function definitions like:
PHP:
function foo(User $user = null)
Thankfully the fix isn't too bad, but will be a backwards compatibility breaking change so hopefully this can get into 2.3
I've been trying to craft a regex to find these (
function.*\([^\?\)]*\s*[\w]+\s*\$[\w]+\s*=\s*null\s*\)
is the...
نام موضوع : php 8.4+ compatibility