Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.6/ext/standard/tests/strings/
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
H A Dvprintf_variation3.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation15.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation15_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation3.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt19 // args more than expected
26 // args more than expected
/PHP-5.6/Zend/tests/
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-5.6/sapi/milter/
H A Dphp_milter.h28 void **args; member
/PHP-5.6/ext/standard/
H A Dscanf.c580 int argCount, zval ***args, in php_sscanf_internal() argument
627 if ( ! PZVAL_IS_REF( *args[ i ] ) ) { in php_sscanf_internal()
748 current = args[objIndex++]; in php_sscanf_internal()
872 current = args[objIndex++]; in php_sscanf_internal()
916 current = args[objIndex++]; in php_sscanf_internal()
1070 current = args[objIndex++]; in php_sscanf_internal()
1080 current = args[objIndex++]; in php_sscanf_internal()
1185 current = args[objIndex++]; in php_sscanf_internal()
/PHP-5.6/ext/spl/tests/
H A Dspl_heap_count_error.phpt2 SPL: Priority queue count, illegal number of args
H A DsplDoublyLinkedList_shift_noParams.phpt2 Checks that the shift() method of DoublyLinkedList does not accept args.
H A DSplDoublyLinkedList_pop_noParams.phpt2 Checks that the pop() method of DoublyLinkedList does not accept args.
/PHP-5.6/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-5.6/ext/com_dotnet/
H A Dcom_com.c465 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC) in php_com_do_invoke_byref()
510 php_com_variant_from_zval(&byref_vals[j], *args[nargs - i - 1], obj->code_page TSRMLS_CC); in php_com_do_invoke_byref()
525 php_com_variant_from_zval(&vargs[i], *args[nargs - i - 1], obj->code_page TSRMLS_CC); in php_com_do_invoke_byref()
532 php_com_variant_from_zval(&vargs[i], *args[nargs - i - 1], obj->code_page TSRMLS_CC); in php_com_do_invoke_byref()
555 SEPARATE_ZVAL_IF_NOT_REF(args[nargs - i - 1]); in php_com_do_invoke_byref()
563 php_com_zval_from_variant(*args[nargs - i - 1], &byref_vals[j], in php_com_do_invoke_byref()
569 php_com_zval_from_variant(*args[nargs - i - 1], &vargs[i], in php_com_do_invoke_byref()
586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) in php_com_do_invoke_by_id() argument
600 php_com_variant_from_zval(&vargs[i], args[nargs - i - 1], obj->code_page TSRMLS_CC); in php_com_do_invoke_by_id()
633 WORD flags, VARIANT *v, int nargs, zval **args, int allow_noarg TSRMLS_DC) in php_com_do_invoke() argument
[all …]
/PHP-5.6/ext/ereg/tests/
H A Dereg_error_001.phpt2 Test ereg() function : error conditions - wrong number of args
12 * Test wrong number of args
H A Deregi_error_001.phpt2 Test eregi() function : error conditions - wrong number of args
12 * Test wrong number of args
/PHP-5.6/ext/standard/tests/file/
H A Dglob_error.phpt20 var_dump( glob() ); // args < expected
21 var_dump( glob(dirname(__FILE__)."/glob_error/wonder12345", GLOB_ERR, 3) ); // args > expected
/PHP-5.6/ext/imap/tests/
H A DREADME33 args = /etc/dovecot/dovecotpass
37 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregerror.c333 va_list args; local
335 va_init_list(args, fmt);
336 n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args);
337 va_end(args);

Completed in 37 milliseconds

12345678910>>...25