Home
last modified time | relevance | path

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

/PHP-8.2/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 Dbug64936.phpt6 opcache.save_comments=1
H A D005.phpt4 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-8.2/Zend/tests/
H A Dbug55156.phpt4 opcache.save_comments=1
/PHP-8.2/tests/classes/
H A Dconstants_comments_001.phpt4 opcache.save_comments=1
/PHP-8.2/ext/opcache/
H A Dzend_persist_calc.c286 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
377 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
402 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
495 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
H A DZendAccelerator.h158 bool save_comments; member
H A Dzend_persist.c451 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
637 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
790 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
831 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
990 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
H A Dzend_accelerator_module.c287 …1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, z…
778 …d_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
/PHP-8.2/
H A Dphp.ini-development1822 ;opcache.save_comments=1
H A Dphp.ini-production1824 ;opcache.save_comments=1

Completed in 37 milliseconds