Searched defs:zend_update_static_property (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_API.c3791 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length, zval *value TSRMLS_DC) /* {{{ */ function
3836 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3848 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3860 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3872 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3884 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3896 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);

Completed in 11 milliseconds