Home
last modified time | relevance | path

Searched refs:func (Results 126 – 150 of 170) sorted by relevance

1234567

/PHP-5.5/ext/soap/
H A Dphp_http.c383 zval func; in make_http_soap_request() local
399 ZVAL_STRING(&func, "gzcompress", 0); in make_http_soap_request()
403 ZVAL_STRING(&func, "gzencode", 0); in make_http_soap_request()
407 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
1249 zval func; in make_http_soap_request() local
1257 ZVAL_STRING(&func, "gzinflate", 0); in make_http_soap_request()
1263 ZVAL_STRING(&func, "gzuncompress", 0); in make_http_soap_request()
1277 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()
H A Dphp_sdl.c1700 sdl_deserialize_key(&sdl->functions, func, &in); in get_sdl_from_cache()
1702 func->requestName = sdl_deserialize_string(&in); in get_sdl_from_cache()
1707 func->binding = NULL; in get_sdl_from_cache()
1709 func->binding = bindings[binding_num-1]; in get_sdl_from_cache()
1711 if (func->binding && func->binding->bindingType == BINDING_SOAP && *in != 0) { in get_sdl_from_cache()
1720 func->bindingAttributes = NULL; in get_sdl_from_cache()
1730 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1736 sdl_deserialize_key(func->faults, fault, &in); in get_sdl_from_cache()
1755 func->faults = NULL; in get_sdl_from_cache()
1757 functions[i] = func; in get_sdl_from_cache()
[all …]
H A Dsoap.c1584 zval func; local
1592 ZVAL_STRING(&func, "gzinflate", 0);
2559 zval func; local
2577 INIT_ZVAL(func);
3436 if (func->children != NULL ||
3460 xmlNodePtr trav,env,head,body,func; local
3551 func = NULL;
3560 func = trav;
3565 if (func == NULL) {
3707 func = func->children;
[all …]
/PHP-5.5/ext/readline/
H A Dreadline_cli.c465 zend_function *func; in cli_completion_generator_func() local
466 char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func TSRMLS_CC); in cli_completion_generator_func()
469 retval = strdup(func->common.function_name); in cli_completion_generator_func()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp218 int32_t (Calendar::*func)(UCalendarDateFields, UErrorCode&) const, in _php_intlcal_field_uec_ret_in32t_method()
243 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method()
360 UBool (Calendar::*func)(const Calendar&, UErrorCode&) const, in _php_intlcal_before_after()
385 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
666 int32_t (Calendar::*func)(UCalendarDateFields) const, in _php_intlcal_field_ret_in32t_method()
691 int32_t result = (co->ucal->*func)((UCalendarDateFields)field); in _php_intlcal_field_ret_in32t_method()
/PHP-5.5/ext/filter/tests/
H A D029.phpt16 var_dump(filter_var("qwe", FILTER_CALLBACK, array("options"=>"no such func")));
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h278 #define ODBC_SQL_ERROR_PARAMS odbc_connection *conn_resource, ODBC_SQL_STMT_T stmt, char *func
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h164 ps_field_fetch_func func; member
H A Dmysqlnd.h76 #define mysqlnd_plugin_apply_with_argument(func, argument) _mysqlnd_plugin_apply_with_argument((fun… argument
H A Dmysqlnd_result_meta.c136 if (mysqlnd_ps_fetch_functions[meta->fields[i].type].func == NULL) { in MYSQLND_METHOD()
/PHP-5.5/Zend/
H A Dzend_object_handlers.c875 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call() local
892 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_call_user_call()
914 efree(func); in zend_std_call_user_call()
1093 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call() local
1110 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_callstatic_user_call()
1131 efree(func); in zend_std_callstatic_user_call()
H A Dzend_vm_gen.php1353 list($kind, $func, $name) = $dsk;
1354 out($f, "ZEND_API int $func(");
/PHP-5.5/main/
H A Dphp.h335 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c331 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg TSRMLS_DC) in fcgi_hash_apply() argument
337 func(p->var, p->var_len, p->val, p->val_len, arg TSRMLS_CC); in fcgi_hash_apply()
1505 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array TSRMLS_DC) argument
1507 fcgi_hash_apply(&req->env, func, array TSRMLS_CC);
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h622 } func; member
H A Dpdo_dbh.c1292 zend_function func; in pdo_hash_methods() local
1293 zend_internal_function *ifunc = (zend_internal_function*)&func; in pdo_hash_methods()
1349 zend_hash_add(dbh->cls_methods[kind], lc_name, namelen+1, &func, sizeof(func), NULL); in pdo_hash_methods()
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt64 public function func() {
65 echo "func() is called \n";
H A Dprint_r.phpt189 public function func() {
190 echo "func() is called \n";
H A Dprint_r_64bit.phpt190 public function func() {
191 echo "func() is called \n";
H A Dvar_dump.phpt183 public function func() {
184 echo "func() is called \n";
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) argument
50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument
52 #define SXE_METHOD(func) PHP_METHOD(simplexml_element, func) argument
/PHP-5.5/
H A D.gdbinit392 set $func = (zend_function*)$p->pData
407 printf "\"%s\"\n", $func->common.function_name
H A Dacinclude.m41325 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = localtime_r],[
1330 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = gmtime_r],[
1335 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = asctime_r],[
1340 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = ctime_r],[
1345 AC_TRY_COMPILE([#include <string.h>],[char *(*func)() = strtok_r],[
1470 AC_TRY_COMPILE([#include <stdio.h>],[int (*func)() = fclose],[
1883 dnl PHP_CHECK_FUNC_LIB(func, libs)
1885 dnl This macro checks whether 'func' or '__func' exists
1926 dnl PHP_CHECK_FUNC(func, ...)
1928 dnl This macro checks whether 'func' or '__func' exists
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2503 zend_function *func; local
2602 if (zend_hash_find(CG(function_table), "chdir", sizeof("chdir"), (void**)&func) == SUCCESS &&
2603 func->type == ZEND_INTERNAL_FUNCTION) {
2604 orig_chdir = func->internal_function.handler;
2605 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c492 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*); member
502 int r = (*(arg->func))(e->name, in i_names()
516 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) in onig_foreach_name()
523 narg.func = func; in onig_foreach_name()
679 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) in onig_foreach_name()
688 r = (*func)(e->name, e->name + e->name_len, e->back_num, in onig_foreach_name()
883 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) in onig_foreach_name()

Completed in 181 milliseconds

1234567