Home
last modified time | relevance | path

Searched refs:args (Results 151 – 175 of 615) sorted by relevance

12345678910>>...25

/PHP-5.6/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
33 function writeAndDump($fp, $format, $args)
36 $length = vfprintf( $fp, $format, $args );
H A Dvfprintf_variation14.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
78 foreach($args_array as $args) {
80 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation14_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
78 foreach($args_array as $args) {
80 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation18.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
67 foreach($args_array as $args) {
69 vfprintf($fp, $formats, $args);
H A Dvprintf_variation18.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
62 foreach($args_array as $args) {
64 $result = vprintf($formats, $args);
H A Dvsprintf_variation18.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
62 foreach($args_array as $args) {
64 var_dump( vsprintf($formats, $args) );
/PHP-5.6/ext/mbstring/oniguruma/
H A Dst.h36 # define _(args) args argument
/PHP-5.6/ext/standard/tests/math/
H A Dlcg_value_basic.phpt24 echo "\n lcg_value error cases..spurious args get ignored\n";
50 lcg_value error cases..spurious args get ignored
/PHP-5.6/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt10 echo "Function call args:\n";
26 Function call args:
H A Dfunc_get_args.001.phpt2 func_get_args with no args
H A Dfunc_num_args.001.phpt2 func_num_args with no args
H A Dfunc_num_args.002.phpt2 func_num_args with variable number of args
/PHP-5.6/ext/com_dotnet/
H A Dcom_saproxy.c105 zval **args; in saproxy_read_dimension() local
110 args = safe_emalloc(proxy->dimensions + 1, sizeof(zval *), 0); in saproxy_read_dimension()
113 args[i-1] = proxy->indices[i]; in saproxy_read_dimension()
115 args[i-1] = offset; in saproxy_read_dimension()
122 proxy->dimensions, args, 0 TSRMLS_CC); in saproxy_read_dimension()
222 zval **args = safe_emalloc(proxy->dimensions + 2, sizeof(zval *), 0); in saproxy_write_dimension() local
225 args[i-1] = proxy->indices[i]; in saproxy_write_dimension()
227 args[i-1] = offset; in saproxy_write_dimension()
228 args[i] = value; in saproxy_write_dimension()
234 args, 0 TSRMLS_CC)) { in saproxy_write_dimension()
[all …]
H A Dcom_handlers.c130 zval *args[2]; in com_write_dimension() local
137 args[0] = offset; in com_write_dimension()
138 args[1] = value; in com_write_dimension()
143 DISPATCH_METHOD|DISPATCH_PROPERTYPUT, &v, 2, args, 0, 0 TSRMLS_CC)) { in com_write_dimension()
369 zval ***args = NULL; in com_call_method() local
384 args = (zval ***)safe_emalloc(sizeof(zval *), nargs, 0); in com_call_method()
385 zend_get_parameters_array_ex(nargs, args); in com_call_method()
390 …e_byref(obj, (char*)method, -1, DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, nargs, args TSRMLS_CC)) { in com_call_method()
396 if (args) { in com_call_method()
397 efree(args); in com_call_method()
/PHP-5.6/ext/standard/tests/array/
H A Darray_key_exists.phpt72 //Zeor args
74 // first args as array
76 // second args as string
78 // second args a integer
80 // second args as NULL
82 // second args as boolean
84 // first args as boolean
86 // second args as float
88 // args more than expected
H A Darray_values_errors.phpt9 /* Invalid number of args */
11 var_dump( array_values(array(1,2,3), "") ); // No. of args > expected
/PHP-5.6/Zend/tests/arg_unpack/
H A Dinvalid_type.phpt6 function test(...$args) {
7 var_dump($args);
/PHP-5.6/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
/PHP-5.6/ext/interbase/
H A Dibase_service.c139 char buf[128], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_user() local
149 &res, &args[0], &args_len[0], &args[1], &args_len[1], &args[2], &args_len[2], in _php_ibase_user()
150 &args[3], &args_len[3], &args[4], &args_len[4])) { in _php_ibase_user()
160 if (args[i] != NULL) { in _php_ibase_user()
162 user_flags[i], (char)args_len[i], (char)(args_len[i] >> 8), args[i]); in _php_ibase_user()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c185 zval **args; in xsl_ext_function_php() local
241 MAKE_STD_ZVAL(args[i]); in xsl_ext_function_php()
243 ZVAL_NULL(args[i]); in xsl_ext_function_php()
259 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
264 array_init(args[i]); in xsl_ext_function_php()
300 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
304 fci.params[i] = &args[i]; in xsl_ext_function_php()
319 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
321 efree(args); in xsl_ext_function_php()
381 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dfilegroup_error.phpt19 var_dump( filegroup() ); // args < expected
20 var_dump( filegroup("/no/such/file", "root") ); // args > expected
H A Dfiletype_error.phpt19 /* No.of args less than expected */
22 /* No.of args greater than expected */
H A Dfpassthru_error.phpt17 /* No.of args less than expected */
20 /* No.of args greaer than expected */
H A Dfgetcsv_error.phpt15 // more than expected no. of args
35 /* loop to test fgetcsv() with different invalid type of args */
38 var_dump( fgetcsv($invalid_args[$loop_counter - 1]) ); // with default args
39 …etcsv($invalid_args[$loop_counter - 1], $len, $delim, $enclosure, $escape) ); // all args specified
H A Dfputcsv_error.phpt16 // more than expected no. of args
35 /* loop to test fputcsv() with different invalid type of args */
38 var_dump( fputcsv($invalid_args[$loop_counter - 1]) ); // with default args
39 …var_dump( fputcsv($invalid_args[$loop_counter - 1], $fields, $delim, $enclosure) ); // all args sp…

Completed in 58 milliseconds

12345678910>>...25