File manager - Edit - /opt/cpanel/ea-php74/root/usr/share/tests/pecl/mongodb/tests/exception/commandexception-haserrorlabel_error-001.phpt
Back
--TEST-- MongoDB\Driver\Exception\CommandException::hasErrorLabel() with non-array values --FILE-- <?php $exception = new MongoDB\Driver\Exception\CommandException(); $labels = 'shouldBeAnArray'; $reflection = new ReflectionClass($exception); $resultDocumentProperty = $reflection->getProperty('errorLabels'); $resultDocumentProperty->setAccessible(true); $resultDocumentProperty->setValue($exception, $labels); var_dump($exception->hasErrorLabel('bar')); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(false) ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings