Home
last modified time | relevance | path

Searched refs:args (Results 126 – 150 of 632) sorted by relevance

12345678910>>...26

/PHP-7.1/ext/standard/tests/strings/
H A Dvprintf_variation16_64bit.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);
H A Dvprintf_variation4.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
H A Dvprintf_variation4_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
H A Dvsprintf_variation12.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation12_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation16.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation16_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation4.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation4_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvfprintf_basic.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
15 function writeAndDump($fp, $format, $args)
18 $length = vfprintf( $fp, $format, $args );
H A Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with default start and len args
13 * Testing strcspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
56 *** Testing strcspn() : with different str and default start and len args ***
H A Dstrspn_variation9.phpt2 Test strspn() function : usage variations - different strings with default start and len args
13 * Testing strspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strspn() : with different str and default start and len args ***\n";
56 *** Testing strspn() : with different str and default start and len args ***
H A Dvfprintf_variation10.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation12.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
78 foreach($args_array as $args) {
80 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation12_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
78 foreach($args_array as $args) {
80 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
71 foreach($args_array as $args) {
73 vfprintf($fp, $formats, $args);
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_error1.phpt21 echo "\nMethod with args:\n";
26 Method with args:
/PHP-7.1/Zend/tests/
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
/PHP-7.1/ext/com_dotnet/
H A Dcom_saproxy.c100 zval *args; in saproxy_read_dimension() local
105 args = safe_emalloc(proxy->dimensions + 1, sizeof(zval), 0); in saproxy_read_dimension()
108 args[i-1] = proxy->indices[i]; in saproxy_read_dimension()
110 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_read_dimension()
117 proxy->dimensions, args, 0); in saproxy_read_dimension()
217 zval *args = safe_emalloc(proxy->dimensions + 2, sizeof(zval), 0); in saproxy_write_dimension() local
220 ZVAL_COPY_VALUE(&args[i-1], &proxy->indices[i]); in saproxy_write_dimension()
222 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_write_dimension()
223 ZVAL_COPY_VALUE(&args[i], value); in saproxy_write_dimension()
229 args, 0)) { in saproxy_write_dimension()
[all …]
/PHP-7.1/Zend/tests/arg_unpack/
H A Dbasic.phpt6 function test(...$args) {
7 var_dump($args);
/PHP-7.1/ext/standard/tests/file/
H A Dis_executable_error.phpt10 var_dump( is_executable() ); // args < expected no of arguments
12 var_dump( is_executable(1, 2) ); // args > expected no. of arguments
H A Dis_readable_error.phpt10 var_dump( is_readable() ); // args < expected
11 var_dump( is_readable(1, 2) ); // args > expected
H A Dstat_error-win32.phpt20 var_dump( stat() ); // args < expected
21 var_dump( stat(__FILE__, 2) ); // file, args > expected
22 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
/PHP-7.1/ext/mbstring/oniguruma/
H A Donigposix.h92 # define P_(args) args argument
94 # define P_(args) () argument
/PHP-7.1/ext/zip/lib/
H A Dzip_source_crc.c180 …zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); in crc_read() local
182 if (args == NULL) { in crc_read()
185 …if (zip_source_seek(src, args->offset, args->whence) < 0 || (new_position = zip_source_tell(src)) … in crc_read()

Completed in 29 milliseconds

12345678910>>...26