Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 3142) sorted by path

12345678910>>...126

/PHP-5.5/
H A D.gdbinit432 printf "class %s", $ce->name
H A DCODING_STANDARDS153 possible. Each word in the class name should start with a capital letter,
155 The class name should be prefixed with the name of the 'parent set' (e.g.
H A DNEWS2309 . Fixed bug #63976 (Parent class incorrectly using child constant in class
4070 a known class. (Stas)
5586 parent class). (Felipe)
6267 child class). (Felipe)
7260 from a parent class). (Dmitry)
8424 class itself). (Ilia)
8610 - Fixed issues with info-class/file-class in SPL directory handling classes.
8873 . Added class SplFileInfo as root class for DirectoryIterator and
9163 . added class SplFileObject
9700 - Fixed bug #30702 (cannot initialize class variable from class constant).
[all …]
H A DREADME.PARAMETER_PARSING_API50 instance of that class.
55 C - class (zend_class_entry*)
64 O - object of specific type given by class entry (zval*, zend_class_entry)
126 /* Gets an object of class specified by my_ce, and an optional double. */
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES62 class a {
71 class a implements b {
78 9. get_class() starting PHP 5 returns the name of the class as it was
80 the previous behaviour - the class name is lowercased. Expect the
84 class FooBar {
86 class ExtFooBar extends FooBar{}
111 10. get_class_methods() returns the names of the methods of a class as they
115 class Foo{
137 meaning in class methods and is recognized by the PHP parser. The latter
141 class Foo {
H A DREADME.REDIST.BINS132 The following php_mt_...() functions are based on a C++ class MTRand by
136 Mersenne Twister random number generator -- a C++ class MTRand
H A DREADME.namespaces15 class Connection {
23 All class and function names inside are automatically prefixed with
38 Namespace or class name can be imported:
104 you can only create class from this namespace or internal PHP class, however
110 7) qualified class names are interpreted as class from corresponding
125 // then creates object of internal class "B"
132 // then creates object of internal class "A"
138 // then calls method "foo" of internal class "B"
143 The worst case if class name conflicts with namespace name
149 // then calls method "foo" of internal class "A"
[all …]
H A DUPGRADING27 - All internal case insensitivity handling for class, function and constant
59 - ClassName::class syntax returning full class name for a class as a
207 the class named is an internal class that declares custom unserializer
208 function, or extends such class, unserialize would fail.
219 with classes that do. When used with the class that relies on custom
220 unserializer, it can leave the object of such internal class in an
H A DUPGRADING.INTERNALS125 serialize callback in the class entry.
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO16 2. Overriding create_object handler for class. E.g.:
25 used for that. Do not rely class entry's constructor, unless you refer
104 get_class_name is used to retrieve class name of the object.
105 get_class_entry returns class entry (zend_class_entry) for the object,
106 in case there exists PHP class for it.
120 class!). The type of the object and how it behaves is determined by
191 get_class_entry - should return the class entry for the object
193 get_class_name - get the name of the class the object belongs to
H A DZEND_CHANGES32 class Foo {
64 class MyClass {
111 class Foo {
225 ability to use class type hints to declare the expected class of
283 class Foo {
389 classes around in a large class hierarchy. If a class is moved
470 class Foo {
659 class foo {
679 class Foo {
699 class Foo {
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt52 the class MyClass and call one of its methods.
57 1 class MyClass
H A D002.txt47 Class: Namespace:class
49 Static method: Namespace:class::method
57 Class: :class
59 Static method: :class::method
62 Class variable: $:class::variable
71 Class: Name:Space:class
91 3 class Form {
102 3 class Image {
134 order: class, function, constant.
139 import class Form from HTML;
[all …]
/PHP-5.5/Zend/tests/
H A D001.phpt27 class test {
H A D002.phpt33 class test {
H A D003.phpt28 class test {
H A D009.phpt6 class foo {
12 class foo2 extends foo {
41 Warning: get_class() called without object from outside a class in %s on line %d
H A D010.phpt10 class foo implements i {
16 class bar extends foo {
H A D011.phpt6 class foo {
18 class bar extends foo {
75 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
78 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
81 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
H A D012.phpt6 class foo {
H A D019.phpt198 class Point
H A D022.phpt6 abstract class Base
11 class Ext extends Base
H A D023.phpt12 class bar {
18 class foo {
H A D025.phpt6 class foo {
15 $class = 'foo';
21 $class::a();
22 $class::$a();
23 $class::$$b();
H A D026.phpt6 class foo {

Completed in 72 milliseconds

12345678910>>...126