Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.1/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.1/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt30 // Initialize classes
H A DReflectionClass_getInterfaces_001.phpt31 $classes = array( 'A0', 'A1', 'B0', 'B1',
35 foreach ($classes as $class) {
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 DReflectionMethod_getClosure_error.phpt30 // Initialize classes
/PHP-7.1/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.1/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.1/Zend/RFCs/
H A D002.txt13 being written; from simple functions and classes to entire application
18 class scope and the function scope. All scopes but classes may
21 classes. This means that all of Zend 1.0's scoping methods are
/PHP-7.1/ext/standard/
H A Dphp_var.h54 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes);
/PHP-7.1/ext/com_dotnet/
H A DREADME6 This module exposes 3 classes: variant, com and dotnet(*).
7 com and dotnet classes are descendants of the variant class; the only
/PHP-7.1/ext/standard/tests/array/
H A Darray_multisort_variation7.phpt13 // define some classes
H A Darray_multisort_variation8.phpt19 // define some classes
/PHP-7.1/sapi/phpdbg/tests/
H A Dinfo_001.phpt6 i classes
/PHP-7.1/tests/classes/
H A Dclass_example.phpt31 { /* one can pass classes as arguments */
H A Dctor_dtor_inheritance.phpt10 // - base classes know about derived properties in constructor/destructor
/PHP-7.1/ext/mysqli/
H A Dmysqli.c53 static HashTable classes; variable
459 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
598 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
621 zend_hash_add_ptr(&classes, ce->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
646 zend_hash_add_ptr(&classes, ce->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
656 zend_hash_add_ptr(&classes, ce->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
670 zend_hash_add_ptr(&classes, ce->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
686 zend_hash_add_ptr(&classes, ce->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
906 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.1/ext/mysqli/tests/
H A D060.phpt2 mysqli_fetch_object with classes
/PHP-7.1/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-7.1/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 31 milliseconds

12345678910>>...16