Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt38 echo "\nMethod with args:\n";
66 Method with args:
/PHP-7.1/Zend/tests/
H A Dbug38220.phpt25 function __call($method, $args) {
32 call_user_func_array(array($drv, $method), $args);
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.1/ext/standard/tests/file/
H A Dis_file_error.phpt12 var_dump( is_file() ); // Zero No. of args
14 /* no of args > expected */
/PHP-7.1/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
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c174 zval *funcname, *class, class_zv, *type, *args, *argstmp; in phpdbg_dump_prototype() local
189 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype()
193 if (args) { in phpdbg_dump_prototype()
201 if (args) { in phpdbg_dump_prototype()
216 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args), argstmp) { in phpdbg_dump_prototype()
/PHP-7.1/Zend/tests/variadic/
H A Dby_ref_error.phpt6 function test(&... $args) { }
H A Dno_default_error.phpt6 function test(...$args = 123) {}
/PHP-7.1/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.1/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.1/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt19 // args more than expected
26 // args more than expected
/PHP-7.1/ext/spl/tests/
H A Dspl_heap_count_error.phpt2 SPL: Priority queue count, illegal number of args
/PHP-7.1/Zend/
H A Dzend.c1078 va_list args; in zend_error() local
1173 va_start(args, format); in zend_error()
1179 va_end(args); in zend_error()
1185 va_start(args, format); in zend_error()
1216 va_copy(usr_copy, args); in zend_error()
1294 va_end(args); in zend_error()
1413 va_list args; in zend_output_debug_string() local
1415 va_start(args, format); in zend_output_debug_string()
1420 vsnprintf(output_buf, 1024, format, args); in zend_output_debug_string()
1428 vfprintf(stderr, format, args); in zend_output_debug_string()
[all …]
/PHP-7.1/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.1/win32/build/
H A Dbuildconf.js182 args = WScript.Arguments;
184 for (i = 0; i < args.length; i++) {
185 arg = args(i);
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_trampoline.phpt6 public function __call($name, $args) {
/PHP-7.1/ext/imap/tests/
H A DREADME32 args = /etc/dovecot/dovecotpass
36 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n

Completed in 50 milliseconds

12345678910>>...26