Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 3494) sorted by last modified time

12345678910>>...140

/PHP-7.4/
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 …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt26 Object of class stdClass could not be converted to string
27 Object of class stdClass could not be converted to string
/PHP-7.4/Zend/tests/
H A Dbug81626.phpt5 class TestClass {
13 $closure = Closure::fromCallable([TestClass::class, 'foo']);
H A Dbug66719.phpt6 class A
13 class B extends A
21 class C
25 call_user_func(array(A::class, 'who'));
26 call_user_func(array(B::class, 'parent::who'));
31 call_user_func(array(A::class, 'who'));
32 call_user_func(array(B::class, 'parent::who'));
H A Dunset_prop_recursion.phpt5 class Node {
H A Dbug81104.phpt8 class X {
/PHP-7.4/ext/standard/
H A Ddns.c446 u_short type, class, dlen; in php_parserr() local
464 GETSHORT(class, cp); in php_parserr()
487 (void) class; in php_parserr()
H A Dphp_dns.h25 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
26 …((int)dns_search(res, dname, class, type, (char *) answer, anslen, (struct sockaddr *)&from, &from…
32 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
33 res_nsearch(res, dname, class, type, answer, anslen);
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
47 res_search(dname, class, type, answer, anslen)
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h29 class CodePointBreakIterator : public BreakIterator {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69425.phpt7 class test
H A Dbug81163.phpt5 class foo
10 class bar extends foo
/PHP-7.4/ext/date/tests/
H A Dbug73091.phpt5 class foo {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5365 BOOL last, any, class, caseless; in scan_prefix() local
5387 class = FALSE; in scan_prefix()
5495 class = TRUE; in scan_prefix()
5502 class = TRUE; in scan_prefix()
5605 if (class) in scan_prefix()
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt6 class user_filter extends php_user_filter {
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc11 class Tester
H A Dstatus.inc5 class Status
/PHP-7.4/ext/spl/tests/
H A Dbug80663.phpt5 class InvalidDestructor {
H A DSplFixedArray_setSize_destruct.phpt10 class HasDestructor {
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.phpt16 Warning: Can't preload unlinked class B: Unknown parent A in %s on line %d
H A Dpreload_error_handler_ind.inc4 class B extends A {}
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt6 class Test {
/PHP-7.4/Zend/
H A Dzend_compile.c3187 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call() local
3193 opline->op1.constant = zend_add_class_name_literal(class); in zend_compile_dynamic_call()
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read_2.phpt15 class StreamExploiter {
H A Dbug61367-read.phpt16 class StreamExploiter {
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt5 class DefaultListener
10 class SubscriberProxy

Completed in 207 milliseconds

12345678910>>...140