Home
last modified time | relevance | path

Searched refs:classes (Results 101 – 125 of 235) sorted by relevance

12345678910

/php-src/tests/classes/
H A Dbug23951.phpt2 Bug #23951 (Defines not working in inherited classes)
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dautoload_006.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_005.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/php-src/Zend/tests/
H A Dbug69761.phpt2 Bug #69761 (Serialization of anonymous classes should be prevented)
H A Dbug24436.phpt2 Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
H A Dbug62441.phpt2 Bug #62441: Incorrect strong typing in namespaced child classes
H A Dbug79022.phpt2 Bug #79022 (class_exists returns True for classes that are not ready to be used)
H A Danon_class_name.phpt2 Generated names for anonymous classes
/php-src/ext/date/tests/
H A Dgh10152.phpt2 Bug GH-10152 (Custom properties of DateTimeImmutable child classes are not serialized)
/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_error4.phpt2 Test that a mixed parameter type can't be overridden by a union type of classes
/php-src/ext/mysqli/
H A Dmysqli.c54 static HashTable classes; variable
380 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
497 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
509 zend_hash_add_ptr(&classes, mysqli_driver_class_entry->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
515 zend_hash_add_ptr(&classes, mysqli_link_class_entry->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
521 zend_hash_add_ptr(&classes, mysqli_warning_class_entry->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
528 zend_hash_add_ptr(&classes, mysqli_result_class_entry->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
534 zend_hash_add_ptr(&classes, mysqli_stmt_class_entry->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
552 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
12 * 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…
13 * test that mb_ereg can match correctly when passed different character classes.
/php-src/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/php-src/Zend/tests/traits/
H A Dbug76773-deprecated.phpt2 Bug #76773 (Traits used on the parent are ignored for child classes) [original test with deprecated…
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt2 Custom unserialization of classes with no custom unserializer.
/php-src/ext/opcache/tests/
H A Dbug72014.phpt2 Bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)
/php-src/ext/reflection/tests/
H A Dbug52854.phpt2 Bug #52854: ReflectionClass::newInstanceArgs does not work for classes without constructors
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) {
/php-src/Zend/tests/array_unpack/
H A Dclasses.phpt2 Array unpacking with classes
/php-src/Zend/tests/enum/
H A Dkeyword-no-bc-break.phpt2 Enum keyword can still be used in classes, namespaces, functions and constants
/php-src/ext/json/tests/
H A Dbug61978.phpt2 Bug #61978 (Object recursion not detected for classes that implement JsonSerializable)
/php-src/Zend/tests/anon/
H A D003.phpt2 reusing anonymous classes

Completed in 58 milliseconds

12345678910