Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.3/ext/intl/tests/
H A Dbug62915-2.phpt2 Bug #62915: cloning of several classes is defective
/PHP-7.3/tests/classes/
H A Dbug65768.phpt36 Fatal error: DateTimeInterface can't be implemented by user classes in %sbug65768.php on line %d
H A Dclass_example.phpt31 { /* one can pass classes as arguments */
H A Dctor_dtor_inheritance.phpt8 // - base classes know about derived properties in constructor/destructor
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt2 Custom unserialization of classes with no custom unserializer.
H A Dserialization_objects_003.phpt2 Test serialize() & unserialize() functions: objects (abstract classes)
/PHP-7.3/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt30 // Initialize classes
H A DReflectionClass_getProperty_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_getMethod_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_getInterfaces_001.phpt31 $classes = array( 'A0', 'A1', 'B0', 'B1',
35 foreach ($classes as $class) {
H A DReflectionMethod_getClosure_error.phpt30 // Initialize classes
/PHP-7.3/ext/spl/tests/
H A Dclass_implements_variation.phpt6 * Description: Return all classes and interfaces implemented by SPL
H A Dclass_implements_basic2.phpt6 * Description: Return all classes and interfaces implemented by SPL
H A Dclass_implements_variation2.phpt6 * Description: Return all classes and interfaces implemented by SPL
33 // define some classes
/PHP-7.3/Zend/tests/
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
H A Dconstant_expressions_classes.phpt2 Constant scalar expressions with autoloading and classes
/PHP-7.3/ext/standard/
H A Dphp_var.h52 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes);
/PHP-7.3/ext/mysqli/tests/
H A D060.phpt2 mysqli_fetch_object with classes
/PHP-7.3/ext/standard/tests/array/
H A Darray_multisort_variation7.phpt13 // define some classes
H A Darray_multisort_variation8.phpt19 // define some classes
/PHP-7.3/sapi/phpdbg/tests/
H A Dinfo_001.phpt6 i classes
/PHP-7.3/ext/mysqli/
H A Dmysqli.c51 static HashTable classes; variable
451 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
586 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
609 zend_hash_add_ptr(&classes, ce->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
634 zend_hash_add_ptr(&classes, ce->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
644 zend_hash_add_ptr(&classes, ce->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
657 zend_hash_add_ptr(&classes, ce->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
673 zend_hash_add_ptr(&classes, ce->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
892 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.3/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-7.3/ext/standard/tests/file/
H A Dbug38450.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)

Completed in 34 milliseconds

12345678910>>...16