Changeset 344 for eaccelerator/trunk/debug.c
- Timestamp:
- 06/19/08 18:01:31 (4 months ago)
- Files:
-
- eaccelerator/trunk/debug.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/debug.c
r297 r344 269 269 fprintf(F_fp, "\tfunction_table: %u entries\n", ce->function_table.nNumOfElements); 270 270 fprintf(F_fp, "\tdefault_properties: %u entries\n", ce->default_properties.nNumOfElements); 271 #ifdef ZEND_ENGINE_2272 271 fprintf(F_fp, "\tproperties_info: %u entries\n", ce->properties_info.nNumOfElements); 273 # ifdef ZEND_ENGINE_2_1274 272 fprintf(F_fp, "\tdefault_static_members: %u entries\n", ce->default_static_members.nNumOfElements); 275 # endif276 273 fprintf(F_fp, "\tstatic_members: %u entries\n", ce->static_members->nNumOfElements); 277 274 fprintf(F_fp, "\tconstants_Table: %u entries\n", ce->constants_table.nNumOfElements); … … 285 282 fprintf(F_fp, "\tdoc_comment_len: %u\n", ce->doc_comment_len); 286 283 # endif 287 #endif288 284 fflush(F_fp); 289 285 } … … 299 295 fprintf(F_fp, "\tfunction_table: %u entries\n", ce->function_table.nNumOfElements); 300 296 fprintf(F_fp, "\tdefault_properties: %u entries\n", ce->default_properties.nNumOfElements); 301 #ifdef ZEND_ENGINE_2302 297 fprintf(F_fp, "\tproperties_info: %u entries\n", ce->properties_info.nNumOfElements); 303 # ifdef ZEND_ENGINE_2_1304 298 fprintf(F_fp, "\tdefault_static_members: %u entries\n", ce->default_static_members.nNumOfElements); 305 # endif306 299 fprintf(F_fp, "\tstatic_members: %u entries\n", ce->static_members->nNumOfElements); 307 300 fprintf(F_fp, "\tconstants_Table: %u entries\n", ce->constants_table.nNumOfElements); … … 315 308 fprintf(F_fp, "\tdoc_comment_len: %u\n", ce->doc_comment_len); 316 309 # endif 317 #endif318 310 fflush(F_fp); 319 311 }