Lines Matching refs:function_table

925 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;  in PHP_METHOD()
1382 ft = &(Z_OBJCE_P(service->soap_object)->function_table); in PHP_METHOD()
1384 ft = &service->soap_class.ce->function_table; in PHP_METHOD()
1386 ft = EG(function_table); in PHP_METHOD()
1457 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1479 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1524 HashTable *function_table; local
1564 …if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param TSRMLS_CC) =…
1689 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1717 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND…
1745 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_l…
1789 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1792 function_table = EG(function_table);
1794 function_table = service->soap_functions.ft;
1817 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_STRLEN…
1819 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1823 …call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_p…
1866 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(fu…
1868 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1883 …call_status = call_user_function(EG(function_table), NULL, &function_name, retval, num_params, par…
2470 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
2471 zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
2472 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
2473 zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
2474 zend_hash_exists(EG(function_table), "gzencode", sizeof("gzencode"))) {