Home
last modified time | relevance | path

Searched refs:changed (Results 26 – 50 of 169) sorted by relevance

1234567

/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods2.phpt35 $ao->a = 'changed';
37 $ao->dynamic = 'new.changed';
86 string(7) "changed"
88 string(11) "new.changed"
103 string(7) "changed"
107 string(11) "new.changed"
122 string(7) "changed"
124 string(11) "new.changed"
156 string(7) "changed"
158 string(11) "new.changed"
H A DarrayObject_setFlags_basic1.phpt15 $ao->p = $ao->p . '.changed';
37 string(23) "object property.changed"
42 string(21) "array element.changed"
51 string(8) ".changed"
H A Darray_010.phpt51 $x = $obj[6] = 'changed 6';
113 string(9) "changed 6"
114 string(9) "changed 6"
128 string(9) "changed 6"
142 string(9) "changed 6"
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt17 static private $privateOverridden = "changed private";
18 static protected $protectedOverridden = "changed protected";
19 static public $publicOverridden = "changed public";
63 string(15) "changed private"
64 string(17) "changed protected"
65 string(14) "changed public"
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt17 static private $privateOverridden = "changed private";
18 static protected $protectedOverridden = "changed protected";
19 static public $publicOverridden = "changed public";
H A DReflectionClass_setStaticPropertyValue_001_2_4.phpt17 static private $privateOverridden = "changed private";
18 static protected $protectedOverridden = "changed protected";
19 static public $publicOverridden = "changed public";
H A Dbug42976.phpt8 $x = "x.changed";
27 string(9) "x.changed"
H A DReflectionClass_setStaticPropertyValue_001.phpt17 static private $privateOverridden = "changed private";
18 static protected $protectedOverridden = "changed protected";
19 static public $publicOverridden = "changed public";
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt29 $ua[0] = "a0.changed";
46 $ua[0] = "a0.changed";
63 $ucontainer->a = "container->a.changed";
81 $ucontainer->b = "container->a.changed";
121 string(10) "a0.changed"
162 &string(10) "a0.changed"
164 &string(10) "a0.changed"
199 string(20) "container->a.changed"
240 &string(20) "container->a.changed"
242 &string(20) "container->a.changed"
H A Dserialization_objects_005.phpt31 $ref1 = "ref1.changed";
33 $complete->p = "p.changed";
51 $ref2 = "ref1.changed";
53 $incomplete->p = "p.changed";
75 string(12) "ref1.changed"
76 string(9) "p.changed"
105 string(9) "p.changed"
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation7.phpt28 echo "-- \$a changed --\n";
40 echo "-- \$arr1 changed --\n";
68 -- $a changed --
90 -- $arr1 changed --
H A Dbug44181.phpt11 $foo = 'changed.foo';
17 string(%d) "changed.foo"
H A Dextract_variation11.phpt9 $foo = 'changed.foo';
13 %unicode|string%(11) "changed.foo"
H A Darray_diff_assoc_variation7.phpt31 echo "-- Results when \$a has been changed to $a: --\n";
43 echo "-- Results when \$arr1 is changed --\n";
70 -- Results when $a has been changed to 4: --
96 -- Results when $arr1 is changed --
H A Darray_intersect_uassoc_variation8.phpt22 …ray_intersect_uassoc() function with referenced variable \$ref_var value changed to $ref_var --\n";
40 -- Testing array_intersect_uassoc() function with referenced variable $ref_var value changed to 10 …
/PHP-5.5/tests/classes/
H A Dproperty_recreate_protected.phpt11 $this->p = 'changed';
17 $this->p = 'changed in D';
42 %unicode|string%(7) "changed"
48 %unicode|string%(12) "changed in D"
H A Dproperty_recreate_private.phpt11 $this->p = 'changed';
17 $this->p = 'changed in D';
57 %unicode|string%(7) "changed"
63 %unicode|string%(12) "changed in D"
76 %unicode|string%(7) "changed"
H A D__call_003.phpt9 $values[0][0] = 'changed';
31 &string(7) "changed"
H A Darray_access_001.phpt72 $x = $obj[6] = 'changed 6';
165 object::offsetSet(6,changed 6)
167 string(9) "changed 6"
168 string(9) "changed 6"
182 string(9) "changed 6"
196 string(9) "changed 6"
H A Darray_access_002.phpt72 $x = $obj[6] = 'changed 6';
165 object::offsetSet(6,changed 6)
167 string(9) "changed 6"
168 string(9) "changed 6"
182 string(9) "changed 6"
196 string(9) "changed 6"
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt17 $obj->$k="changed.$k";
25 $v="changed.$k";
33 $v="changed.$k";
94 string(9) "changed.a"
96 string(9) "changed.b"
98 string(9) "changed.c"
122 string(9) "changed.a"
124 string(9) "changed.b"
126 &string(9) "changed.c"
H A DpassByReference_007.phpt41 $ref = "changed";
87 string(7) "changed"
96 string(7) "changed"
105 string(7) "changed"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt7 $arg = 'changed';
11 $arg = 'changed';
58 &string(7) "changed"
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_012_confirm.phpt2 Phar object: unset file (confirm disk file is changed)
26 if ($md5 == $md52) echo 'File on disk has not changed';
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt28 $a['section1']['value1'] = 'changed';
56 string(7) "changed"

Completed in 54 milliseconds

1234567