Home
last modified time | relevance | path

Searched refs:test (Results 5001 – 5012 of 5012) sorted by last modified time

1...<<201

/PHP-7.4/Zend/tests/
H A Daccess_modifiers_009.phpt15 static public function test() {
20 B2::test();
H A Daccess_modifiers_010.phpt13 public function test() {
23 $this->test();
33 #0 %s(%d): a->test()
H A D001.phpt36 class test {
42 test::test1(1);
H A D002.phpt41 class test {
48 test::test1(1);
H A D003.phpt36 class test {
42 test::test1(1);
H A D010.phpt7 function test();
11 function test() {
25 $foo->test();
26 $bar->test();
/PHP-7.4/Zend/tests/arg_unpack/
H A Dmethod.phpt7 public function test(...$args) {
H A Dtraversable_throwing_exception.phpt6 function test(...$args) {
23 test(1, 2, ...new Foo, ...[3, 4]);
27 test(1, 2, ...gen(), ...[3, 4]);
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
16 test(1, 2, 3, $b, ...gen([4, 5, 6]));
19 test(...gen([1, 2, 3, 4]));
20 test(1, 2, ...gen([3, 4]));
21 test(...gen([1, 2]), ...gen([3, 4]));
27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
/PHP-7.4/
H A D.gitattributes16 # Enable commit diffs for binary PHP test files. Some PHP test files include
H A DCODING_STANDARDS.md64 use `function_exists()` to test for the existence of a function.
273 [qa.php.net](https://qa.php.net/write-test.php) documentation.
/PHP-7.4/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
37 if test -z "$host_alias"; then
57 if test -n "$PTHREAD_FLAGS"; then
107 if test "$pthreads_working" != "yes"; then
113 if test "$pthreads_checked" = "yes"; then
123 if test "$pthreads_working" != "yes"; then
129 if test "$pthreads_checked" = "yes"; then
137 if test "x$ac_cv_pthreads_cflags" != "x" -o "x$ac_cv_pthreads_lib" != "x"; then

Completed in 51 milliseconds

1...<<201