Home
last modified time | relevance | path

Searched refs:args (Results 251 – 275 of 560) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/standard/tests/array/
H A Dbug74345.phpt7 public function __call($name, $args) {
/PHP-7.4/ext/json/tests/
H A Djson_last_error_msg_error.phpt10 var_dump(json_last_error_msg('some', 4, 'args', 'here'));
/PHP-7.4/Zend/tests/
H A Dbug47801.phpt8 function __call($name, $args)
H A Dbug32429.phpt15 public function __call($name, $args) {
H A Dbug19859.phpt7 function __call($method,$args)
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt2 IntlBreakIterator::getLastCodePoint(): bad args
H A Dsymfony_format_type_int32_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
H A Dsymfony_format_type_int64_intl1.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl2.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl8.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
/PHP-7.4/Zend/tests/arg_unpack/
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation11.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation11_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation11.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation11_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation17.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation5.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation5.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.h29 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args);
109 ssize_t zlog_stream_vformat(struct zlog_stream *stream, const char *fmt, va_list args);
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp53 *args = &args_a[0]; in _php_intlgregcal_constructor_body() local
64 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
74 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.4/win32/build/
H A Dbuildconf.js181 args = WScript.Arguments;
183 for (i = 0; i < args.length; i++) {
184 arg = args(i);

Completed in 41 milliseconds

1...<<11121314151617181920>>...23