Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ini.h99 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
H A Dzend_ini.c309 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */ in zend_restore_ini_entry() function
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c526 zend_restore_ini_entry(str, str_len, ZEND_INI_STAGE_SHUTDOWN); in php_apache_ini_dtor()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5490 zend_restore_ini_entry(varname, varname_len+1, PHP_INI_STAGE_RUNTIME);
5548 zend_restore_ini_entry("include_path", sizeof("include_path"), PHP_INI_STAGE_RUNTIME);

Completed in 23 milliseconds