Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/
H A DNEWS550 . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)
1080 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
1099 backtrace arguments). (Nikita)
2285 . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
2509 arguments). (cmb)
H A Dphp.ini-development364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
619 ; The separator used in PHP generated URLs to separate arguments.
659 ; runs. $argv contains an array of all the arguments passed to PHP when a script
660 ; is invoked. $argc contains an integer representing the number of arguments
1078 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
H A Dphp.ini-production364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
619 ; The separator used in PHP generated URLs to separate arguments.
659 ; runs. $argv contains an array of all the arguments passed to PHP when a script
660 ; is invoked. $argc contains an integer representing the number of arguments
1078 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
H A DUPGRADING364 arguments, in which case they will return an empty array. This is useful
709 . New INI directive to include or exclude arguments from stack traces
/PHP-7.4/Zend/
H A Dzend_closures.c50 zval *arguments = ZEND_CALL_ARG(execute_data, 1); in ZEND_METHOD() local
52 …nction(CG(function_table), NULL, ZEND_THIS, return_value, ZEND_NUM_ARGS(), arguments) == FAILURE) { in ZEND_METHOD()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9384 static sljit_s32 SLJIT_FUNC do_callout(struct jit_arguments *arguments, pcre2_callout_block *callou… in do_callout() argument
9390 if (arguments->callout == NULL) in do_callout()
9395 begin = arguments->begin; in do_callout()
9405 callout_block->subject_length = arguments->end - arguments->begin; in do_callout()
9435 return (arguments->callout)(callout_block, arguments->callout_data); in do_callout()
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt18 // Calling finfo_file() with all possible arguments
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt25 public function __call(string $name, array $arguments)
27 return $this->subscriber->$name(...$arguments);
/PHP-7.4/ext/session/
H A Dsession.c2029 shutdown_function_entry.arguments = (zval *) safe_emalloc(sizeof(zval), 1, 0); in PHP_FUNCTION()
2031 ZVAL_STRING(&shutdown_function_entry.arguments[0], "session_register_shutdown"); in PHP_FUNCTION()
2035 zval_ptr_dtor(&shutdown_function_entry.arguments[0]); in PHP_FUNCTION()
2036 efree(shutdown_function_entry.arguments); in PHP_FUNCTION()
2654 shutdown_function_entry.arguments = (zval *) safe_emalloc(sizeof(zval), 1, 0); in PHP_FUNCTION()
2656 ZVAL_STRING(&shutdown_function_entry.arguments[0], "session_write_close"); in PHP_FUNCTION()
2659 zval_ptr_dtor(&shutdown_function_entry.arguments[0]); in PHP_FUNCTION()
2660 efree(shutdown_function_entry.arguments); in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt139 Exception: Too few arguments to function mysqli_fetch_object_construct::__construct(), 1 passed and…
H A Dmysqli_fetch_object.phpt150 Exception: Too few arguments to function mysqli_fetch_object_construct::__construct(), 0 passed and…
151 Exception: Too few arguments to function mysqli_fetch_object_construct::__construct(), 1 passed and…
H A Dmysqli_field_tell.phpt34 if (!is_null($tmp = @mysqli_field_tell($res, 'too many arguments')))
H A Dmysqli_get_proto_info.phpt23 if (!is_null($tmp = @mysqli_get_proto_info('too many', 'arguments')))
H A Dmysqli_get_server_info.phpt23 if (!is_null($tmp = @mysqli_get_server_info('too', 'many arguments')))
/PHP-7.4/build/
H A Dlibtool.m4223 # Allow CC to be a program name with arguments.
807 [# find the maximum length of command line arguments
808 AC_MSG_CHECKING([the maximum length of command line arguments])
824 # no limit to the length of command line arguments.
907 # amounts of additional arguments before passing them to the linker.
1371 # flags to be left without arguments
2636 # --enable-ltdl-convenience to the configure arguments. Note that
2661 # --enable-ltdl-install to the configure arguments. Note that
2863 # Allow CC to be a program name with arguments.
/PHP-7.4/win32/build/
H A Dphpize.js.in174 // Process buildconf arguments
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug62474.phpt2 Bug #62474 (com_event_sink crashes on certain arguments)
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt56 // Invalid arguments (zpp failure)
/PHP-7.4/ext/soap/
H A Dsoap.c63 …his_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval *arguments, int arg_count, …
323 ZEND_ARG_INFO(0, arguments)
328 ZEND_ARG_INFO(0, arguments)
4195 …his_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval *arguments, int arg_count, … argument
4283 param = serialize_parameter(parameter, &arguments[i], i, NULL, use, method);
4285 param = serialize_parameter(parameter, &arguments[i], i, NULL, use, body);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
H A Dgetservbyport_variation1.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt33 //zero arguments
39 //invalid arguments
48 //zero arguments
54 //invalid arguments
H A Dsymlink_link_linkinfo_is_link_error2.phpt33 //zero arguments
39 //invalid arguments
49 //zero arguments
55 //invalid arguments
H A Dunlink_error-win32-mb.phpt28 echo "-- Testing unlink() on unexpected no. of arguments --\n";
35 echo "\n-- Testing unlink() on invalid arguments --\n";
36 // invalid arguments
71 -- Testing unlink() on unexpected no. of arguments --
80 -- Testing unlink() on invalid arguments --
/PHP-7.4/ext/standard/
H A Dbasic_functions.c114 zval *arguments; member
5062 efree(tick_function_entry->arguments);
5094 zval *function = &tick_fe->arguments[0];
5104 tick_fe->arguments + 1
5137 zval *func1 = &tick_fe1->arguments[0];
5138 zval *func2 = &tick_fe2->arguments[0];
5841 efree(tick_fe.arguments);
5846 efree(tick_fe.arguments);
5854 if (Z_TYPE(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE(tick_fe.arguments[0]) != IS_OBJECT) {
5867 Z_TRY_ADDREF(tick_fe.arguments[i]);
[all …]

Completed in 107 milliseconds

12345678910>>...39