Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.6/Zend/tests/
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.6/ext/standard/tests/general_functions/
H A D010.phpt9 function __call($name=null, $args=null) {
/PHP-5.6/Zend/tests/arg_unpack/
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/PHP-5.6/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.6/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.6/win32/build/
H A Dbuildconf.js183 args = WScript.Arguments;
185 for (i = 0; i < args.length; i++) {
186 arg = args(i);
/PHP-5.6/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-5.6/ext/standard/tests/strings/
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
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 Dstrtr_variation1.phpt49 //strtr() call in three args syntax form
52 //strtr() call in two args syntax form
H A Dstrtr_variation2.phpt53 //strtr() call in three args syntax form
56 //strtr() call in two args syntax form
/PHP-5.6/Zend/
H A Dzend_exceptions.c405 static int _build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in _build_trace_args() argument
410 str = va_arg(args, char**); in _build_trace_args()
411 len = va_arg(args, int*); in _build_trace_args()
551 static int _build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *h… in _build_trace_string() argument
564 str = va_arg(args, char**); in _build_trace_string()
565 len = va_arg(args, int*); in _build_trace_string()
566 num = va_arg(args, int*); in _build_trace_string()
900 va_list args; in zend_error_va() local
902 va_start(args, format); in zend_error_va()
903 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.6/ext/wddx/
H A Dwddx.c1245 zval ***args = NULL; in PHP_FUNCTION() local
1257 if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { in PHP_FUNCTION()
1258 convert_to_string_ex(args[i]); in PHP_FUNCTION()
1260 php_wddx_add_var(packet, *args[i]); in PHP_FUNCTION()
1266 efree(args); in PHP_FUNCTION()
1347 zval ***args = NULL; in PHP_FUNCTION() local
1356 efree(args); in PHP_FUNCTION()
1361 efree(args); in PHP_FUNCTION()
1366 if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { in PHP_FUNCTION()
1367 convert_to_string_ex(args[i]); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt2 IntlBreakIterator::getLastCodePoint(): bad args
/PHP-5.6/ext/spl/tests/
H A Dpqueue_compare_error.phpt2 SPL: Priority queue compare, illegal number of args
/PHP-5.6/ext/standard/tests/file/
H A Dclearstatcache_error.phpt11 var_dump( clearstatcache(0, "/foo/bar", 1) ); //No.of args more than expected

Completed in 45 milliseconds

12345678910>>...25