Home
last modified time | relevance | path

Searched refs:args (Results 101 – 125 of 587) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation12_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 $result = vprintf($formats, $args);
H A Dvprintf_variation16.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
H A Dvprintf_variation4.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
H A Dvprintf_variation4_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 $result = vprintf($formats, $args);
H A Dvsprintf_variation12_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
73 foreach($args_array as $args) {
75 var_dump( vsprintf($formats, $args) );
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 Dstrspn_variation9.phpt2 Test strspn() function : usage variations - different strings with default start and len args
13 * Testing strspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strspn() : with different str and default start and len args ***\n";
56 *** Testing strspn() : with different str and default start and len args ***
H A Dvfprintf_variation10.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
74 foreach($args_array as $args) {
76 vfprintf($fp, $formats, $args);
H A Dvfprintf_variation12.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_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 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 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 Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with default start and len args
13 * Testing strcspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
56 *** Testing strcspn() : with different str and default start and len args ***
/PHP-5.5/ext/interbase/
H A Dinterbase.c906 &args[DB], &len[DB], &args[USER], &len[USER], &args[PASS], &len[PASS], in _php_ibase_connect()
907 &args[CSET], &len[CSET], &largs[BUF], &largs[DLECT], &args[ROLE], &len[ROLE], in _php_ibase_connect()
914 args[DB] = c; in _php_ibase_connect()
918 args[USER] = c; in _php_ibase_connect()
922 args[PASS] = c; in _php_ibase_connect()
926 args[CSET] = c; in _php_ibase_connect()
1145 zval ***args = NULL; in PHP_FUNCTION() local
1148 efree(args); in PHP_FUNCTION()
1166 efree(args); in PHP_FUNCTION()
1184 convert_to_long_ex(args[i]); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt17 echo "\nMethod with args:\n";
22 Method with args:
H A DReflectionMethod_invokeArgs_error1.phpt21 echo "\nMethod with args:\n";
26 Method with args:
/PHP-5.5/Zend/tests/
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
/PHP-5.5/ext/intl/converter/
H A Dconverter.c174 if (TARGET_CHECK(args, 2)) { in php_converter_append_toUnicode_target()
182 if (TARGET_CHECK(args, 1)) { in php_converter_append_toUnicode_target()
183 *(args->target++) = (UChar)lval; in php_converter_append_toUnicode_target()
192 while((i != strlen) && TARGET_CHECK(args, 1)) { in php_converter_append_toUnicode_target()
195 *(args->target++) = c; in php_converter_append_toUnicode_target()
237 ZVAL_STRINGL(zsource, args->source, args->sourceLimit - args->source, 1); in php_converter_to_u_callback()
278 if (TARGET_CHECK(args, 1)) { in php_converter_append_fromUnicode_target()
279 *(args->target++) = Z_LVAL_P(val); in php_converter_append_fromUnicode_target()
285 if (TARGET_CHECK(args, vallen)) { in php_converter_append_fromUnicode_target()
286 memcpy(args->target, Z_STRVAL_P(val), vallen); in php_converter_append_fromUnicode_target()
[all …]
/PHP-5.5/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 Dstat_error-win32.phpt20 var_dump( stat() ); // args < expected
21 var_dump( stat(__FILE__, 2) ); // file, args > expected
22 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
/PHP-5.5/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 ***
H A Dspliti_error_001.phpt2 Test spliti() function : error conditions - wrong number of args
11 echo "*** Testing spliti() : error conditions - wrong number of args ***\n";
30 *** Testing spliti() : error conditions - wrong number of args ***
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h92 # define P_(args) args argument
94 # define P_(args) () argument

Completed in 64 milliseconds

12345678910>>...24