Home
last modified time | relevance | path

Searched refs:changed (Results 101 – 125 of 169) sorted by path

1234567

/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation19.phpt18 $a = "changed";
H A Darsort_error.phpt31 // dump the input array to ensure that it wasn't changed
H A Dasort_error.phpt31 // dump the input array to ensure that it wasn't changed
H A Dbug34982.phpt19 $input = 'changed';
25 [0] => changed
28 [0] => changed
H A Dbug42850.phpt21 $input = 'changed';
H A Dbug44181.phpt11 $foo = 'changed.foo';
17 string(%d) "changed.foo"
H A Dbug44182.phpt11 $a['foo'] = 'changed.foo';
H A Dextract_variation10.phpt9 $a['foo'] = 'changed.foo';
H A Dextract_variation11.phpt9 $foo = 'changed.foo';
13 %unicode|string%(11) "changed.foo"
H A Drsort_error.phpt27 // dump the input array to ensure that it wasn't changed
H A Dsort_error.phpt31 // dump the input array to ensure that it wasn't changed
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt21 $arr['ref'] = 'changed.ref';
22 $arr['val'] = 'changed.val';
37 &string(11) "changed.ref"
39 string(11) "changed.val"
43 &string(11) "changed.ref"
47 string(11) "changed.ref"
/PHP-5.5/ext/standard/tests/file/
H A D005_basic.phpt15 Description: Returns the time the file was last changed, or FALSE
H A D005_error.phpt15 Description: Returns the time the file was last changed, or FALSE
H A D005_variation-win32.phpt21 Description: Returns the time the file was last changed, or FALSE
H A D005_variation.phpt24 Description: Returns the time the file was last changed, or FALSE
H A D005_variation2-win32.phpt23 Description: Returns the time the file was last changed, or FALSE
H A D005_variation2.phpt23 Description: Returns the time the file was last changed, or FALSE
H A Dfgetc_variation3.phpt40 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgets_variation1.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetss_variation1-win32.phpt68 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfgetss_variation1.phpt64 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfile.inc163 Integer, Count of total files permission changed.
172 $changed = 0;
175 return $changed;
183 $changed++;
186 return $changed;
231 perms_changed => total files permission changed
348 perms_changed => total files permission changed
H A Dfopencookie.phpt13 * changed the binary interface, so if haven't detected it correctly,
H A Dparse_ini_file_variation1.phpt28 $a['section1']['value1'] = 'changed';
56 string(7) "changed"

Completed in 31 milliseconds

1234567