Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/tests/
H A Dbug36308.phpt4 opcache.save_comments=1
H A DReflectionFunction_getDocComment.001.phpt7 opcache.save_comments=1
H A DReflectionMethod_getDocComment_property_list.phpt4 opcache.save_comments=1
H A D005.phpt4 opcache.save_comments=1
H A Dbug64936.phpt6 opcache.save_comments=1
H A DReflectionClass_getDocComment_001.phpt7 opcache.save_comments=1
H A DReflectionProperty_basic2.phpt4 opcache.save_comments=1
H A D009.phpt4 opcache.save_comments=1
H A D025.phpt4 opcache.save_comments=1
H A DReflectionMethod_getDocComment_basic.phpt4 opcache.save_comments=1
H A DReflectionProperty_getDocComment_basic.phpt4 opcache.save_comments=1
/PHP-7.4/Zend/tests/
H A Dbug55156.phpt4 opcache.save_comments=1
/PHP-7.4/tests/classes/
H A Dconstants_comments_001.phpt4 opcache.save_comments=1
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c239 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
312 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
326 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
408 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
H A DZendAccelerator.h153 zend_bool save_comments; member
H A Dzend_persist.c332 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
517 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
641 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
679 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
771 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
H A Dzend_accelerator_module.c299 …1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, z…
753 …d_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
/PHP-7.4/
H A Dphp.ini-development1807 ;opcache.save_comments=1
H A Dphp.ini-production1807 ;opcache.save_comments=1

Completed in 43 milliseconds