Searched refs:save_comments (Results 1 – 20 of 20) sorted by relevance
4 opcache.save_comments=1
7 opcache.save_comments=1
6 opcache.save_comments=1
243 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()
550 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()
179 zend_bool save_comments; member
57 opcache.save_comments=0135 opcache.save_comments (default "1")
301 …1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, z…724 …d_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
1838 ;opcache.save_comments=1
Completed in 32 milliseconds