Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/ext/standard/tests/strings/
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_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
72 foreach($args_array as $args) {
74 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
72 foreach($args_array as $args) {
74 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.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 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.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 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 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-7.1/ext/gd/libgd/
H A Dxbm.c167 va_list args; in gdCtxPrintf() local
169 va_start(args, format); in gdCtxPrintf()
170 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
171 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
78 va_start(args, format); in error()
79 vspprintf(&tmp, 0, format, args); in error()
80 va_end(args); in error()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp390 HashTable *args, in umsg_format_helper() argument
394 int arg_count = zend_hash_num_elements(args); in umsg_format_helper()
419 ZEND_HASH_FOREACH_KEY_VAL(args, num_index, str_index, elem) { in umsg_format_helper()
655 #define cleanup_zvals() for(int j=i;j>=0;j--) { zval_ptr_dtor((*args)+i); }
666 *args = (zval *)safe_emalloc(*count, sizeof(zval), 0); in umsg_parse_helper()
678 ZVAL_DOUBLE(&(*args)[i], aDate); in umsg_parse_helper()
682 ZVAL_DOUBLE(&(*args)[i], (double)fargs[i].getDouble()); in umsg_parse_helper()
686 ZVAL_LONG(&(*args)[i], fargs[i].getLong()); in umsg_parse_helper()
692 ZVAL_DOUBLE(&(*args)[i], (double)aInt64); in umsg_parse_helper()
694 ZVAL_LONG(&(*args)[i], (zend_long)aInt64); in umsg_parse_helper()
[all …]
/PHP-7.1/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-7.1/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt27 $args = array(
36 $csr = openssl_csr_new($dn, $privkey_file, $args);
/PHP-7.1/ext/mbstring/oniguruma/
H A Dst.h36 # define _(args) args argument
/PHP-7.1/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt10 echo "Function call args:\n";
26 Function call args:
/PHP-7.1/ext/standard/tests/math/
H A Dlcg_value_basic.phpt24 echo "\n lcg_value error cases..spurious args get ignored\n";
49 lcg_value error cases..spurious args get ignored
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c179 zval *args; in xsl_ext_function_php() local
234 ZVAL_NULL(&args[i]); in xsl_ext_function_php()
242 ZVAL_BOOL(&args[i], obj->boolval); in xsl_ext_function_php()
250 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
255 array_init(&args[i]); in xsl_ext_function_php()
290 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
298 fci.params = args; in xsl_ext_function_php()
311 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
313 efree(args); in xsl_ext_function_php()
370 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
[all …]
/PHP-7.1/ext/interbase/
H A Dinterbase.c898 &args[DB], &len[DB], &args[USER], &len[USER], &args[PASS], &len[PASS], in _php_ibase_connect()
899 &args[CSET], &len[CSET], &largs[BUF], &largs[DLECT], &args[ROLE], &len[ROLE], in _php_ibase_connect()
906 args[DB] = c; in _php_ibase_connect()
910 args[USER] = c; in _php_ibase_connect()
914 args[PASS] = c; in _php_ibase_connect()
918 args[CSET] = c; in _php_ibase_connect()
925 PHP_MD5Update(&hash_context,args[i],len[i]); in _php_ibase_connect()
1151 zval *args = NULL; in PHP_FUNCTION() local
1165 if (Z_TYPE(args[i]) == IS_RESOURCE) { in PHP_FUNCTION()
1188 convert_to_long_ex(&args[i]); in PHP_FUNCTION()
[all …]
/PHP-7.1/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

Completed in 50 milliseconds

12345678910>>...26