Searched refs:temporary_value (Results 1 – 1 of 1) sorted by relevance
520 zend_string *temporary_value; in PHP_INI_DISP() local523 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 9 milliseconds