Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dassert.c43 static inline bool php_must_emit_ini_deprecation(int stage) in php_must_emit_ini_deprecation() function
56 if (php_must_emit_ini_deprecation(stage)) { in PHP_INI_MH()
66 if (php_must_emit_ini_deprecation(stage)) { in PHP_INI_MH()
84 if (php_must_emit_ini_deprecation(stage) && !*p) { in PHP_INI_MH()
94 if (php_must_emit_ini_deprecation(stage) && *p) { in PHP_INI_MH()
104 if (php_must_emit_ini_deprecation(stage) && !*p) { in PHP_INI_MH()
115 if (php_must_emit_ini_deprecation(stage) && !*p) { in PHP_INI_MH()

Completed in 5 milliseconds