Home
last modified time | relevance | path

Searched refs:args (Results 126 – 150 of 566) sorted by relevance

12345678910>>...23

/PHP-5.4/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
15 function writeAndDump($fp, $format, $args)
18 $length = vfprintf( $fp, $format, $args );
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.4/ext/ereg/tests/
H A Dsplit_error_001.phpt2 Test split() function : error conditions - wrong number of args
11 echo "*** Testing split() : error conditions - wrong number of args ***\n";
30 *** Testing split() : error conditions - wrong number of args ***
/PHP-5.4/ext/standard/tests/file/
H A Dis_executable_error.phpt10 var_dump( is_executable() ); // args < expected no of arguments
12 var_dump( is_executable(1, 2) ); // args > expected no. of arguments
H A Dis_readable_error.phpt10 var_dump( is_readable() ); // args < expected
11 var_dump( is_readable(1, 2) ); // args > 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
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_error1.phpt21 echo "\nMethod with args:\n";
26 Method with args:
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c91 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter() argument
99 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
127 if (args > 0) { in sljit_emit_enter()
128 size = args * 3; in sljit_emit_enter()
135 if (args > 0) { in sljit_emit_enter()
140 if (args > 1) { in sljit_emit_enter()
145 if (args > 2) { in sljit_emit_enter()
151 if (args > 0) { in sljit_emit_enter()
156 if (args > 1) { in sljit_emit_enter()
161 if (args > 2) { in sljit_emit_enter()
[all …]
/PHP-5.4/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.4/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
/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.h31 # define _(args) args argument
/PHP-5.4/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.4/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.4/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.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
/PHP-5.4/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()
247 ZVAL_BOOL(args[i], obj->boolval); in xsl_ext_function_php()
255 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
260 array_init(args[i]); in xsl_ext_function_php()
296 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
300 fci.params[i] = &args[i]; in xsl_ext_function_php()
315 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
317 efree(args); in xsl_ext_function_php()
377 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
[all …]

Completed in 66 milliseconds

12345678910>>...23