Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation12_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_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
71 foreach($args_array as $args) {
73 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation16_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
71 foreach($args_array as $args) {
73 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
70 foreach($args_array as $args) {
72 vfprintf($fp, $formats, $args);
H A Dvprintf_variation14_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 $result = vprintf($formats, $args);
H A Dvsprintf_variation14_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 var_dump( vsprintf($formats, $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 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) );
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);
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c163 va_list args; in gdCtxPrintf() local
165 va_start(args, format); in gdCtxPrintf()
166 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
167 va_end(args); in gdCtxPrintf()
H A Dgdkanji.c62 va_list args; in debug() local
64 va_start (args, format); in debug()
66 vfprintf (stdout, format, args); in debug()
68 va_end (args); in debug()
75 va_list args; in error() local
79 va_start(args, format); in error()
80 vspprintf(&tmp, 0, format, args); in error()
81 va_end(args); in error()
/PHP-5.5/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.5/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.5/ext/mbstring/oniguruma/
H A Dst.h36 # define _(args) args argument
/PHP-5.5/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
/PHP-5.5/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.5/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.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
/PHP-5.5/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()

Completed in 52 milliseconds

12345678910>>...24