Home
last modified time | relevance | path

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

/PHP-7.1/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.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.phpt6 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.1/Zend/tests/
H A Dbug55156.phpt4 opcache.save_comments=1
/PHP-7.1/tests/classes/
H A Dconstants_comments_001.phpt4 opcache.save_comments=1
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c243 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
291 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
305 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
341 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
H A Dzend_persist.c550 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
628 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
655 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
709 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
H A DZendAccelerator.h179 zend_bool save_comments; member
H A DREADME57 opcache.save_comments=0
135 opcache.save_comments (default "1")
H A Dzend_accelerator_module.c301 …1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, z…
724 …d_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
/PHP-7.1/
H A Dphp.ini-development1838 ;opcache.save_comments=1
H A Dphp.ini-production1838 ;opcache.save_comments=1

Completed in 35 milliseconds