Home
last modified time | relevance | path

Searched refs:virtual (Results 1 – 25 of 33) sorted by relevance

12

/php-src/Zend/tests/property_hooks/
H A Dparent_superfluous_args.phpt8 public $virtual { get {} set {} }
20 public $virtual {
22 return parent::$virtual::get(42);
25 parent::$virtual::set($value, 42);
32 var_dump($b->virtual = 42);
33 var_dump($b->virtual);
H A Ddump.phpt8 public $virtual {
9 get { return strtoupper('virtual'); }
82 ["virtual"]=>
89 'virtual' => 'VIRTUAL',
94 {"addedHooks":"addedHooks","virtual":"VIRTUAL","backed":"BACKED"}
120 ["virtual"]=>
128 'virtual' => 'VIRTUAL',
161 ["virtual"]=>
183 'virtual' => 'VIRTUAL',
218 ["virtual"]=>
[all …]
H A Dgenerator_hook.phpt15 public $virtual {
26 var_dump(iterator_to_array($a->virtual));
H A Doverride_attribute_virtual.phpt2 Override attribute is satisfied by virtual hook
H A Dupdate_constants_virtual_prop.phpt2 Make sure constant updating works in the presence of virtual properties
H A Dgh15456.phpt2 GH-15456: Crash in get_class_vars() on virtual properties
H A Ddefault_on_virtual.phpt15 Fatal error: Cannot specify default value for virtual hooked property Test::$prop in %s on line %d
H A Ddefault_on_virtual_with_inheritance.phpt19 Fatal error: Cannot specify default value for virtual hooked property B::$prop in %s on line %d
H A Doverride_attribute_fail.phpt2 Override attribute is not satisfied by unilateral virtual property
H A Darray_access.phpt2 Array offset on ArrayAccess object in virtual property is allowed
H A Dvirtual_read_write.phpt2 Attempted read/write of virtual property backing value throws
H A Dunserialize.phpt57 Warning: unserialize(): Cannot unserialize value for virtual property Test::$prop3 in %s on line %d
/php-src/Zend/tests/asymmetric_visibility/
H A Dvirtual_get_only.phpt2 Get-only virtual property must not specify asymmetric visibility
14 Fatal error: Read-only virtual property Foo::$bar must not specify asymmetric visibility in %s on l…
H A Dvirtual_set_only.phpt2 Set-only virtual property must not specify asymmetric visibility
14 Fatal error: Write-only virtual property Foo::$bar must not specify asymmetric visibility in %s on …
/php-src/Zend/tests/lazy_objects/
H A DskipLazyInitialization.phpt24 public $virtual {
25 get { return 'virtual'; }
238 ## Property [ public $virtual ]
241 ReflectionException: Can not use skipLazyInitialization on virtual property B::$virtual
244 …flectionException: Can not use setRawValueWithoutLazyInitialization on virtual property B::$virtual
335 ## Property [ public $virtual ]
338 ReflectionException: Can not use skipLazyInitialization on virtual property B::$virtual
341 …flectionException: Can not use setRawValueWithoutLazyInitialization on virtual property B::$virtual
H A Dfetch_hook_virtual_may_not_initialize.phpt2 Lazy objects: virtual hooked property fetch does not initialize object if hook does not observe obj…
H A Dfetch_hook_virtual_may_initialize.phpt2 Lazy objects: virtual hooked property fetch may initialize object if hook observes object state
/php-src/sapi/apache2handler/
H A Dphp_functions_arginfo.h41 ZEND_FUNCTION(virtual);
52 ZEND_FE(virtual, arginfo_virtual)
H A Dphp_functions.stub.php7 function virtual(string $uri): bool {} function
H A Dphp_functions.c73 PHP_FUNCTION(virtual) in PHP_FUNCTION() argument
/php-src/ext/reflection/tests/property_hooks/
H A DReflectionProperty_getSetRawValue.phpt73 Must not write to virtual property Test::$virtualProp
74 Must not read from virtual property Test::$virtualProp
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst124 on a "virtual machine", often abbreviated to VM. This is just a fancy way of saying that there is no
132 into our virtual machine instructions, also called opcodes. The code responsible for this
173 is quite complex, and will be discussed separately in the `virtual machine <todo>`__ chapter.
192 takes the virtual PHP opcodes and turns it into actual machine instructions, with additional
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4168 virtual ~Base() {}
169 virtual void f() {}
174 virtual ~Derived() override {}
175 virtual void f() override {}
/php-src/ext/ldap/tests/
H A DREADME.md53 Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
/php-src/docs/
H A Dmailinglist-rules.md71 Finally, additional hints on how to behave inside the virtual community can be

Completed in 22 milliseconds

12