Home
last modified time | relevance | path

Searched refs:temporary_value (Results 1 – 1 of 1) sorted by relevance

/php-src/main/
H A Dmain.c520 zend_string *temporary_value; in PHP_INI_DISP() local
523 temporary_value = (ini_entry->orig_value ? ini_entry->orig_value : NULL ); in PHP_INI_DISP()
525 temporary_value = ini_entry->value; in PHP_INI_DISP()
527 temporary_value = NULL; in PHP_INI_DISP()
530 mode = php_get_display_errors_mode(temporary_value); in PHP_INI_DISP()

Completed in 10 milliseconds