Home
last modified time | relevance | path

Searched refs:args (Results 176 – 200 of 676) sorted by relevance

12345678910>>...28

/PHP-7.3/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()
/PHP-7.3/ext/standard/tests/strings/
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);
H A Dvfprintf_variation16_64bit.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);
H A Dvfprintf_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
72 foreach($args_array as $args) {
74 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
72 foreach($args_array as $args) {
74 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
70 foreach($args_array as $args) {
72 vfprintf($fp, $formats, $args);
H A Dvprintf_variation14.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 $result = vprintf($formats, $args);
H A Dvprintf_variation14_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 $result = vprintf($formats, $args);
H A Dvsprintf_variation14.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation14_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 var_dump( vsprintf($formats, $args) );
H A Dvfprintf_variation1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
33 function writeAndDump($fp, $format, $args)
36 $length = vfprintf( $fp, $format, $args );
/PHP-7.3/ext/gd/libgd/
H A Dgd_xbm.c168 va_list args; in gdCtxPrintf() local
170 va_start(args, format); in gdCtxPrintf()
171 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
172 va_end(args); in gdCtxPrintf()
H A Dgdkanji.c62 va_list args; in debug() local
64 va_start (args, format); in debug()
66 vfprintf (stdout, format, args); in debug()
68 va_end (args); in debug()
75 va_list args; in error() local
78 va_start(args, format); in error()
79 vspprintf(&tmp, 0, format, args); in error()
80 va_end(args); in error()
/PHP-7.3/ext/opcache/tests/opt/
H A Dsccp_022.phpt21 $_main: ; (lines=1, args=0, vars=0, tmps=0)
26 foo: ; (lines=11, args=1, vars=2, tmps=1)
H A Dsccp_006.phpt18 $_main: ; (lines=1, args=0, vars=0, tmps=0)
23 foo: ; (lines=8, args=1, vars=2, tmps=1)
/PHP-7.3/Zend/tests/
H A Dbug76047.phpt46 ["args"]=>
64 ["args"]=>
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp390 HashTable *args, in umsg_format_helper() argument
394 int arg_count = zend_hash_num_elements(args); in umsg_format_helper()
419 ZEND_HASH_FOREACH_KEY_VAL(args, num_index, str_index, elem) { in umsg_format_helper()
643 #define cleanup_zvals() for(int j=i;j>=0;j--) { zval_ptr_dtor((*args)+i); }
654 *args = (zval *)safe_emalloc(*count, sizeof(zval), 0); in umsg_parse_helper()
666 ZVAL_DOUBLE(&(*args)[i], aDate); in umsg_parse_helper()
670 ZVAL_DOUBLE(&(*args)[i], (double)fargs[i].getDouble()); in umsg_parse_helper()
674 ZVAL_LONG(&(*args)[i], fargs[i].getLong()); in umsg_parse_helper()
680 ZVAL_DOUBLE(&(*args)[i], (double)aInt64); in umsg_parse_helper()
682 ZVAL_LONG(&(*args)[i], (zend_long)aInt64); in umsg_parse_helper()
[all …]
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c177 zval *args; in xsl_ext_function_php() local
232 ZVAL_NULL(&args[i]); in xsl_ext_function_php()
248 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
254 array_init(&args[i]); in xsl_ext_function_php()
284 ZVAL_EMPTY_ARRAY(&args[i]); in xsl_ext_function_php()
290 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
298 fci.params = args; in xsl_ext_function_php()
311 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
313 efree(args); in xsl_ext_function_php()
369 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Donigposix.h92 # define P_(args) args argument
94 # define P_(args) () argument
H A Dst.h36 # define _(args) args argument

Completed in 43 milliseconds

12345678910>>...28