Home
last modified time | relevance | path

Searched refs:args (Results 101 – 125 of 632) sorted by relevance

12345678910>>...26

/PHP-7.1/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt6 function test(...$args) {
7 var_dump($args);
/PHP-7.1/ext/standard/tests/strings/
H A Dvsprintf_variation6.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
62 foreach($args_array as $args) {
64 var_dump( vsprintf($formats, $args) );
H A Dvprintf_error.phpt5 /* Prototype : int vprintf(string $format , array $args)
14 $args = array("hello");
25 var_dump( vprintf($format, $args, $extra_arg) );
H A Dvsprintf_error.phpt5 /* Prototype : string vsprintf(string $format , array $args)
14 $args = array("hello");
25 var_dump( vsprintf($format, $args, $extra_arg) );
H A Dvprintf_variation6.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
62 foreach($args_array as $args) {
64 $result = vprintf($formats, $args);
H A Dvprintf_variation8.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
65 foreach($args_array as $args) {
67 $result = vprintf($formats, $args);
H A Dvsprintf_variation10.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
69 foreach($args_array as $args) {
71 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation8.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
65 foreach($args_array as $args) {
67 var_dump( vsprintf($formats, $args) );
H A Dvfprintf_variation6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
67 foreach($args_array as $args) {
69 vfprintf($fp, $formats, $args);
H A Dvprintf_variation10.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
69 foreach($args_array as $args) {
71 $result = vprintf($formats, $args);
H A Dvprintf_variation12.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 $result = vprintf($formats, $args);
H A Dvprintf_variation12_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 $result = vprintf($formats, $args);
H A Dvprintf_variation16.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
/PHP-7.1/Zend/tests/
H A Dbug72598.phpt11 $args = [&$this];
13 $a = array_slice($args, 0, 1);
H A Dbug72598_2.phpt13 $args = [&$b];
16 $a = array_slice($args, 0, 1);
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
/PHP-7.1/ext/zip/lib/
H A Dzip_source_win32handle.c258 zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); in _win32_read_file() local
260 if (args == NULL) in _win32_read_file()
265 switch (args->whence) { in _win32_read_file()
267 new_current = args->offset; in _win32_read_file()
275 if (_zip_seek_win32(ctx->h, args->offset, SEEK_END, &ctx->error) < 0) { in _win32_read_file()
287 new_current = (zip_int64_t)ctx->end + args->offset; in _win32_read_file()
291 new_current = (zip_int64_t)ctx->current + args->offset; in _win32_read_file()
315 zip_source_args_seek_t *args; in _win32_read_file() local
317 args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); in _win32_read_file()
318 if (args == NULL) { in _win32_read_file()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dreadlink_realpath_error.phpt19 var_dump( readlink() ); // args < expected
20 var_dump( readlink(__FILE__, 2) ); // args > expected
32 var_dump( realpath() ); // args < expected
33 var_dump( realpath(1, 2) ); // args > expected
H A Dpathinfo_error.phpt11 var_dump( pathinfo() ); /* args < expected */
12 var_dump( pathinfo("/home/1.html", 1, 3) ); /* args > expected */
H A Drealpath_error-win32.phpt16 var_dump( realpath() ); // args < expected
17 var_dump( realpath(1, 2) ); // args > expected
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt17 echo "\nMethod with args:\n";
22 Method with args:
/PHP-7.1/ext/intl/converter/
H A Dconverter.c179 if (TARGET_CHECK(args, 2)) { in php_converter_append_toUnicode_target()
187 if (TARGET_CHECK(args, 1)) { in php_converter_append_toUnicode_target()
188 *(args->target++) = (UChar)lval; in php_converter_append_toUnicode_target()
197 while((i != strlen) && TARGET_CHECK(args, 1)) { in php_converter_append_toUnicode_target()
200 *(args->target++) = c; in php_converter_append_toUnicode_target()
232 ZVAL_STRINGL(&zargs[1], args->source, args->sourceLimit - args->source); in php_converter_to_u_callback()
268 if (TARGET_CHECK(args, 1)) { in php_converter_append_fromUnicode_target()
269 *(args->target++) = Z_LVAL_P(val); in php_converter_append_fromUnicode_target()
275 if (TARGET_CHECK(args, vallen)) { in php_converter_append_fromUnicode_target()
276 memcpy(args->target, Z_STRVAL_P(val), vallen); in php_converter_append_fromUnicode_target()
[all …]
/PHP-7.1/ext/ldap/tests/
H A Dldap_err2str_error.phpt10 // Too few args
13 // Too many args
/PHP-7.1/ext/filter/tests/
H A D032.phpt15 $args = array(
34 $myinputs = filter_var_array($data, $args);
H A Dbug7586.phpt15 $args = array(
32 $out = filter_var_array($data, $args);

Completed in 45 milliseconds

12345678910>>...26