Home
last modified time | relevance | path

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

/php-src/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 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
H A DReflectionProperty_basic2.phpt4 opcache.save_comments=1
/php-src/Zend/tests/
H A Dbug55156.phpt4 opcache.save_comments=1
/php-src/tests/classes/
H A Dconstants_comments_001.phpt4 opcache.save_comments=1
/php-src/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()
376 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
409 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
503 if (ZCG(accel_directives).save_comments && ce->doc_comment) { in zend_persist_class_entry_calc()
H A DZendAccelerator.h153 bool save_comments; member
H A Dzend_persist.c454 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
642 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
795 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
865 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
1026 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
H A Dzend_accelerator_module.c298 …1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, z…
814 …d_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
/php-src/
H A Dphp.ini-development1702 ;opcache.save_comments=1
H A Dphp.ini-production1704 ;opcache.save_comments=1

Completed in 76 milliseconds