Home
last modified time | relevance | path

Searched refs:args (Results 226 – 250 of 632) sorted by relevance

12345678910>>...26

/PHP-7.1/ext/standard/tests/strings/
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
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-7.1/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-7.1/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-7.1/ext/standard/tests/
H A Dbug75220.phpt19 function __call($func, $args)
/PHP-7.1/ext/spl/tests/
H A DSplDoublyLinkedList_pop_noParams.phpt2 Checks that the pop() method of DoublyLinkedList does not accept args.
H A DsplDoublyLinkedList_shift_noParams.phpt2 Checks that the shift() method of DoublyLinkedList does not accept args.
/PHP-7.1/Zend/tests/
H A Dbug71474.phpt6 function __call($name, $args) {
H A Dmagic_by_ref_007.phpt7 function __call($name, &$args) { }
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp404 *args = args_a; in PHP_FUNCTION() local
411 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
417 args++; in PHP_FUNCTION()
420 while (variant > 2 && Z_TYPE(args[variant - 1]) == IS_NULL) { in PHP_FUNCTION()
434 if (Z_LVAL(args[i]) < INT32_MIN || Z_LVAL(args[i]) > INT32_MAX) { in PHP_FUNCTION()
468 *args = args_a; in PHP_FUNCTION() local
473 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
479 args++; in PHP_FUNCTION()
481 if (!Z_ISUNDEF(args[1]) && (Z_TYPE(args[1]) == IS_TRUE || Z_TYPE(args[1]) == IS_FALSE)) { in PHP_FUNCTION()
489 bool_variant_val = Z_TYPE(args[1]) == IS_TRUE? 1 : 0; in PHP_FUNCTION()
H A Dgregoriancalendar_methods.cpp46 *args = &args_a[0]; in _php_intlgregcal_constructor_body() local
57 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
67 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.1/ext/json/tests/
H A Djson_last_error_error.phpt10 var_dump(json_last_error('some', 4, 'args', 'here'));
H A Djson_last_error_msg_error.phpt10 var_dump(json_last_error_msg('some', 4, 'args', 'here'));
/PHP-7.1/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h110 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg);
112 WORD flags, VARIANT *v, int nargs, zval *args, int allow_noarg);
114 WORD flags, VARIANT *v, int nargs, zval *args);

Completed in 56 milliseconds

12345678910>>...26