Lines Matching refs:function_table

922 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;  in PHP_METHOD()
1359 ft = &(Z_OBJCE_P(service->soap_object)->function_table); in PHP_METHOD()
1361 ft = &service->soap_class.ce->function_table; in PHP_METHOD()
1363 ft = EG(function_table); in PHP_METHOD()
1434 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1456 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1501 HashTable *function_table; local
1541 …if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param TSRMLS_CC) =…
1591 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
1597 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
1606 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S…
1669 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1697 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND…
1725 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_l…
1769 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1772 function_table = EG(function_table);
1774 function_table = service->soap_functions.ft;
1797 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_STRLEN…
1799 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1803 …call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_p…
1846 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(fu…
1848 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1863 …call_status = call_user_function(EG(function_table), NULL, &function_name, retval, num_params, par…
2450 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
2451 zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
2452 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
2453 zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
2454 zend_hash_exists(EG(function_table), "gzencode", sizeof("gzencode"))) {