Home
last modified time | relevance | path

Searched refs:newLazyProxy (Results 1 – 25 of 147) sorted by relevance

123456

/php-src/Zend/tests/lazy_objects/
H A Ddtor_not_called_if_not_init.phpt28 print "In newLazyProxy\n";
29 $obj = $reflector->newLazyProxy(function () {
42 In newLazyProxy
H A Dinit_trigger_compare.phpt25 $b = $reflector->newLazyProxy(function ($obj) {
35 $b = $reflector->newLazyProxy(function ($obj) {
H A Dserialize___sleep.phpt18 $obj = $reflector->newLazyProxy(function() {
27 $obj = $reflector->newLazyProxy(function() {
H A Dinit_trigger_foreach_hooks.phpt44 $obj = $reflector->newLazyProxy(function ($obj) {
58 $obj = $reflector->newLazyProxy(function ($obj) {
67 $obj = $reflector->newLazyProxy(function ($obj) use (&$obj2, $reflector) {
92 $obj = $reflector->newLazyProxy(function ($obj) {
H A DisLazy.phpt49 $obj = $reflector->newLazyProxy(function () {
68 $obj = $reflector->newLazyProxy(function () use ($nested) {
81 $obj = $reflector->newLazyProxy(function () use ($nested) {
H A Dinvalid_options.phpt19 $obj = $reflector->newLazyProxy(function ($obj) { }, -1);
48 ReflectionException: ReflectionClass::newLazyProxy(): Argument #2 ($options) contains invalid flags
H A Doss_fuzz_71446.phpt15 $obj = $reflector->newLazyProxy(function() {
H A Dinit_trigger_json_encode_hooks.phpt37 $obj = $reflector->newLazyProxy(function ($obj) {
58 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dget_properties.phpt13 $a = $reflector->newLazyProxy(function () {
H A Dsupport_stdClass.phpt18 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dsupport_stdClass_sub_classes.phpt21 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dinit_preserves_proxy_class.phpt17 $o = $reflector->newLazyProxy(function (B $o) {
H A Dclone_preverves_object_class.phpt18 $b = $r->newLazyProxy(function ($obj) {
H A Darray_walk.phpt12 $obj = $reflector->newLazyProxy(function () {
H A Dinit_trigger_json_encode.phpt27 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dclone_creates_object_with_independent_state_001.phpt18 $myProxy = $reflector->newLazyProxy($initializer);
H A Dinit_trigger_var_export.phpt28 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dtyped_properties_001.phpt17 $test = $reflector->newLazyProxy(function () {
H A Dtyped_properties_003.phpt21 $obj = $reflector->newLazyProxy(function () {
H A Dinit_trigger_serialize.phpt27 $obj = $reflector->newLazyProxy(function ($obj) {
H A Dserialize_dynamic_props.phpt25 $obj = $reflector->newLazyProxy(function () {
H A Djson_encode_dynamic_props.phpt27 $obj = $reflector->newLazyProxy(function () {
H A Dclone_creates_object_with_independent_state_003.phpt31 test('Proxy', $reflector->newLazyProxy(function () {
H A Dinit_trigger_reflection_object_toString.phpt32 $obj = $reflector->newLazyProxy(function ($obj) {
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_002.phpt25 $object = $reflector->newLazyProxy($initializer);

Completed in 18 milliseconds

123456