Home
last modified time | relevance | path

Searched refs:args (Results 476 – 500 of 545) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.3/ext/standard/tests/strings/
H A Dstrspn_variation10.phpt2 Test strspn() function : usage variations - with varying mask & default start and len args
H A Ducfirst.phpt129 /* More than expected no. of args */
H A Dprintf_variation1.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dstrspn_variation4.phpt92 var_dump( strspn($str,$mask,$start,$value) ); // with all args
H A Dstrcspn_variation4.phpt92 var_dump( strcspn($str,$mask,$start,$value) ); // with all args
H A Dlcfirst.phpt158 /* More than expected no. of args */
/PHP-5.3/ext/standard/tests/file/
H A Dunlink_error-win32.phpt29 // args > expected
H A Dunlink_error.phpt29 // args > expected
H A Drename_variation13.phpt26 /* Invalid args */
H A Dftruncate_error.phpt44 /* loop to test ftruncate() with different invalid type of args */
H A Drename_variation13-win32.phpt19 /* Invalid args */
/PHP-5.3/ext/standard/tests/array/
H A Dcount_recursive.phpt118 var_dump( count() ); // No. of args = 0
119 var_dump( count(array(), COUNT_NORMAL, 100) ); // No. of args > expected
H A Deach.phpt87 var_dump( each() ); // args = 0
88 var_dump( each($null_array, $null_array) ); // args > expected
H A Darray_slice.phpt23 /* Zero args */
27 /* Single args */
31 /* More than valid no. of args (ie. >4 ) */
H A D009.phpt90 // args more than expected, expected 1 argument
97 // invalid args type, valid arguement: array
/PHP-5.3/sapi/apache/
H A Dphp_apache.c503 if (rr->args) { in PHP_FUNCTION()
504 add_property_string(return_value,"args", rr->args, 1); in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re618 zval **args[1];
672 args[0] = &arg_func_name;
675 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML…
H A Dvar_unserializer.c560 zval **args[1]; in php_var_unserialize() local
614 args[0] = &arg_func_name; in php_var_unserialize()
617 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c1080 zval **args[5]; local
1102 convert_to_string_ex(args[i]);
1104 smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
1110 connstring = Z_STRVAL_PP(args[0]);
1112 connstring = Z_STRVAL_PP(args[0]);
1113 convert_to_long_ex(args[1]);
1114 connect_type = Z_LVAL_PP(args[1]);
1116 host = Z_STRVAL_PP(args[0]);
1117 port = Z_STRVAL_PP(args[1]);
1122 tty = Z_STRVAL_PP(args[3]);
[all …]
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c415 zval **args[5]; in _call_message_handler() local
423 args[0] = &msgnumber; in _call_message_handler()
427 args[1] = &severity; in _call_message_handler()
431 args[2] = &state; in _call_message_handler()
435 args[3] = &line; in _call_message_handler()
439 args[4] = &text; in _call_message_handler()
441 …if (call_user_function_ex(EG(function_table), NULL, callback_name, &retval, 5, args, 0, NULL TSRML… in _call_message_handler()
/PHP-5.3/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
76 // isset() with two args, both args already unset, expected: bool(false);
127 // calling isset with more args
169 // call isset() with two args, both set
180 // call isset() with two args, but one set
184 // now the isset() with both the args as unset
/PHP-5.3/Zend/
H A Dzend_hash.c716 va_list args; in zend_hash_apply_with_arguments() local
726 va_start(args, num_args); in zend_hash_apply_with_arguments()
730 result = apply_func(p->pData TSRMLS_CC, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
738 va_end(args); in zend_hash_apply_with_arguments()
741 va_end(args); in zend_hash_apply_with_arguments()
/PHP-5.3/main/
H A Dphp.h292 …t char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTR…
/PHP-5.3/
H A Dltmain.sh711 args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
714 for arg in $args; do
1794 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
1797 for flag in $args; do
1812 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
1815 for flag in $args; do
6477 args=
6498 args="$args \"$file\""
6516 exec_cmd="\$cmd$args"
6523 $echo "$cmd$args"
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c135 ADD_STRING(args); in PHP_FUNCTION()

Completed in 80 milliseconds

1...<<11121314151617181920>>...22