Home
last modified time | relevance | path

Searched refs:args (Results 151 – 175 of 560) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/strings/
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 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_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_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 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_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 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 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_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_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_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_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);
/PHP-7.4/ext/standard/tests/file/
H A Dstat_error-win32.phpt20 var_dump( stat() ); // args < expected
21 var_dump( stat(__FILE__, 2) ); // file, args > expected
22 var_dump( stat(__DIR__, 2) ); //dir, args > expected
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt66 Usage: %s [options] [-f] <file> [--] [args...]
70 Usage: %s [options] [-f] <file> [--] [args...]
74 Usage: %s [options] [-f] <file> [--] [args...]
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_008.phpt23 $_main: ; (lines=1, args=0, vars=0, tmps=0)
28 foo: ; (lines=8, args=1, vars=2, tmps=1)
H A Dsccp_022.phpt22 $_main: ; (lines=1, args=0, vars=0, tmps=0)
27 foo: ; (lines=11, args=1, vars=2, tmps=1)
H A Dsccp_026.phpt22 $_main: ; (lines=1, args=0, vars=0, tmps=0)
27 test: ; (lines=9, args=1, vars=2, tmps=1)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt27 $args = array(
36 $csr = openssl_csr_new($dn, $privkey_file, $args);
/PHP-7.4/Zend/tests/
H A Dbug76047.phpt46 ["args"]=>
64 ["args"]=>
/PHP-7.4/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()

Completed in 33 milliseconds

12345678910>>...23