/PHP-5.6/ext/date/tests/ |
H A D | date_time_immutable.phpt | 103 orig: 2012-12-27 16:24:08 Europe/London 106 orig: 2012-12-29 16:24:08 Europe/London 111 orig: 2012-12-27 16:24:08 Europe/London 114 orig: 2012-12-29 16:24:10 Europe/London 119 orig: 2012-12-27 16:24:08 Europe/London 122 orig: 2012-12-25 16:24:06 Europe/London 127 orig: 2012-12-27 16:24:08 Europe/London 130 orig: 2012-12-28 01:24:08 Asia/Tokyo 133 orig: 2012-12-27 16:24:08 Europe/London 138 orig: 2012-12-27 16:24:08 Europe/London [all …]
|
H A D | DateTimeZone_clone_basic1.phpt | 12 $orig = new DateTimeZone("GMT"); 15 $clone = clone $orig; 17 var_dump($orig); 20 if ($clone != $orig) { 22 }else if ($clone === $orig) {
|
H A D | DateTime_clone_basic1.phpt | 12 $orig = new DateTime('2008-07-02 14:25:41'); 15 $clone = clone $orig; 18 $orig->setTime(22, 41, 50); 20 echo "Original: " . $orig->format("H:i:s") . "\n";
|
/PHP-5.6/ext/dom/ |
H A D | php_dom.h | 151 #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ argument 152 if (Z_TYPE_P(orig) != IS_##upper_type) { \ 153 if (Z_REFCOUNT_P(orig) > 1) { \ 154 copy = *orig; \ 156 orig = © \ 158 convert_to_##lower_type(orig); \ 161 #define convert_to_string_copy(orig, copy) convert_to_copy_master(orig, copy, string, STRING); argument 162 #define convert_to_long_copy(orig, copy) convert_to_copy_master(orig, copy, long, LONG); argument 163 #define convert_to_boolean_copy(orig, copy) convert_to_copy_master(orig, copy, boolean, BOOL); argument
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_file_set_external_attributes.c | 54 unchanged_opsys = e->orig ? e->orig->version_madeby>>8 : ZIP_OPSYS_DEFAULT; in zip_file_set_external_attributes() 55 unchanged_attributes = e->orig ? e->orig->ext_attrib : ZIP_EXT_ATTRIB_DEFAULT; in zip_file_set_external_attributes() 61 if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) { in zip_file_set_external_attributes()
|
H A D | zip_file_set_comment.c | 80 if (e->orig && e->orig->comment) in zip_file_set_comment() 81 changed = !_zip_string_equal(e->orig->comment, cstr); in zip_file_set_comment() 87 if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) { in zip_file_set_comment()
|
H A D | zip_set_file_compression.c | 64 old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method); in zip_set_file_compression() 79 if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) { in zip_set_file_compression()
|
H A D | zip_entry.c | 42 _zip_dirent_free(e->orig); in _zip_entry_finalize() 51 e->orig = NULL; in _zip_entry_init()
|
H A D | zip_set_name.c | 92 if (e->orig) in _zip_set_name() 93 changed = !_zip_string_equal(e->orig->filename, str); in _zip_set_name() 99 if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) { in _zip_set_name()
|
/PHP-5.6/ext/spl/tests/ |
H A D | arrayObject___construct_basic2.phpt | 6 public $prop = 'C::prop.orig'; 10 public $prop = 'MyArrayObject::prop.orig'; 52 prop=>C::prop.orig 55 string(12) "C::prop.orig" 80 prop=>C::prop.orig 82 string(24) "MyArrayObject::prop.orig" 83 string(12) "C::prop.orig"
|
H A D | arrayObject___construct_basic4.phpt | 6 public $prop = 'C::prop.orig'; 10 public $prop = 'MyArrayObject::prop.orig'; 52 prop=>C::prop.orig 54 string(12) "C::prop.orig" 55 string(12) "C::prop.orig" 82 prop=>C::prop.orig 84 string(24) "MyArrayObject::prop.orig" 85 string(12) "C::prop.orig"
|
H A D | arrayObject___construct_basic5.phpt | 6 public $prop = 'C::prop.orig'; 10 public $prop = 'MyArrayObject::prop.orig'; 52 prop=>C::prop.orig 54 string(12) "C::prop.orig" 55 string(12) "C::prop.orig" 82 prop=>C::prop.orig 84 string(24) "MyArrayObject::prop.orig" 85 string(12) "C::prop.orig"
|
H A D | arrayObject___construct_basic3.phpt | 6 public $prop = 'C::prop.orig'; 10 public $prop = 'MyArrayObject::prop.orig'; 52 prop=>C::prop.orig 55 string(12) "C::prop.orig" 80 prop=>C::prop.orig 82 string(24) "MyArrayObject::prop.orig" 83 string(12) "C::prop.orig"
|
H A D | arrayObject_clone_basic3.phpt | 6 public $p = 'C::p.orig'; 27 string(9) "C::p.orig" 41 string(9) "C::p.orig" 58 string(9) "C::p.orig" 74 string(9) "C::p.orig"
|
/PHP-5.6/ |
H A D | genfiles | 26 cp $f $f.orig 27 grep -v '#line ' $f.orig > $f
|
/PHP-5.6/ext/ereg/ |
H A D | regex.patch | 1 diff -u regex.orig/regerror.c regex/regerror.c 2 --- regex.orig/regerror.c 2011-08-09 19:49:30.000000000 +0800 61 diff -u regex.orig/regerror.ih regex/regerror.ih 62 --- regex.orig/regerror.ih 2011-08-09 19:49:00.000000000 +0800
|
/PHP-5.6/ext/ctype/tests/ |
H A D | ctype_digit_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_alnum_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_alpha_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_lower_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_print_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_upper_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_xdigit_basic.phpt | 13 $orig = setlocale(LC_CTYPE, "C"); 21 setlocale(LC_CTYPE, $orig);
|
H A D | ctype_cntrl_basic.phpt | 14 $orig = setlocale(LC_CTYPE, "C"); 22 setlocale(LC_CTYPE, $orig);
|
/PHP-5.6/sapi/caudium/ |
H A D | config.m4 | 36 string orig,pike=Stdio.File("stdin")->read()-"\n"; 37 orig=pike; 38 if(search(orig, "/")) 39 orig = combine_path(getcwd(), orig); 42 write(combine_path(dirname(orig), pike)); '`
|