Lines Matching refs:add_assoc_bool

580add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_…  in ZEND_FUNCTION()
581 add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted)); in ZEND_FUNCTION()
582 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending)); in ZEND_FUNCTION()
583 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress)); in ZEND_FUNCTION()
666 add_assoc_bool(directives, "opcache.enable", ZCG(enabled)); in ZEND_FUNCTION()
667 add_assoc_bool(directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli); in ZEND_FUNCTION()
668 add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd); in ZEND_FUNCTION()
669add_assoc_bool(directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamp… in ZEND_FUNCTION()
670add_assoc_bool(directives, "opcache.validate_permission", ZCG(accel_directives).validate_permissio… in ZEND_FUNCTION()
672 add_assoc_bool(directives, "opcache.validate_root", ZCG(accel_directives).validate_root); in ZEND_FUNCTION()
674 add_assoc_bool(directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack); in ZEND_FUNCTION()
675 add_assoc_bool(directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups); in ZEND_FUNCTION()
676 add_assoc_bool(directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path); in ZEND_FUNCTION()
693add_assoc_bool(directives, "opcache.protect_memory", ZCG(accel_directives).protect_memor… in ZEND_FUNCTION()
694add_assoc_bool(directives, "opcache.save_comments", ZCG(accel_directives).save_comments… in ZEND_FUNCTION()
695add_assoc_bool(directives, "opcache.load_comments", ZCG(accel_directives).load_comments… in ZEND_FUNCTION()
696add_assoc_bool(directives, "opcache.fast_shutdown", ZCG(accel_directives).fast_shutdown… in ZEND_FUNCTION()
697add_assoc_bool(directives, "opcache.enable_file_override", ZCG(accel_directives).file_override… in ZEND_FUNCTION()