Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 846) sorted by last modified time

12345678910>>...34

/php-src/
H A DNEWS168 PDO constructor arguments. (SakiTakamachi)
H A DUPGRADING157 . XSLTProcessor::setParameter() will now throw a ValueError when its arguments
304 more than 2 arguments is deprecated. Use either IntlCalendar::setDate()
307 IntlGregorianCalendar::__construct() with more than 2 arguments is
312 . Calling ldap_connect() with more than 2 arguments is deprecated. Use
314 . Calling ldap_exop() with more than 4 arguments is deprecated. Use
318 . Calling pgsql_fetch_result() with 2 arguments is deprecated. Use the
320 . Calling pg_field_prtlen() with 2 arguments is deprecated. Use the
322 . Calling pg_field_is_null() with 2 arguments is deprecated. Use the
330 . Calling session_set_save_handler() with more than 2 arguments is
334 . Calling stream_context_set_option() with 2 arguments is deprecated.
[all …]
H A DUPGRADING.INTERNALS26 Z_PARAM_FUNC_EX2 was added as well with the same arguments as Z_PARAM_FUNC_EX
230 added. These opcodes don't create a stack frame, but pass arguments via opcode
H A Dphp.ini-development383 ; Allows to include or exclude arguments from stack traces generated for exceptions.
636 ; The separator used in PHP generated URLs to separate arguments.
676 ; runs. $argv contains an array of all the arguments passed to PHP when a script
677 ; is invoked. $argc contains an integer representing the number of arguments
1085 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
H A Dphp.ini-production383 ; Allows to include or exclude arguments from stack traces generated for exceptions.
638 ; The separator used in PHP generated URLs to separate arguments.
678 ; runs. $argv contains an array of all the arguments passed to PHP when a script
679 ; is invoked. $argc contains an integer representing the number of arguments
1087 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8429 /* Reserved "home space" or "shadow store" for register arguments (used in Windows64 ABI) */
8507 /* 1. move all register arguments that should be passed through stack
8508 * and collect arguments that should be passed through registers */
8557 /* Pass register arguments to stack (REG->MEM moves) */
8567 /* 2. move all arguments that should be passed from one register to another (REG->REG movs) */
H A Dir_aarch64.dasc4706 /* 1. move all register arguments that should be passed through stack
4707 * and collect arguments that should be passed through registers */
4754 /* Pass register arguments to stack (REG->MEM moves) */
4764 /* 2. move all arguments that should be passed from one register to another (REG->REG movs) */
/php-src/build/
H A Dlibtool.m4223 # Allow CC to be a program name with arguments.
806 [# find the maximum length of command line arguments
807 AC_MSG_CHECKING([the maximum length of command line arguments])
823 # no limit to the length of command line arguments.
906 # amounts of additional arguments before passing them to the linker.
1371 # flags to be left without arguments
2647 # --enable-ltdl-convenience to the configure arguments. Note that
2672 # --enable-ltdl-install to the configure arguments. Note that
2872 # Allow CC to be a program name with arguments.
H A Dax_gcc_func_attribute.m468 # returning an int and not accepting any arguments and the result of the
/php-src/ext/standard/tests/array/
H A Duasort_variation7.phpt7 * arguments passed by value
8 * arguments passed by reference
H A Darray_map_variation10.phpt66 Exception: Too few arguments to function {closure:%s:%d}(), 1 passed and exactly 2 expected
/php-src/ext/reflection/tests/
H A D007.phpt100 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
102 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
132 Exception: Too few arguments to function WithCtorWithArgs::__construct(), 0 passed and exactly 1 ex…
H A Dbug80299.phpt2 Bug #80299: ReflectionFunction->invokeArgs confused in arguments
/php-src/ext/spl/tests/
H A Dbug71236.phpt2 Bug #71236: Second call of spl_autoload_register() does nothing if it has no arguments
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt2 libxml_set_external_entity_loader() error: bad arguments
26 Exception: Too few arguments to function {closure:%s:%d}(), 3 passed and exactly 4 expected
/php-src/Zend/tests/type_declarations/
H A Dscalar_none.phpt29 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
31 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
33 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
35 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
/php-src/Zend/
H A Dzend_closures.c853 static zend_internal_arg_info trampoline_arg_info[] = {ZEND_ARG_VARIADIC_TYPE_INFO(false, arguments
/php-src/Zend/tests/fibers/
H A Dstart-arguments.phpt27 #1 %sstart-arguments.php(%d): Fiber->start('test')
29 thrown in %sstart-arguments.php on line %d
/php-src/Zend/tests/
H A Dexception_ignore_args.phpt2 Exceptions ignoring arguments
H A Dclosure_027.phpt31 Exception: Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
H A Dbug61273.phpt2 Bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
H A Dbug72101.phpt53 $arguments = array($a, $b, $c);
56 $arguments
/php-src/sapi/fpm/tests/
H A Dtester.inc502 * @param array $extraArgs Command extra arguments.
/php-src/ext/phar/phar/
H A Dpharcommand.inc49 * Phar arguments
769 * @return arguments list
850 * The arguments for the extract function.
987 * Add a file arguments
1046 * @return string arguments for a stub
1101 * Get arguments and store them into a stub.
1103 * @param arguments $args
1131 * @return array The arguments for compress
1236 * @return array The arguments for meta set
1313 * @return array The arguments for meta get.
[all …]
/php-src/ext/zend_test/
H A Dtest.c975 zval *arguments; in ZEND_METHOD() local
979 Z_PARAM_ARRAY(arguments) in ZEND_METHOD()
986 Z_TRY_ADDREF_P(arguments); in ZEND_METHOD()
987 RETURN_ARR(zend_new_pair(&name_zv, arguments)); in ZEND_METHOD()

Completed in 83 milliseconds

12345678910>>...34