diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2019-06-09 15:13:44 -0400 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2019-06-11 08:59:12 +0200 |
commit | 98b487e244a81fa02d1ca98b06657e3d88dced02 (patch) | |
tree | addac7e9f4d830d2a26e354968e172a7c27b9b5d /ext/intl/breakiterator/codepointiterator_methods.cpp | |
parent | 1e265174ed8b361c2d8b9c050f9e3b1f7034acc9 (diff) | |
download | php-git-98b487e244a81fa02d1ca98b06657e3d88dced02.tar.gz |
Fix a typo in opcache func info for "get_parrent_class"
This should only have one r.
http://php.net/get_parent_class mentions that it returns string|false
Also, I'm not 100% sure if this is right - should this include
MAY_BE_NULL to handle the case of too many parameters?
(then again, get_called_class() also returns null in the global scope)
```
php > var_export(get_parent_class(2,3));
Warning: get_parent_class() expects at most 1 parameter, 2 given in php
shell code on line 1
NULL
```
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_methods.cpp')
0 files changed, 0 insertions, 0 deletions