Home
last modified time | relevance | path

Searched refs:args (Results 76 – 100 of 587) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_error1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
21 $args = array( 1, 2 );
23 var_dump( vfprintf( $fp, $format, $args, $extra_arg ) );
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 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_error.phpt5 /* Prototype : int vprintf(string $format , array $args)
14 $args = array("hello");
25 var_dump( vprintf($format, $args, $extra_arg) );
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 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 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_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 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_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 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);
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_error_001.phpt2 Test base64_encode() function : error conditions - wrong number of args
11 echo "*** Testing base64_encode() : error conditions - wrong number of args ***\n";
26 *** Testing base64_encode() : error conditions - wrong number of args ***
/PHP-5.5/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-5.5/Zend/tests/
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
/PHP-5.5/ext/ldap/tests/
H A Dldap_err2str_error.phpt10 // Too few args
13 // Too many args
/PHP-5.5/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 50 milliseconds

12345678910>>...24