Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/
H A Dmbstring.h197 char *orig_func; member
H A Dmbstring.c1635 …if (zend_hash_find(EG(function_table), p->orig_func, strlen(p->orig_func)+1, (void **)&orig) != SU… in PHP_RINIT_FUNCTION()
1636 …r_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't find function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1641 …if (zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, func, sizeof(zend_f… in PHP_RINIT_FUNCTION()
1643 …ocref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't replace function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1692 …zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, orig, sizeof(zend_funct… in PHP_RSHUTDOWN_FUNCTION()
4417 add_assoc_string(row1, over_func->orig_func, over_func->ovld_func, 1); in PHP_FUNCTION()
4495 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func, 1); in PHP_FUNCTION()

Completed in 20 milliseconds