Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_persist.c51 typedef void (*zend_persist_func_t)(void * TSRMLS_DC); typedef
155 …zend_hash_persist(z->value.ht, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**) TSRMLS_…
385 …zend_hash_persist(op_array->static_variables, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(…
463 …zend_hash_persist(&ce->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zend_op…
487 …zend_hash_persist(&ce->default_properties, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zva…
488 …zend_hash_persist(&ce->default_static_members, (zend_persist_func_t) zend_persist_zval_ptr, sizeof…
491 …zend_hash_persist(&ce->constants_table, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**…
509 …zend_hash_persist(&ce->properties_info, (zend_persist_func_t) zend_persist_property_info, sizeof(z…
664 …zend_hash_persist(class_table, (zend_persist_func_t) zend_persist_class_entry, sizeof(zend_class_e…
671 …zend_hash_persist(&script->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zen…

Completed in 5 milliseconds