Lines Matching refs:function_table

958 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;  in PHP_METHOD()
1381 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD()
1383 ft = &service->soap_class.ce->function_table; in PHP_METHOD()
1385 ft = EG(function_table); in PHP_METHOD()
1447 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1465 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1529 HashTable *function_table; local
1570 …if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param ) == FAILURE)…
1695 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1726 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1748 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1792 function_table = &((Z_OBJCE_P(soap_obj))->function_table);
1795 function_table = EG(function_table);
1797 function_table = service->soap_functions.ft;
1820 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_ST…
1822 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) {
1826 …call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_p…
1859 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLE…
1861 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) {
1876 …call_status = call_user_function(EG(function_table), NULL, &function_name, &retval, num_params, pa…
2450 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) &&
2451 zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) &&
2452 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) &&
2453 zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) &&
2454 zend_hash_str_exists(EG(function_table), "gzencode", sizeof("gzencode")-1)) {