Home
last modified time | relevance | path

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

12345678910>>...140

/PHP-7.4/
H A D.gdbinit428 printf "class %s", $ce->name->val
H A DCODING_STANDARDS.md167 possible. Each word in the class name should start with a capital letter,
168 without underscore delimiters. The class name should be prefixed with the
H A DNEWS375 . Fixed bug #80805 (create simple class and get error in opcache.so). (Nikita)
936 . Fixed bug #67369 (ArrayObject serialization drops the iterator class).
1133 . Fixed bug #79114 (Eval class during preload causes class to be only half
1150 . Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
1225 into mutable class). (Nikita)
1303 . Fixed bug #78895 (Reflection detects abstract non-static class as abstract
1637 . Fixed bug #78410 (Cannot "manually" unserialize class that is final and
2219 . Fixed bug #77494 (Disabling class causes segfault on member access).
2223 . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)
2495 . Fixed bug #73108 (Internal class cast handler uses integer instead of
[all …]
H A DREADME.REDIST.BINS199 The following php_mt_...() functions are based on a C++ class MTRand by
203 Mersenne Twister random number generator -- a C++ class MTRand
H A DUPGRADING32 function or class name. It can still be used as a method or class constant
57 . Attempting to serialize a CURLFile class will now generate an exception.
197 class User {
217 class A {}
218 class B extends A {}
220 class Producer {
223 class ChildProducer extends Producer {
446 // ReflectionClass::export(Foo::class, false) is:
447 echo new ReflectionClass(Foo::class), "\n";
448 // $str = ReflectionClass::export(Foo::class, true) is:
[all …]
H A DUPGRADING.INTERNALS6 c. Function/property/class flags
48 changed to accept optional lower-case class name as zend_string*,
51 c. Function/property/class flags changes
60 run-time or compile-time class declaration.
161 k. Complex class declaration opcodes ZEND_ADD_INTERFACE, ZEND_ADD_TRAIT,
/PHP-7.4/Zend/tests/
H A D001.phpt36 class test {
H A D002.phpt41 class test {
H A D003.phpt36 class test {
H A D009.phpt6 class foo {
16 class foo2 extends foo {
47 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 {
H A D030.phpt6 class foo {
H A D037.phpt8 class closure { static $x = 1;}
H A DArrayAccess_indirect_append.phpt6 class AA implements ArrayAccess {
H A Dabstract-static.phpt5 abstract class TestClass
H A Dabstract_inheritance_001.phpt6 abstract class A { abstract function bar($x); }
7 abstract class B extends A { abstract function bar($x); }
H A Dabstract_inheritance_002.phpt6 abstract class A { abstract function bar($x); }
7 abstract class B extends A { abstract function bar($x, $y = 0); }
H A Dabstract_inheritance_003.phpt6 abstract class A { abstract function bar($x, $y = 0); }
7 abstract class B extends A { abstract function bar($x); }

Completed in 58 milliseconds

12345678910>>...140