Searched refs:zend_ini_string_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_ini.h | 87 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists); 141 #define INI_STR(name) zend_ini_string_ex((name), sizeof(name)-1, 0, NULL)
|
H A D | zend_ini.c | 455 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex() function 484 return_value = zend_ini_string_ex(name, name_length, orig, &exists); in zend_ini_string()
|
Completed in 8 milliseconds