Searched refs:called (Results 226 – 250 of 321) sorted by relevance
12345678910>>...13
/PHP-7.4/ext/standard/tests/assert/ |
H A D | assert_error.phpt | 13 echo "f1 called\n";
|
H A D | assert_error2.phpt | 15 echo "f1 called\n";
|
/PHP-7.4/tests/classes/ |
H A D | ctor_visibility.phpt | 2 ZE2 A private constructor cannot be called
|
H A D | type_hinting_003.phpt | 60 …r: Argument 1 passed to Test::f1() must be of the type array, int given, called in %s on line %d a…
|
/PHP-7.4/ext/openssl/tests/ |
H A D | bug73072.phpt | 24 // if there is a segfault, this won't be called
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | 005.phpt | 63 /*Checking for internal array pointer beint reset when shift is called */ 65 echo"\n*** Checking for internal array pointer being reset when shift is called ***\n"; 280 *** Checking for internal array pointer being reset when shift is called ***
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | stream_multi_filters_close.phpt | 2 Check if multiple filters are closed correctly and never called again after close
|
H A D | bug79984.phpt | 2 Bug #79984 (Stream filter is not called with closing arg)
|
/PHP-7.4/ext/pgsql/tests/ |
H A D | skipif.inc | 4 // * there is a database called "test" accessible
|
/PHP-7.4/Zend/tests/ |
H A D | bug48770.phpt | 28 print "This method shouldn't be called when using parent::func!\n";
|
H A D | closure_027.phpt | 33 …ed to test() must be an instance of Closure, instance of stdClass given, called in %s on line %d a…
|
H A D | exception_017.phpt | 33 Exception: Argument 1 passed to foo() must be callable, string given, called in %s on line %d
|
H A D | objects_022.phpt | 39 …o foo::testFoo() must be an instance of foo, instance of stdClass given, called in %s on line %d a…
|
H A D | bug42802.phpt | 40 …ed to foo\test5() must be an instance of bar, instance of foo\bar given, called in %sbug42802.php …
|
/PHP-7.4/ext/iconv/ |
H A D | config.w32 | 14 AC_DEFINE("ICONV_ALIASED_LIBICONV", 1, "The iconv function is called iconv() in libiconv");
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | bug69899.phpt | 5 free_result is called on a prepared statement followed by closing that
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug45622b.phpt | 2 Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is use…
|
/PHP-7.4/ext/standard/tests/class_object/ |
H A D | forward_static_call_001.phpt | 2 forward_static_call() called from outside of a method.
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | bug40398.phpt | 2 Bug #40398 (parent and self callback functions erroneously called statically)
|
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_next_attribute_error.phpt | 36 Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found…
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | 005.phpt | 123 // Now we have an autoloader, that will be called before the old style header. 180 Warning: unserialize(): Function unserializer() hasn't defined the class it was called for in %s005…
|
H A D | serialization_objects_006.phpt | 26 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 19 …printf("%s(%s) - note that it must not be called when unserializing\n", __METHOD__, var_export($ca… 73 myclass::__construct('Called by script') - note that it must not be called when unserializing
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fscanf_variation1.phpt | 28 // capturing the return value from fscanf() called without third argument
|
/PHP-7.4/ext/zlib/tests/ |
H A D | deflate_add_buffer_full.phpt | 19 * manual, deflate must be called again with more buffer space.
|
Completed in 29 milliseconds
12345678910>>...13