Home
last modified time | relevance | path

Searched refs:orig (Results 76 – 100 of 102) sorted by last modified time

12345

/PHP-7.4/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt18 $orig = setlocale(LC_CTYPE, "C");
99 setlocale(LC_CTYPE, $orig);
H A Dctype_alpha_variation2.phpt19 $orig = setlocale(LC_CTYPE, "C");
27 setlocale(LC_CTYPE, $orig);
H A Dctype_alpha_variation4.phpt18 $orig = setlocale(LC_CTYPE, "C");
39 setlocale(LC_CTYPE, $orig);
H A Dctype_cntrl_variation1.phpt18 $orig = setlocale(LC_CTYPE, "C");
100 setlocale(LC_CTYPE, $orig);
H A Dctype_digit_variation2.phpt19 $orig = setlocale(LC_CTYPE, "C");
27 setlocale(LC_CTYPE, $orig);
H A Dctype_digit_variation4.phpt18 $orig = setlocale(LC_CTYPE, "C");
39 setlocale(LC_CTYPE, $orig);
H A Dctype_graph_variation1.phpt18 $orig = setlocale(LC_CTYPE, "C");
99 setlocale(LC_CTYPE, $orig);
H A Dctype_graph_variation3.phpt19 $orig = setlocale(LC_CTYPE, "C");
59 setlocale(LC_CTYPE, $orig);
H A Dctype_graph_variation4.phpt18 $orig = setlocale(LC_CTYPE, "C");
39 setlocale(LC_CTYPE, $orig);
/PHP-7.4/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt16 … to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
20 … to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dunexpected_array_mod_bug_variation1.phpt2 Crash when function parameter modified via reference while keeping orig refcount
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_basic4.phpt6 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 DarrayObject___construct_basic5.phpt6 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 DarrayObject_clone_basic3.phpt6 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-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt37 /* Close duplicated socket, teh orig is still valid. */
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object.phpt35 $orig = array('.1.3.6.1.2.1.1.1.0', '.1.3.6.1.2.1.1.5.0');
36 $result = $session->get($orig, TRUE);
37 foreach($orig as $oid){
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c759 #define PharFileFunction(fname, funcnum, orig) \ argument
762 PHAR_G(orig)(INTERNAL_FUNCTION_PARAM_PASSTHRU); \
771 phar_file_stat(filename, filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PARAM_PASSTHRU); \
1009 if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
1010 PHAR_G(orig_##func) = orig->internal_function.handler; \
1011 orig->internal_function.handler = phar_##func; \
1016 zend_function *orig; in phar_intercept_functions_init() local
1046 …if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeo…
1047 orig->internal_function.handler = PHAR_G(orig_##func); \
1053 zend_function *orig; in phar_intercept_functions_shutdown() local
/PHP-7.4/ext/hash/tests/
H A Dhash-clone.phpt10 $orig = hash_init($algo);
11 hash_update($orig, "I can't remember anything");
12 $copy = clone $orig;
13 var_dump(hash_final($orig));
20 $orig = hash_init($algo);
21 hash_update($orig, "I can't remember anything");
22 $copy = clone $orig;
23 var_dump(hash_final($orig));
H A Dhash_copy_001.phpt10 $orig = hash_init($algo);
11 hash_update($orig, "I can't remember anything");
12 $copy = hash_copy($orig);
13 var_dump(hash_final($orig));
20 $orig = hash_init($algo);
21 hash_update($orig, "I can't remember anything");
22 $copy = hash_copy($orig);
23 var_dump(hash_final($orig));
/PHP-7.4/ext/gd/tests/
H A Dbug77198_auto.phpt24 $orig = createWhiteImageWithBlackPixelAt($x, $y);
25 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
43 imagedestroy($orig);
H A Dbug77198_threshold.phpt21 $orig = createWhiteImageWithBlackPixelAt($x, $y);
22 $cropped = imagecropauto($orig, IMG_CROP_THRESHOLD, 1, 0xffffff);
40 imagedestroy($orig);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます23179 # compression: 1=uncomp, 2=orig, 0x4448=HuffDic
H A Dmagic23179 # compression: 1=uncomp, 2=orig, 0x4448=HuffDic
/PHP-7.4/ext/date/tests/
H A Ddate_time_immutable.phpt103 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 …]
/PHP-7.4/ext/date/lib/
H A Dtimelib.c85 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone() argument
88 memcpy(tmp, orig, sizeof(timelib_time)); in timelib_time_clone()
89 if (orig->tz_abbr) { in timelib_time_clone()
90 tmp->tz_abbr = timelib_strdup(orig->tz_abbr); in timelib_time_clone()
92 if (orig->tz_info) { in timelib_time_clone()
93 tmp->tz_info = orig->tz_info; in timelib_time_clone()

Completed in 151 milliseconds

12345