Home
last modified time | relevance | path

Searched refs:args (Results 201 – 225 of 619) sorted by relevance

12345678910>>...25

/PHP-7.0/Zend/tests/variadic/
H A Dby_ref_error.phpt6 function test(&... $args) { }
H A Dno_default_error.phpt6 function test(...$args = 123) {}
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation20.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
18 $args = array(1, 2);
96 vfprintf($fp, $value, $args);
H A Dvprintf_variation1.phpt5 /* Prototype : string vprintf(string $format, array $args)
18 $args = array(1, 2);
91 $result = vprintf($value,$args);
H A Dvsprintf_variation1.phpt5 /* Prototype : string vsprintf(string $format, array $args)
18 $args = array(1, 2);
91 var_dump( vsprintf($value,$args) );
H A Dvsprintf_variation19.phpt9 /* Prototype : string vsprintf(string $format , array $args)
31 // initializing the args array
H A Dvsprintf_variation19_64bit.phpt9 /* Prototype : string vsprintf(string $format , array $args)
31 // initializing the args array
H A Dstrtr_variation4.phpt46 //strtr() call in three args syntax form
49 //strtr() call in two args syntax form
H A Dvprintf_variation15.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation15_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation19.phpt9 /* Prototype : string vprintf(string $format , array $args)
31 // initializing the args array
H A Dvprintf_variation19_64bit.phpt9 /* Prototype : string vprintf(string $format , array $args)
31 // initializing the args array
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt16 echo "In constructor of class B with args $a, $b\n";
89 In constructor of class B with args ,
90 In constructor of class B with args x, 123
H A DReflectionClass_newInstance_001.phpt16 echo "In constructor of class B with args $a, $b\n";
89 In constructor of class B with args ,
90 In constructor of class B with args x, 123
/PHP-7.0/ext/standard/
H A Dscanf.h45 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
H A Dscanf.c579 int argCount, zval *args, in php_sscanf_internal() argument
626 if ( ! Z_ISREF(args[ i ] ) ) { in php_sscanf_internal()
744 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
863 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
904 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1058 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1068 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1173 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
/PHP-7.0/Zend/tests/
H A Dbug47880.phpt8 $backtrace[1]['args'][1] = 'bomb';
H A Dbug63762.phpt26 'args' => NULL
50 Warning: args element is no array in %s on line %d
H A Dmagic_by_ref_006.phpt7 function __call(&$name, $args) { }
/PHP-7.0/ext/spl/tests/
H A Dspl_heap_count_error.phpt2 SPL: Priority queue count, illegal number of args
/PHP-7.0/ext/standard/tests/array/
H A D001.phpt16 function make_nested_array ($depth, $breadth, $function = NULL, $args = array ()) {
21 $array = array (call_user_func_array ($function, $args));
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt19 // args more than expected
26 // args more than expected
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt22 $args = array(
31 $csr = openssl_csr_new($dn, $privkey, $args);
32 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
/PHP-7.0/win32/build/
H A Dbuildconf.js182 args = WScript.Arguments;
184 for (i = 0; i < args.length; i++) {
185 arg = args(i);
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_trampoline.phpt6 public function __call($name, $args) {

Completed in 141 milliseconds

12345678910>>...25