Searched refs:virtual (Results 1 – 25 of 34) sorted by relevance
12
/php-src/Zend/tests/property_hooks/ |
H A D | parent_superfluous_args.phpt | 8 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 D | dump.phpt | 8 public $virtual { 9 get { return strtoupper('virtual'); } 90 ["virtual"]=> 97 'virtual' => 'VIRTUAL', 102 {"addedHooks":"addedHooks","virtual":"VIRTUAL","backed":"BACKED"} 131 ["virtual"]=> 138 'virtual' => 'VIRTUAL', 175 ["virtual"]=> 198 'virtual' => 'VIRTUAL', 235 ["virtual"]=> [all …]
|
H A D | generator_hook.phpt | 15 public $virtual { 26 var_dump(iterator_to_array($a->virtual));
|
H A D | override_attribute_virtual.phpt | 2 Override attribute is satisfied by virtual hook
|
H A D | update_constants_virtual_prop.phpt | 2 Make sure constant updating works in the presence of virtual properties
|
H A D | gh15456.phpt | 2 GH-15456: Crash in get_class_vars() on virtual properties
|
H A D | default_on_virtual.phpt | 15 Fatal error: Cannot specify default value for virtual hooked property Test::$prop in %s on line %d
|
H A D | default_on_virtual_with_inheritance.phpt | 19 Fatal error: Cannot specify default value for virtual hooked property B::$prop in %s on line %d
|
H A D | override_attribute_fail.phpt | 2 Override attribute is not satisfied by unilateral virtual property
|
H A D | array_access.phpt | 2 Array offset on ArrayAccess object in virtual property is allowed
|
H A D | virtual_read_write.phpt | 2 Attempted read/write of virtual property backing value throws
|
H A D | unserialize.phpt | 57 Warning: unserialize(): Cannot unserialize value for virtual property Test::$prop3 in %s on line %d
|
/php-src/Zend/tests/lazy_objects/ |
H A D | isLazy.phpt | 11 public $virtual { 17 foreach (['staticProp', 'typed', 'untyped', 'virtual', 'dynamic'] as $name) { 105 virtual: 0 112 virtual: 0 118 virtual: 0 125 virtual: 0 131 virtual: 0 137 virtual: 0
|
H A D | skipLazyInitialization.phpt | 24 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 D | fetch_hook_virtual_may_not_initialize.phpt | 2 Lazy objects: virtual hooked property fetch does not initialize object if hook does not observe obj…
|
H A D | fetch_hook_virtual_may_initialize.phpt | 2 Lazy objects: virtual hooked property fetch may initialize object if hook observes object state
|
/php-src/Zend/tests/asymmetric_visibility/ |
H A D | virtual_get_only.phpt | 2 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 D | virtual_set_only.phpt | 2 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/sapi/apache2handler/ |
H A D | php_functions_arginfo.h | 41 ZEND_FUNCTION(virtual); 52 ZEND_FE(virtual, arginfo_virtual)
|
H A D | php_functions.stub.php | 7 function virtual(string $uri): bool {} function
|
/php-src/ext/reflection/tests/property_hooks/ |
H A D | ReflectionProperty_getSetRawValue.phpt | 73 Must not write to virtual property Test::$virtualProp 74 Must not read from virtual property Test::$virtualProp
|
/php-src/ext/reflection/tests/ |
H A D | Reflection_getModifierNames_001.phpt | 27 virtual
|
/php-src/docs/source/introduction/ |
H A D | high-level-overview.rst | 124 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 D | php_cxx_compile_stdcxx.m4 | 168 virtual ~Base() {} 169 virtual void f() {} 174 virtual ~Derived() override {} 175 virtual void f() override {}
|
/php-src/ext/ldap/tests/ |
H A D | README.md | 53 Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
|
Completed in 36 milliseconds
12