Home
last modified time | relevance | path

Searched refs:args (Results 251 – 275 of 545) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.3/TSRM/
H A DTSRM.c65 #define TSRM_ERROR(args) tsrm_error args argument
83 #define TSRM_ERROR(args) argument
741 va_list args; in tsrm_error() local
745 va_start(args, format); in tsrm_error()
746 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
747 va_end(args); in tsrm_error()
/PHP-5.3/
H A Dserver-tests.php168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
172 if (gettype($args)=='array') {
173 $args = join($args,' ');
175 $commandline = "$command $args";
1283 $args = "";
1375 $args = $env['QUERY_STRING'];
1376 $args = "$ini_overwrites $tmp_file \"$args\" 2>&1";
1378 $args = $section_text['ARGS'] ? $section_text['ARGS'] : '';
1379 $args = "$ini_overwrites $tmp_file $args 2>&1";
1391 $out = execute($this->conf['TEST_PHP_EXECUTABLE'],$args,$post,$this->cwd,$env);
/PHP-5.3/Zend/tests/
H A Daccess_modifiers_012.phpt8 public function __call($name, $args) {
H A Dbug19859.phpt9 function __call($method,$args)
H A Dlsb_016.phpt23 public function __call($name, $args) {
H A Dbug46246.phpt12 public function call($method, $args = array())
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation17.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation13.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation13_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation13.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation13_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation7.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation7.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation13.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation13_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation7.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_basic8.phpt5 /* Prototype : string vsprintf(string $format , array $args)
/PHP-5.3/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt20 echo "\n--> Try all methods with wrong number of args:\n";
50 --> Try all methods with wrong number of args:
/PHP-5.3/main/
H A Dmain.c646 va_list args; in php_printf() local
652 va_start(args, format); in php_printf()
656 va_end(args); in php_printf()
842 va_list args; in php_error_docref0() local
844 va_start(args, format); in php_error_docref0()
846 va_end(args); in php_error_docref0()
854 va_list args; in php_error_docref1() local
856 va_start(args, format); in php_error_docref1()
858 va_end(args); in php_error_docref1()
867 va_list args; in php_error_docref2() local
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dfgetc_error.phpt15 // more than expected no. of args
31 /* loop to test fgetc() with different invalid type of args */
H A Dreadfile_error.phpt13 var_dump( readfile() ); // args < expected
14 var_dump( readfile(__FILE__, true, $context, 4) ); // args > expected
/PHP-5.3/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt52 echo "\nMethod with args:\n";
86 Method with args:
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c124 ZEND_ARG_INFO(0, args)
128 ZEND_ARG_INFO(0, args)
/PHP-5.3/ext/spl/tests/
H A Dspl_minheap_compare_error.phpt2 SPL: SplMinHeap compare, illegal number of args
/PHP-5.3/ext/standard/tests/math/
H A Dceil_error.phpt2 Test ceil() - error conditions - incorrect number of args

Completed in 67 milliseconds

1...<<11121314151617181920>>...22