Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) macro
676 …add_assoc_string(directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directive… in ZEND_FUNCTION()
677 …add_assoc_string(directives, "opcache.blacklist_filename", STRING_NOT_NULL(ZCG(accel_directive… in ZEND_FUNCTION()
679 …add_assoc_string(directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directive… in ZEND_FUNCTION()

Completed in 8 milliseconds