Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_persist.c53 static void zend_persist_zval_ptr(zval **zp TSRMLS_DC);
155 …zend_hash_persist(z->value.ht, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**) TSRMLS_…
160 static void zend_persist_zval_ptr(zval **zp TSRMLS_DC) function
385 …zend_hash_persist(op_array->static_variables, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(…
471 zend_persist_zval_ptr(&ce->default_properties_table[i] TSRMLS_CC);
481 zend_persist_zval_ptr(&ce->default_static_members_table[i] TSRMLS_CC);
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**…

Completed in 6 milliseconds