Home
last modified time | relevance | path

Searched refs:changed (Results 51 – 75 of 167) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/streams/
H A Dbug76943.phpt21 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
27 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_language.phpt19 echo "Confirm language was changed:\n";
33 Confirm language was changed:
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt28 $a['section1']['value1'] = 'changed';
56 string(7) "changed"
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt107 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
114 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
121 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
128 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
134 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
142 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
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-7.4/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt15 static private $privateOverridden = "changed private";
16 static protected $protectedOverridden = "changed protected";
17 static public $publicOverridden = "changed public";
/PHP-7.4/ext/standard/tests/array/
H A Dbug71603.phpt10 $foo = '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 …
H A Dbug44182.phpt11 $a['foo'] = 'changed.foo';
H A Dextract_variation10.phpt9 $a['foo'] = 'changed.foo';
H A Darray_diff_uassoc_variation13.phpt24 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
49 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt36 // Ensure that node pointer has not changed position
43 // Ensure that node pointer has not changed position
50 // Ensure that node pointer has not changed position
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite1.phar.phpt13 changed
/PHP-7.4/Zend/tests/
H A Dbug64239_1.phpt2 Bug #64239 (get_class_methods() changed behavior)
H A Dbug70997.phpt2 Bug #70997 (When using parentClass:: instead of parent::, static context changed)
H A Dbug79793.phpt2 Bug #79793: Use after free if string used in undefined index warning is changed
H A Dbug40509.phpt2 Bug #40509 (key() function changed behaviour if global array is used within function)
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite.phar4 $phar["test.txt"] = "changed
H A Dwrite.phar.inc10 $phar["test.txt"] = "changed
/PHP-7.4/tests/lang/
H A DpassByReference_010.phpt8 $a = "a.changed";
52 string(9) "a.changed"
H A Dfunc_get_arg.005.phpt8 $a = 'changed.a';
/PHP-7.4/tests/classes/
H A Dconstants_error_003.phpt12 $a = "changed";
/PHP-7.4/ext/spl/tests/
H A DarrayObject_magicMethods5.phpt38 $ao->a = 'changed';
40 $ao->dynamic = 'new.changed';
75 In UsesMagic::__set(a,changed)
77 In UsesMagic::__set(dynamic,new.changed)
/PHP-7.4/Zend/tests/traits/
H A Dbug54441.phpt19 Fatal error: The modifiers for the trait alias dontKnow() need to be changed in the same statement …
/PHP-7.4/ext/zip/tests/
H A Doo_externalattributes.phpt31 echo "== Get changed\n";
60 == Get changed

Completed in 27 milliseconds

1234567