Searched refs:STRING_NOT_NULL (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_module.c | 35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) macro 718 …add_assoc_string(&directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directiv… 719 …add_assoc_string(&directives, "opcache.blacklist_filename", STRING_NOT_NULL(ZCG(accel_directiv… 721 …add_assoc_string(&directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directiv… 729 …add_assoc_string(&directives, "opcache.lockfile_path", STRING_NOT_NULL(ZCG(accel_directiv… 731 …add_assoc_string(&directives, "opcache.mmap_base", STRING_NOT_NULL(ZCG(accel_directiv… 745 …add_assoc_string(&directives, "opcache.restrict_api", STRING_NOT_NULL(ZCG(accel_directi…
|
Completed in 6 milliseconds