3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ids = [1, 2, 'string']; array_filter($ids, function ($id) { $pass = is_numeric($id) && $id == (int) $id; assert($pass, $id . ' is not an integer'); return $pass; });
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught AssertionError: string is not an integer in /in/7dae2:7 Stack trace: #0 /in/7dae2(7): assert(false, 'string is not a...') #1 [internal function]: {closure}('string') #2 /in/7dae2(5): array_filter(Array, Object(Closure)) #3 {main} thrown in /in/7dae2 on line 7
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
Fatal error: Uncaught AssertionError: string is not an integer in /in/7dae2:7 Stack trace: #0 /in/7dae2(7): assert(false, 'string is not a...') #1 [internal function]: {closure}('string') #2 /in/7dae2(9): array_filter(Array, Object(Closure)) #3 {main} thrown in /in/7dae2 on line 7
Process exited with code 255.
Output for 5.4.8 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: assert(): string is not an integer failed in /in/7dae2 on line 7
Output for 5.4.2 - 5.4.7
Warning: assert() expects exactly 1 parameter, 2 given in /in/7dae2 on line 7 Warning: assert() expects exactly 1 parameter, 2 given in /in/7dae2 on line 7 Warning: assert() expects exactly 1 parameter, 2 given in /in/7dae2 on line 7

preferences:
173.36 ms | 402 KiB | 241 Q