Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/ereg/tests/
H A Deregi_error_001.phpt2 Test eregi() function : error conditions - wrong number of args
12 * Test wrong number of args
/PHP-5.5/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.5/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);
/PHP-5.5/Zend/tests/
H A Dmagic_by_ref_006.phpt7 function __call(&$name, $args) { }
H A Dmagic_by_ref_007.phpt7 function __call($name, &$args) { }
H A Dbug47801.phpt8 function __call($name, $args)
H A Dbug32429.phpt15 public function __call($name, $args) {
/PHP-5.5/ext/spl/tests/
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.
H A Dpqueue_compare_error.phpt2 SPL: Priority queue compare, illegal number of args
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp43 ***args = &args_a[0]; in _php_intlgregcal_constructor_body() local
53 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
59 variant > 0 && Z_TYPE_PP(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-5.5/ext/standard/tests/array/
H A Drange_errors.phpt25 var_dump( range() ); // No.of args = 0
26 var_dump( range(1) ); // No.of args < expected
27 var_dump( range(1,2,3,4) ); // No.of args > expected
/PHP-5.5/win32/build/
H A Dbuildconf.js183 args = WScript.Arguments;
185 for (i = 0; i < args.length; i++) {
186 arg = args(i);
/PHP-5.5/ext/standard/tests/general_functions/
H A D010.phpt9 function __call($name=null, $args=null) {
/PHP-5.5/Zend/
H A Dzend_exceptions.c397 static int _build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in _build_trace_args() argument
402 str = va_arg(args, char**); in _build_trace_args()
403 len = va_arg(args, int*); in _build_trace_args()
543 static int _build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *h… in _build_trace_string() argument
556 str = va_arg(args, char**); in _build_trace_string()
557 len = va_arg(args, int*); in _build_trace_string()
558 num = va_arg(args, int*); in _build_trace_string()
876 va_list args; in zend_error_va() local
878 va_start(args, format); in zend_error_va()
879 zend_error_cb(type, file, lineno, format, args); in zend_error_va()
[all …]
H A Dzend_llist.c242 va_list args; in zend_llist_apply_with_arguments() local
244 va_start(args, num_args); in zend_llist_apply_with_arguments()
246 func(element->data, num_args, args TSRMLS_CC); in zend_llist_apply_with_arguments()
248 va_end(args); in zend_llist_apply_with_arguments()
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation17.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * are passed to the '$format' and '$args' arguments of the function
H A Dvsprintf_variation5.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation11.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation11_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation5.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation11.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation11_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt2 IntlBreakIterator::getLastCodePoint(): bad args
/PHP-5.5/ext/standard/tests/file/
H A Dclearstatcache_error.phpt11 var_dump( clearstatcache(0, "/foo/bar", 1) ); //No.of args more than expected

Completed in 38 milliseconds

12345678910>>...24