Home
last modified time | relevance | path

Searched refs:func (Results 226 – 250 of 266) sorted by relevance

1234567891011

/PHP-7.4/main/
H A Dphp.h368 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
H A Dfastcgi.c403 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply() argument
409 func(p->var, p->var_len, p->val, p->val_len, arg); in fcgi_hash_apply()
1715 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array) argument
1717 fcgi_hash_apply(&req->env, func, array);
H A Dphp_variables.c142 if (ex->func && ZEND_USER_CODE(ex->func->common.type)) { in php_register_variable_ex()
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4390 void func(...) {}
393 void func(member<T>*) {}
397 void test() { func<foo>(0); }
H A Dphp.m41280 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = localtime_r]])]…
1285 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = gmtime_r]])],[
1290 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[
1295 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = ctime_r]])],[
1300 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]], [[char *(*func)() = strtok_r]])],[
1334 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]], [[int (*func)() = fclose]])],[
1570 dnl PHP_CHECK_FUNC_LIB(func, libs)
1572 dnl This macro checks whether 'func' or '__func' exists in the specified
1616 dnl PHP_CHECK_FUNC(func, ...)
1618 dnl This macro checks whether 'func' or '__func' exists in the default libraries
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result_meta.c75 if (mysqlnd_ps_fetch_functions[meta->fields[i].type].func == NULL) { in MYSQLND_METHOD()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h637 } func; member
/PHP-7.4/Zend/
H A Dzend.h53 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
H A Dzend_exceptions.c175 if (!EG(current_execute_data)->func || in zend_throw_exception_internal()
176 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in zend_throw_exception_internal()
H A Dzend_compile.c1083 ZEND_ASSERT(EG(current_execute_data)->func->op_array.fn_flags & ZEND_ACC_PRELOADED); in do_bind_class()
5274 ZEND_API void zend_set_function_arg_flags(zend_function *func) /* {{{ */ in zend_set_function_arg_flags() argument
5278 func->common.arg_flags[0] = 0; in zend_set_function_arg_flags()
5279 func->common.arg_flags[1] = 0; in zend_set_function_arg_flags()
5280 func->common.arg_flags[2] = 0; in zend_set_function_arg_flags()
5281 if (func->common.arg_info) { in zend_set_function_arg_flags()
5282 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
5285 ZEND_SET_ARG_FLAG(func, i + 1, func->common.arg_info[i].pass_by_reference); in zend_set_function_arg_flags()
5288 …if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_refer… in zend_set_function_arg_flags()
5289 uint32_t pass_by_reference = func->common.arg_info[i].pass_by_reference; in zend_set_function_arg_flags()
[all …]
H A Dzend_types.h189 zend_function *func; member
751 #define Z_FUNC(zval) (zval).value.func
H A Dzend_API.h368 #define ZEND_IS_METHOD_CALL() (EX(func)->common.scope != NULL)
502 ZEND_API int zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args);
542 ZEND_ASSERT(ex != NULL && ex->func != NULL); in zend_forbid_dynamic_call()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c45 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) argument
46 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument
48 #define SXE_METHOD(func) PHP_METHOD(simplexml_element, func) argument
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c273 serialize_callback_t func) argument
291 func(&p->val, script, info, buf);
998 unserialize_callback_t func, argument
1021 func(&p->val, script, buf);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt185 public function func() {
186 echo "func() is called \n";
H A Dprint_r_64bit.phpt189 public function func() {
190 echo "func() is called \n";
H A Dvar_dump.phpt183 public function func() {
184 echo "func() is called \n";
H A Dvar_dump_64bit.phpt183 public function func() {
184 echo "func() is called \n";
/PHP-7.4/ext/hash/
H A Dhash.c415 #define PHP_HASHCONTEXT_VERIFY(func, hash) { \ argument
417 php_error(E_WARNING, "%s(): supplied resource is not a valid Hash Context resource", func); \
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c921 context->notifier->func = user_space_stream_notifier; in parse_context_params()
1072 …if (context->notifier && Z_TYPE(context->notifier->ptr) != IS_UNDEF && context->notifier->func == … in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1486 …nction_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func);
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2162 ZVAL_STR_COPY(return_value, ex->func->op_array.filename); in ZEND_METHOD()
2178 if (ex->func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_METHOD()
2180 ZVAL_OBJ(&closure, ZEND_CLOSURE_OBJECT(ex->func)); in ZEND_METHOD()
2181 reflection_function_factory(ex->func, &closure, return_value); in ZEND_METHOD()
2182 } else if (ex->func->op_array.scope) { in ZEND_METHOD()
2183 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
2185 reflection_function_factory(ex->func, NULL, return_value); in ZEND_METHOD()
/PHP-7.4/ext/sockets/
H A Dconversions.c216 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
233 func(elem, i, args, ctx); in from_array_iterate()
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc719 * @param string $func Function to call on the iterations
722 public function phar_dir_operation(RecursiveIteratorIterator $dir, $func, array $args = array())
738 call_user_func($func, $pn, $f, $args);
/PHP-7.4/ext/spl/
H A Dspl_directory.c683 zend_function *func; in spl_filesystem_object_get_method_check() local
685 func = zend_std_get_method(object, tmp, NULL); in spl_filesystem_object_get_method_check()
687 return func; in spl_filesystem_object_get_method_check()

Completed in 167 milliseconds

1234567891011