Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/mbstring/tests/
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-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt29 $classes = array('Traversable', 'Iterator', 'IteratorAggregate', 'ExtendsIterator', 'ExtendsIterato…
32 foreach($classes as $class) {
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) {
/PHP-5.5/ext/pdo/tests/
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
/PHP-5.5/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 …]
/PHP-5.5/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-5.5/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.phpt32 { /* one can pass classes as arguments */
H A Dctor_dtor_inheritance.phpt10 // - base classes know about derived properties in constructor/destructor
/PHP-5.5/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-5.5/Zend/tests/
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
/PHP-5.5/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-5.5/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-5.5/
H A DUPGRADING210 Using O: for user classes not extending internal classes (including
212 it is deprecated and may not be supported in 5.6 for classes that do not
213 originally serialize to O:. Same for using O: for internal classes
214 implementing Serializable (like ArrayObject) and classes that extend
217 The reason for that is that O: format is meant to be used with classes
219 with classes that do. When used with the class that relies on custom
231 instantiate classes. This was never the intended usage of serializer,
/PHP-5.5/ext/mysqli/
H A Dmysqli.c64 static HashTable classes; variable
505 zend_hash_find(&classes, mysqli_base_class->name, mysqli_base_class->name_length + 1, in mysqli_objects_new()
632 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
653 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_driver_properties, sizeof(mysqli_driv… in PHP_MINIT_FUNCTION()
661 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_p… in PHP_MINIT_FUNCTION()
669 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_warning_properties, sizeof(mysqli_war… in PHP_MINIT_FUNCTION()
679 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_result_properties, sizeof(mysqli_resu… in PHP_MINIT_FUNCTION()
686 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_stmt_properties, sizeof(mysqli_stmt_p… in PHP_MINIT_FUNCTION()
896 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/standard/tests/array/
H A Darray_multisort_variation7.phpt13 // define some classes
H A Darray_multisort_variation8.phpt19 // define some classes
/PHP-5.5/ext/mysqli/tests/
H A D060.phpt2 mysqli_fetch_object with classes
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor

Completed in 107 milliseconds

12345678910>>...16