|
933 | 933 | 'CallbackFilterIterator::next' => ['void'], |
934 | 934 | 'CallbackFilterIterator::rewind' => ['void'], |
935 | 935 | 'CallbackFilterIterator::valid' => ['bool'], |
936 | | -'ceil' => ['float|false', 'number'=>'float'], |
| 936 | +'ceil' => ['__benevolent<float|false>', 'number'=>'float'], |
937 | 937 | 'chdb::__construct' => ['void', 'pathname'=>'string'], |
938 | 938 | 'chdb::get' => ['string', 'key'=>'string'], |
939 | 939 | 'chdb_create' => ['bool', 'pathname'=>'string', 'data'=>'array'], |
|
2991 | 2991 | 'finfo_set_flags' => ['bool', 'finfo'=>'resource', 'options'=>'int'], |
2992 | 2992 | 'floatval' => ['float', 'var'=>'scalar|array|resource|null'], |
2993 | 2993 | 'flock' => ['bool', 'fp'=>'resource', 'operation'=>'int', '&w_wouldblock='=>'int'], |
2994 | | -'floor' => ['float|false', 'number'=>'float'], |
| 2994 | +'floor' => ['__benevolent<float|false>', 'number'=>'float'], |
2995 | 2995 | 'flush' => ['void'], |
2996 | 2996 | 'fmod' => ['float', 'x'=>'float', 'y'=>'float'], |
2997 | 2997 | 'fnmatch' => ['bool', 'pattern'=>'string', 'filename'=>'string', 'flags='=>'int'], |
|
3311 | 3311 | 'get_extension_funcs' => ['list<callable-string>|false', 'extension_name'=>'string'], |
3312 | 3312 | 'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'], |
3313 | 3313 | 'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'], |
3314 | | -'get_include_path' => ['string|false'], |
| 3314 | +'get_include_path' => ['__benevolent<string|false>'], |
3315 | 3315 | 'get_included_files' => ['list<string>'], |
3316 | 3316 | 'get_loaded_extensions' => ['list<string>', 'zend_extensions='=>'bool'], |
3317 | 3317 | 'get_magic_quotes_gpc' => ['false'], |
|
6494 | 6494 | 'MemcachePool::set' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'], |
6495 | 6495 | 'MemcachePool::setCompressThreshold' => ['bool', 'threshold'=>'int', 'min_savings='=>'float'], |
6496 | 6496 | 'MemcachePool::setServerParams' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'int', 'retry_interval='=>'int', 'status='=>'bool', 'failure_callback='=>'callable'], |
6497 | | -'memory_get_peak_usage' => ['int', 'real_usage='=>'bool'], |
6498 | | -'memory_get_usage' => ['int', 'real_usage='=>'bool'], |
| 6497 | +'memory_get_peak_usage' => ['positive-int', 'real_usage='=>'bool'], |
| 6498 | +'memory_get_usage' => ['positive-int', 'real_usage='=>'bool'], |
6499 | 6499 | 'MessageFormatter::__construct' => ['void', 'locale'=>'string', 'pattern'=>'string'], |
6500 | 6500 | 'MessageFormatter::create' => ['MessageFormatter', 'locale'=>'string', 'pattern'=>'string'], |
6501 | 6501 | 'MessageFormatter::format' => ['false|string', 'args'=>'array'], |
|
6525 | 6525 | 'ming_useconstants' => ['void', 'use'=>'int'], |
6526 | 6526 | 'ming_useswfversion' => ['void', 'version'=>'int'], |
6527 | 6527 | 'mkdir' => ['bool', 'pathname'=>'string', 'mode='=>'int', 'recursive='=>'bool', 'context='=>'resource'], |
6528 | | -'mktime' => ['int|false', 'hour='=>'int', 'min='=>'int', 'sec='=>'int', 'mon='=>'int', 'day='=>'int', 'year='=>'int'], |
| 6528 | +'mktime' => ['__benevolent<int|false>', 'hour='=>'int', 'min='=>'int', 'sec='=>'int', 'mon='=>'int', 'day='=>'int', 'year='=>'int'], |
6529 | 6529 | 'money_format' => ['string', 'format'=>'string', 'value'=>'float'], |
6530 | 6530 | 'Mongo::__construct' => ['void', 'server='=>'string', 'options='=>'array', 'driver_options='=>'array'], |
6531 | 6531 | 'Mongo::__get' => ['MongoDB', 'dbname'=>'string'], |
|
8962 | 8962 | 'phdfs::tell' => ['int', 'path'=>'string'], |
8963 | 8963 | 'phdfs::write' => ['bool', 'path'=>'string', 'buffer'=>'string', 'mode='=>'string'], |
8964 | 8964 | 'php_check_syntax' => ['bool', 'filename'=>'string', 'error_message='=>'string'], |
8965 | | -'php_ini_loaded_file' => ['string|false'], |
| 8965 | +'php_ini_loaded_file' => ['non-empty-string|false'], |
8966 | 8966 | 'php_ini_scanned_files' => ['string|false'], |
8967 | 8967 | 'php_logo_guid' => ['string'], |
8968 | | -'php_sapi_name' => ['string|false'], |
| 8968 | +'php_sapi_name' => ['__benevolent<non-empty-string|false>'], |
8969 | 8969 | 'php_strip_whitespace' => ['string', 'file_name'=>'string'], |
8970 | 8970 | 'php_uname' => ['string', 'mode='=>'string'], |
8971 | 8971 | 'php_user_filter::filter' => ['int', 'in'=>'resource', 'out'=>'resource', '&rw_consumed'=>'int', 'closing'=>'bool'], |
|
10182 | 10182 | 'rewind' => ['bool', 'fp'=>'resource'], |
10183 | 10183 | 'rewinddir' => ['null|false', 'dir_handle='=>'resource'], |
10184 | 10184 | 'rmdir' => ['bool', 'dirname'=>'string', 'context='=>'resource'], |
10185 | | -'round' => ['float|false', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'], |
| 10185 | +'round' => ['__benevolent<float|false>', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'], |
10186 | 10186 | 'rpm_close' => ['bool', 'rpmr'=>'resource'], |
10187 | 10187 | 'rpm_get_tag' => ['mixed', 'rpmr'=>'resource', 'tagnum'=>'int'], |
10188 | 10188 | 'rpm_is_valid' => ['bool', 'filename'=>'string'], |
|
0 commit comments