|
419 | 419 | 'bbcode_parse' => ['string', 'bbcode_container'=>'resource', 'to_parse'=>'string'], |
420 | 420 | 'bbcode_set_arg_parser' => ['bool', 'bbcode_container'=>'resource', 'bbcode_arg_parser'=>'resource'], |
421 | 421 | 'bbcode_set_flags' => ['bool', 'bbcode_container'=>'resource', 'flags'=>'int', 'mode='=>'int'], |
422 | | -'bcadd' => ['numeric-string', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
423 | | -'bccomp' => ['int', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
424 | | -'bcdiv' => ['numeric-string|null', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
425 | | -'bcmod' => ['numeric-string|null', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
426 | | -'bcmul' => ['numeric-string', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
| 422 | +'bcadd' => ['numeric-string', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
| 423 | +'bccomp' => ['int', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
| 424 | +'bcdiv' => ['numeric-string|null', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
| 425 | +'bcmod' => ['numeric-string|null', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
| 426 | +'bcmul' => ['numeric-string', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
427 | 427 | 'bcompiler_load' => ['bool', 'filename'=>'string'], |
428 | 428 | 'bcompiler_load_exe' => ['bool', 'filename'=>'string'], |
429 | 429 | 'bcompiler_parse_class' => ['bool', 'class'=>'string', 'callback'=>'string'], |
|
437 | 437 | 'bcompiler_write_functions_from_file' => ['bool', 'filehandle'=>'resource', 'filename'=>'string'], |
438 | 438 | 'bcompiler_write_header' => ['bool', 'filehandle'=>'resource', 'write_ver='=>'string'], |
439 | 439 | 'bcompiler_write_included_filename' => ['bool', 'filehandle'=>'resource', 'filename'=>'string'], |
440 | | -'bcpow' => ['numeric-string', 'base'=>'numeric-string', 'exponent'=>'numeric-string', 'scale='=>'int'], |
441 | | -'bcpowmod' => ['numeric-string|null', 'base'=>'numeric-string', 'exponent'=>'numeric-string', 'modulus'=>'numeric-string', 'scale='=>'int'], |
| 440 | +'bcpow' => ['numeric-string', 'base'=>'string', 'exponent'=>'string', 'scale='=>'int'], |
| 441 | +'bcpowmod' => ['numeric-string|null', 'base'=>'string', 'exponent'=>'string', 'modulus'=>'string', 'scale='=>'int'], |
442 | 442 | 'bcscale' => ['int', 'scale='=>'int'], |
443 | | -'bcsqrt' => ['numeric-string', 'operand'=>'numeric-string', 'scale='=>'int'], |
444 | | -'bcsub' => ['numeric-string', 'left_operand'=>'numeric-string', 'right_operand'=>'numeric-string', 'scale='=>'int'], |
| 443 | +'bcsqrt' => ['numeric-string', 'operand'=>'string', 'scale='=>'int'], |
| 444 | +'bcsub' => ['numeric-string', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'], |
445 | 445 | 'bin2hex' => ['string', 'data'=>'string'], |
446 | 446 | 'bind_textdomain_codeset' => ['string', 'domain'=>'string', 'codeset'=>'string'], |
447 | 447 | 'bindec' => ['float|int', 'binary_number'=>'string'], |
|
0 commit comments