Home
last modified time | relevance | path

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

12345678

/PHP-8.3/ext/standard/tests/array/
H A Darray_key_first_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_first ***\n";
26 *** Checking for internal array pointer not being changed by array_key_first ***
H A Darray_key_last_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_last ***\n";
26 *** Checking for internal array pointer not being changed by array_key_last ***
H A Darray_intersect_uassoc_variation8.phpt17 …ray_intersect_uassoc() function with referenced variable \$ref_var value changed to $ref_var --\n";
34 -- Testing array_intersect_uassoc() function with referenced variable $ref_var value changed to 10 …
H A Dbug71603.phpt10 $foo = 'changed!';
H A Darray_diff_uassoc_variation13.phpt18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
42 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
H A Dextract_variation10.phpt9 $a['foo'] = 'changed.foo';
H A Dbug44182.phpt11 $a['foo'] = 'changed.foo';
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_rename_column.phpt25 $db->exec('alter table tbl rename column orig to changed');
35 string(7) "changed"
/PHP-8.3/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt22 $a['section1']['value1'] = 'changed';
49 string(7) "changed"
/PHP-8.3/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-8.3/ext/session/tests/
H A D014.phpt38 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
41 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
/PHP-8.3/ext/mbstring/tests/
H A Dmb_language.phpt19 echo "Confirm language was changed:\n";
37 Confirm language was changed:
/PHP-8.3/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-8.3/ext/xmlreader/tests/
H A D003-get-errors.phpt40 // Ensure that node pointer has not changed position
47 // Ensure that node pointer has not changed position
54 // Ensure that node pointer has not changed position
/PHP-8.3/ext/standard/tests/serialize/
H A Dmax_depth.phpt116 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
123 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
130 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
137 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
145 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
155 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
H A Dserialization_objects_005.phpt20 $ref1 = "ref1.changed";
22 $complete->p = "p.changed";
44 $ref2 = "ref1.changed";
47 $incomplete->p = "p.changed";
84 string(12) "ref1.changed"
85 string(9) "p.changed"
112 string(9) "p.changed"
/PHP-8.3/ext/phar/tests/cache_list/
H A Dcopyonwrite1.phar.phpt13 changed
/PHP-8.3/ext/zip/tests/
H A Doo_getstreamindex.phpt35 echo "== Index, changed\n";
66 == Index, changed
H A Doo_externalattributes.phpt29 echo "== Get changed\n";
58 == Get changed
/PHP-8.3/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)
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dwrite.phar4 $phar["test.txt"] = "changed
H A Dwrite.phar.inc10 $phar["test.txt"] = "changed
/PHP-8.3/tests/lang/
H A DpassByReference_010.phpt8 $a = "a.changed";
62 string(9) "a.changed"
/PHP-8.3/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)

Completed in 65 milliseconds

12345678