Home
last modified time | relevance | path

Searched refs:classes (Results 76 – 100 of 397) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/PHP-7.1/Zend/tests/anon/
H A D003.phpt2 reusing anonymous classes
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_declared_classes_error_001.phpt6 * Description: Returns an array of all declared classes.
/PHP-7.1/ext/opcache/tests/
H A Dbug72014.phpt2 Bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)
H A Dbug64353.phpt2 Bug #64353 (Built-in classes can be unavailable with dynamic includes and OPcache)
/PHP-7.1/Zend/tests/
H A Dbug43200.phpt2 Bug #43200 (Interface implementation / inheritance not possible in abstract classes)
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getProperties_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_hasMethod_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_hasProperty_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClassConstant_getValue.phpt6 /* Use separate classes to make sure that in-place constant updates don't interfere */
H A DReflectionMethod_getClosureThis.phpt28 // Initialize classes
H A DReflectionClass_getMethods_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_isIterateable_001.phpt29 $classes = array('Traversable', 'Iterator', 'IteratorAggregate', 'ExtendsIterator', 'ExtendsIterato…
32 foreach($classes as $class) {
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
16 * Test how character classes match a multibyte string
H A Dmb_ereg_variation3.phpt2 Test mb_ereg() function : usage variations - pass different character classes to see they match cor…
16 * test that mb_ereg can match correctly when passed different character classes.
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug30234.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug74975.phpt2 Bug #74975 Different serialization for classes
/PHP-7.1/ext/json/tests/
H A Dbug61978.phpt2 Bug #61978 (Object recursion not detected for classes that implement JsonSerializable)
/PHP-7.1/ext/intl/tests/
H A Dbug62915-2.phpt2 Bug #62915: cloning of several classes is defective
/PHP-7.1/tests/classes/
H A Dautoload_005.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_006.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dbug65768.phpt36 Fatal error: DateTimeInterface can't be implemented by user classes in %sbug65768.php on line %d
/PHP-7.1/ext/pdo/tests/
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
/PHP-7.1/Zend/
H A DZEND_CHANGES133 Old code that has no user-defined classes or functions named
138 The Zend Engine 2.0 introduces abstract classes and methods. An
163 Old code that has no user-defined classes or functions named
185 Old code that has no user-defined classes or functions named
275 * Final methods and classes.
278 final methods. Those cannot be overridden by sub-classes.
307 Old code that has no user-defined classes or functions named
381 for classes. Classes which have a constructor method call this
477 Old code that has no user-defined classes or functions
654 * Member variables of classes can now be initialized.
[all …]

Completed in 39 milliseconds

12345678910>>...16