Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 870) sorted by last modified time

12345678910>>...35

/php-src/
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
27 plus an additional argument free_trampoline.
160 - php_dom_create_object() now no longer accepts a NULL obj argument.
161 - Removed the `ret` argument from the DOM_RET_OBJ macro, use the return
220 - php_pcre_match_impl() now no longer has a use_flags argument.
221 When flags should be ignored, pass 0 to the flags argument.
223 proper boolean argument types instead of integer types.
H A DNEWS219 . Updated the socket_create_listen backlog argument default value to SOMAXCONN.
H A DUPGRADING345 . Calling ReflectionMethod::__construct() with 1 argument is deprecated.
370 if the domain argument is empty.
428 . posix_isatty now sets the error number when the file descriptor/stream argument
H A DCODING_STANDARDS.md26 * The function is given a boolean argument, that controls whether or not the
H A Dphp.ini-development391 ; Allows setting the maximum string length in an argument of a stringified stack trace
H A Dphp.ini-production391 ; Allows setting the maximum string length in an argument of a stringified stack trace
/php-src/ext/reflection/
H A Dphp_reflection.c5361 reflection_object *intern, *argument; in ZEND_METHOD() local
5371 argument = reflection_object_from_obj(class_obj); in ZEND_METHOD()
5372 if (argument->ptr == NULL) { in ZEND_METHOD()
5377 class_ce = argument->ptr; in ZEND_METHOD()
5394 reflection_object *intern, *argument; in ZEND_METHOD() local
5404 argument = reflection_object_from_obj(interface_obj); in ZEND_METHOD()
5405 if (argument->ptr == NULL) { in ZEND_METHOD()
5410 interface_ce = argument->ptr; in ZEND_METHOD()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8580 dst_reg = IR_REG_NONE; /* pass argument through stack */
8592 dst_reg = IR_REG_NONE; /* pass argument through stack */
8648 dst_reg = IR_REG_NONE; /* argument already passed through stack */
8660 dst_reg = IR_REG_NONE; /* argument already passed through stack */
8760 /* set hidden argument to specify the number of vector registers used */
H A Dir_aarch64.dasc4716 dst_reg = IR_REG_NONE; /* pass argument through stack */
4723 dst_reg = IR_REG_NONE; /* pass argument through stack */
4731 dst_reg = IR_REG_NONE; /* pass argument through stack */
4782 dst_reg = IR_REG_NONE; /* pass argument through stack */
4789 dst_reg = IR_REG_NONE; /* argument already passed through stack */
4797 dst_reg = IR_REG_NONE; /* argument already passed through stack */
/php-src/ext/phar/
H A Dutil.c2006 static int phar_update_cached_entry(zval *data, void *argument) /* {{{ */ in phar_update_cached_entry() argument
2010 entry->phar = (phar_archive_data *)argument; in phar_update_cached_entry()
H A Dphar_object.c3117 static int phar_set_compression(zval *zv, void *argument) /* {{{ */ in phar_set_compression() argument
3120 uint32_t compress = *(uint32_t *)argument; in phar_set_compression()
3134 static int phar_test_compression(zval *zv, void *argument) /* {{{ */ in phar_test_compression() argument
3144 *(int *) argument = 0; in phar_test_compression()
3150 *(int *) argument = 0; in phar_test_compression()
H A Dtar.c707 static int phar_tar_writeheaders_int(phar_entry_info *entry, void *argument) /* {{{ */ in phar_tar_writeheaders_int() argument
711 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders_int()
860 static int phar_tar_writeheaders(zval *zv, void *argument) /* {{{ */ in phar_tar_writeheaders() argument
862 return phar_tar_writeheaders_int(Z_PTR_P(zv), argument); in phar_tar_writeheaders()
899 static int phar_tar_setupmetadata(zval *zv, void *argument) /* {{{ */ in phar_tar_setupmetadata() argument
902 struct _phar_pass_tar_info *i = (struct _phar_pass_tar_info *)argument; in phar_tar_setupmetadata()
H A Dphar.c34 static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ in phar_set_writeable_bit() argument
36 bool keep = *(bool *)argument; in phar_set_writeable_bit()
298 static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ in phar_unalias_apply() argument
300 return Z_PTR_P(zv) == argument ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP; in phar_unalias_apply()
/php-src/build/
H A Dlibtool.m4815 # (any single argument exceeding 2000 bytes causes a buffer overrun
2043 # Look at the argument we got. We use all the common list separators.
2083 # Look at the argument we got. We use all the common list separators.
2124 # Look at the argument we got. We use all the common list separators.
4424 # Whether we need a single -rpath flag with a separated argument.
/php-src/ext/standard/tests/array/
H A Dusort_variation7.phpt6 * Pass an anonymous comparison function as $cmp_function argument to test behaviour()
/php-src/Zend/
H A Dzend_language_parser.y255 %type <ast> extends_from parameter optional_type_without_static argument global_var
896 argument
898 | non_empty_argument_list ',' argument
902 argument:
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_arrow_function.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for arrow functions.
H A Dsensitive_parameter_closure.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for closures.
/php-src/Zend/tests/
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
/php-src/Zend/tests/arrow_functions/
H A D006.phpt6 // By-reference argument and return
13 // int argument and return type
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c971 if (!packet->argument.s || !packet->argument.l) { in php_mysqlnd_cmd_write()
977 size_t tmp_len = packet->argument.l + 1 + MYSQLND_HEADER_SIZE; in php_mysqlnd_cmd_write()
988 memcpy(p, packet->argument.s, packet->argument.l); in php_mysqlnd_cmd_write()
2426 cmd_packet.argument.s = (char *) arg; in MYSQLND_METHOD()
2427 cmd_packet.argument.l = arg_len; in MYSQLND_METHOD()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp45 #define ZEND_VALUE_ERROR_INVALID_FIELD(argument, zpp_arg_position) \ argument
46 if (argument < 0 || argument >= UCAL_FIELD_COUNT) { \
52 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument
53 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
59 #define ZEND_VALUE_ERROR_INVALID_DAY_OF_WEEK(argument, zpp_arg_position) \ argument
60 if (argument < UCAL_SUNDAY || argument > UCAL_SATURDAY) { \
H A Dgregoriancalendar_methods.cpp42 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument
43 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c376 …d_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *argument) argument
381 func(&blacklist->entries[i], argument);
/php-src/ext/gd/
H A Dconfig.m4142 dnl format. The first argument is the proper-noun-capitalized name of the
144 dnl Png. If support for format Foo exists, the second argument (the name

Completed in 129 milliseconds

12345678910>>...35