Home
last modified time | relevance | path

Searched refs:func (Results 151 – 175 of 214) sorted by relevance

123456789

/PHP-5.6/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt8 include 'func.inc';
/PHP-5.6/ext/gd/tests/
H A Dbug50194.phpt11 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dlibgd00100.phpt109 include_once __DIR__ . '/func.inc';
/PHP-5.6/ext/spl/internal/
H A Drecursivetreeiterator.inc126 function __call($func, $params)
128 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-5.6/ext/standard/
H A Dphp_smart_str.h169 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
172 smart_str_print##func##4 (__b + sizeof(__b) - 1, (num), vartype, __t); \
H A Dfilestat.c129 gdfse_func func; in php_disk_total_space() local
150 func = (gdfse_func)gdfse; in php_disk_total_space()
151 if (func(path, in php_disk_total_space()
261 gdfse_func func; in php_disk_free_space() local
282 func = (gdfse_func)gdfse; in php_disk_free_space()
283 if (func(path, in php_disk_free_space()
/PHP-5.6/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt16 foreach ($functions as $func) {
17 if (isset($ignore[$func->name]))
20 printf(" %s\n", $func->name);
21 $rf = new ReflectionFunction($func->name);
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_print.c37 …PHPDBG_PRINT_COMMAND_D(func, "print out the instructions in the specified function", 'f', pr…
212 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument
/PHP-5.6/ext/oci8/
H A Dphp_oci8_int.h292 #define PHP_OCI_CALL(func, params) \ argument
295 func params; \
299 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
302 __retval = func params; \
/PHP-5.6/main/
H A Dphp_output.h143 } func; member
250 …const char *handler_name, size_t handler_name_len, php_output_handler_alias_ctor_t func TSRMLS_DC);
/PHP-5.6/Zend/
H A Dzend_hash.h315 #define ZEND_HANDLE_NUMERIC_EX(key, length, idx, func) do { \ in END_EXTERN_C() argument
345 func; \ in END_EXTERN_C()
350 #define ZEND_HANDLE_NUMERIC(key, length, func) do { \ argument
353 ZEND_HANDLE_NUMERIC_EX(key, length, idx, return func); \
/PHP-5.6/ext/standard/tests/file/
H A Dfilestat.phpt2 various file stat func tests
/PHP-5.6/ext/mbstring/oniguruma/
H A Donigposix.h162 ONIG_EXTERN int reg_foreach_name P_((regex_t* reg, int (*func)(const unsigned char*, const unsigne…
H A Dst.c478 st_foreach(table, func, arg) in st_foreach() argument
480 int (*func)();
490 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c374 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TS… argument
379 func(&blacklist->entries[i], argument TSRMLS_CC);
/PHP-5.6/ext/com_dotnet/
H A Dcom_handlers.c266 union _zend_function *func; in com_method_get() local
358 func = emalloc(sizeof(*fptr)); in com_method_get()
359 memcpy(func, fptr, sizeof(*fptr)); in com_method_get()
361 return func; in com_method_get()
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c831 if (stmt->fetch.func.values) { in do_fetch_opt_finish()
832 efree(stmt->fetch.func.values); in do_fetch_opt_finish()
833 stmt->fetch.func.values = NULL; in do_fetch_opt_finish()
998 if (!stmt->fetch.func.function) { in do_fetch()
1002 if (!stmt->fetch.func.fci.size) { in do_fetch()
1149 stmt->fetch.func.values[idx] = val; in do_fetch()
1184 stmt->fetch.func.fci.param_count = idx; in do_fetch()
1185 stmt->fetch.func.fci.retval_ptr_ptr = &retval; in do_fetch()
1186 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc TSRMLS_CC) == FAILURE) { in do_fetch()
1199 zval_ptr_dtor(&stmt->fetch.func.values[idx]); in do_fetch()
[all …]
/PHP-5.6/main/streams/
H A Dphp_stream_context.h46 php_stream_notification_func func; member
/PHP-5.6/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()
1250 zval func; in make_http_soap_request() local
1258 ZVAL_STRING(&func, "gzinflate", 0); in make_http_soap_request()
1264 ZVAL_STRING(&func, "gzuncompress", 0); in make_http_soap_request()
1278 …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.c1702 sdl_deserialize_key(&sdl->functions, func, &in); in get_sdl_from_cache()
1704 func->requestName = sdl_deserialize_string(&in); in get_sdl_from_cache()
1709 func->binding = NULL; in get_sdl_from_cache()
1711 func->binding = bindings[binding_num-1]; in get_sdl_from_cache()
1713 if (func->binding && func->binding->bindingType == BINDING_SOAP && *in != 0) { in get_sdl_from_cache()
1722 func->bindingAttributes = NULL; in get_sdl_from_cache()
1732 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1738 sdl_deserialize_key(func->faults, fault, &in); in get_sdl_from_cache()
1757 func->faults = NULL; in get_sdl_from_cache()
1759 functions[i] = func; in get_sdl_from_cache()
[all …]
H A Dsoap.c2579 zval func; local
2597 INIT_ZVAL(func);
3452 function = get_function(sdl, (char*)func->name);
3456 if (func->children != NULL ||
3464 function = get_doc_function(sdl, func);
3480 xmlNodePtr trav,env,head,body,func; local
3571 func = NULL;
3580 func = trav;
3585 if (func == NULL) {
3727 func = func->children;
[all …]
/PHP-5.6/ext/readline/
H A Dreadline_cli.c469 zend_function *func; in cli_completion_generator_func() local
470 char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func TSRMLS_CC); in cli_completion_generator_func()
473 retval = strdup(func->common.function_name); in cli_completion_generator_func()
/PHP-5.6/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.6/ext/filter/tests/
H A D029.phpt16 var_dump(filter_var("qwe", FILTER_CALLBACK, array("options"=>"no such func")));
/PHP-5.6/ext/odbc/
H A Dphp_odbc_includes.h286 #define ODBC_SQL_ERROR_PARAMS odbc_connection *conn_resource, ODBC_SQL_STMT_T stmt, char *func

Completed in 115 milliseconds

123456789