Home
last modified time | relevance | path

Searched refs:args (Results 226 – 250 of 545) sorted by relevance

12345678910>>...22

/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation15_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
H A Dvfprintf_variation19.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
31 // initializing the args array
H A Dvfprintf_variation19_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
31 // initializing the args array
H A Dvprintf_variation17.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * are passed to the '$format' and '$args' arguments of the function
H A Dvfprintf_variation11_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation3.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation5.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
/PHP-5.3/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h110 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC);
112 WORD flags, VARIANT *v, int nargs, zval **args, int allow_noarg TSRMLS_DC);
114 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC);
/PHP-5.3/ext/standard/
H A Duser_filters.c178 zval **args[4]; in userfilter_filter() local
198 args[0] = &zin; in userfilter_filter()
202 args[1] = &zout; in userfilter_filter()
210 args[2] = &zconsumed; in userfilter_filter()
214 args[3] = &zclosing; in userfilter_filter()
220 4, args, in userfilter_filter()
/PHP-5.3/ext/intl/tests/
H A Dsymfony_format_type_double_intl1.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl2.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_int32_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl5.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
H A Dsymfony_format_type_int64_intl1.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl2.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl5.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl8.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
/PHP-5.3/ext/standard/tests/file/
H A Dumask_error.phpt17 var_dump( umask(0000, true) ); // args > expected
/PHP-5.3/Zend/tests/
H A Dbug54910.phpt6 public function __call($method, $args) {

Completed in 44 milliseconds

12345678910>>...22