Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
PHP
/
PHP 8.0 features
A public method changes its parameter from $includeTax to $withTax without changing posit…
from PHP 8.0 features
PHP 8.3.33
intermediate
1 min
A public method changes its parameter from $includeTax to $withTax without changing position or type. Which existing call can break?
total(includeTax: true)
total(true)
call_user_func([$invoice, 'total'], true)
$callback(true)
Check
Ask AI about this kata
Report an error
previous kata
What makes #[RequiresRole('admin')] enforce authorization in PHP?
Quiz
next kata
What four lines does this program print?
Predict the output
A new version is available
Reload