Home
last modified time | relevance | path

Searched refs:arguments (Results 276 – 300 of 863) sorted by relevance

1...<<11121314151617181920>>...35

/php-src/ext/standard/tests/file/
H A Dfseek_dir_basic.phpt30 echo "\ncall fseek() with different arguments on directory resource:\n";
79 call fseek() with different arguments on directory resource:
/php-src/Zend/tests/
H A Dgh10072.phpt89 public function __call(string $name, array $arguments) {
94 return $this->wrapper->$name(...$arguments);
H A Dbug80096.phpt2 Bug #80096: Segmentation fault with named arguments in nested call
H A Ddeclare_007.phpt2 Testing declare statement with ticks with callback arguments
H A Dmagic_methods_015.phpt6 function __call(int $name, array $arguments) {}
H A Dmagic_methods_017.phpt6 static function __callStatic(int $name, array $arguments) {}
/php-src/tests/classes/
H A Dinterface_optional_arg.phpt2 ZE2 An interface method allows additional default arguments
/php-src/ext/posix/tests/
H A Dposix_ctermid_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
/php-src/ext/date/tests/
H A Ddate_period_set_state2.phpt2 Test that calling DatePeriod::__set_state() directly with missing arguments throws
H A Didate_basic.phpt10 // Calling idate() with mandatory arguments
/php-src/ext/opcache/tests/jit/
H A Drecv_004.phpt2 JIT RECV: default arguments with type checks
/php-src/Zend/tests/variadic/
H A Dby_ref.phpt2 Variadic arguments with by-reference passing
H A Dadding_additional_optional_parameter.phpt2 It's possible to add additional optional arguments with matching signature
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt18 echo '=== Invalid arguments dba_open() ===', \PHP_EOL;
65 echo '=== Invalid arguments dba_popen() ===', \PHP_EOL;
120 === Invalid arguments dba_open() ===
132 === Invalid arguments dba_popen() ===
/php-src/Zend/tests/function_arguments/
H A Dargument_count_correct.phpt2 Call function with correct number of arguments
/php-src/ext/mbstring/tests/
H A Dmb_eregi.phpt2 mb_eregi() and invalid arguments
/php-src/ext/dom/tests/
H A DDOMAttr_construct_error_001.phpt2 DOMAttr __construct() with no arguments.
H A DDOMDocumentFragment_construct_error_001.phpt17 DOMDocumentFragment::__construct() expects exactly 0 arguments, 1 given
/php-src/ext/standard/tests/general_functions/
H A Dbug79254.phpt2 Bug #79254 (getenv() w/o arguments not showing changes)
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt60 string(55) "get_called_class() expects exactly 0 arguments, 1 given"
62 string(52) "func_num_args() expects exactly 0 arguments, 1 given"
63 string(52) "func_get_args() expects exactly 0 arguments, 1 given"
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt6 * Testing strcspn() : with varying mask and default start and len arguments
9 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
60 *** Testing strcspn() : with different mask strings and default start and len arguments ***
/php-src/ext/xsl/tests/
H A Dxsltprocessor_hasExsltSupport_wrongparam_001.phpt17 XSLTProcessor::hasExsltSupport() expects exactly 0 arguments, 1 given
/php-src/tests/lang/
H A Dfunc_get_arg.004.phpt18 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…

Completed in 25 milliseconds

1...<<11121314151617181920>>...35