protect_memory     82 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).protect_memory) { \
protect_memory     88 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).protect_memory) { \
protect_memory    203 ext/opcache/ZendAccelerator.h 	zend_bool      protect_memory;
protect_memory    292 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_ENTRY("opcache.protect_memory"        , "0"  , PHP_INI_SYSTEM, OnUpdateBool,                  accel_directives.protect_memory,            zend_accel_globals, accel_globals)
protect_memory    708 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.protect_memory",         ZCG(accel_directives).protect_memory);