We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62b71e commit d5b2c88Copy full SHA for d5b2c88
resources/functionMap.php
@@ -58,9 +58,9 @@
58
return [
59
'_' => ['string', 'message'=>'string'],
60
'__halt_compiler' => ['void'],
61
-'abs' => ['int', 'number'=>'int'],
+'abs' => ['0|positive-int', 'number'=>'int'],
62
'abs\'1' => ['float', 'number'=>'float'],
63
-'abs\'2' => ['float|int', 'number'=>'string'],
+'abs\'2' => ['float|0|positive-int', 'number'=>'string'],
64
'accelerator_get_configuration' => ['array'],
65
'accelerator_get_scripts' => ['array'],
66
'accelerator_get_status' => ['array', 'fetch_scripts'=>'bool'],
0 commit comments