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

/PHP_5_4/Zend/
H A Dzend_API.c3728 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length, zval *value TSRMLS_DC) /* {{{ */ function
3773 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3785 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3797 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3809 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3821 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);
3833 return zend_update_static_property(scope, name, name_length, tmp TSRMLS_CC);

Completed in 16 milliseconds