Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 102) sorted by last modified time

12345

/PHP-7.4/ext/pgsql/
H A Dpgsql.c1017 int orig = PGG(ignore_notices); in _rollback_transactions() local
1027 PGG(ignore_notices) = orig; in _rollback_transactions()
/PHP-7.4/main/streams/
H A Dstreams.c104 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
108 return orig; in php_stream_encloses()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1643 zend_function *func, *orig; in PHP_MINIT_FUNCTION() local
1654 …if ((orig = zend_hash_str_find_ptr(CG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_MINIT_FUNCTION()
1658 ZEND_ASSERT(orig->type == ZEND_INTERNAL_FUNCTION); in PHP_MINIT_FUNCTION()
1660 zend_hash_add_mem(CG(function_table), str, orig, sizeof(zend_internal_function)); in PHP_MINIT_FUNCTION()
1662 function_add_ref(orig); in PHP_MINIT_FUNCTION()
1684 zend_function *orig; in PHP_MSHUTDOWN_FUNCTION() local
1689 (orig = zend_hash_str_find_ptr(CG(function_table), p->save_func, strlen(p->save_func)))) { in PHP_MSHUTDOWN_FUNCTION()
1691 …zend_hash_str_update_mem(CG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_MSHUTDOWN_FUNCTION()
1692 function_add_ref(orig); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c210 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clon… in spl_fixedarray_object_new_ex() argument
225 if (orig && clone_orig) { in spl_fixedarray_object_new_ex()
226 spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig); in spl_fixedarray_object_new_ex()
H A Dspl_array.c168 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_ori… in spl_array_object_new_ex() argument
181 if (orig) { in spl_array_object_new_ex()
182 spl_array_object *other = Z_SPLARRAY_P(orig); in spl_array_object_new_ex()
190 } else if (Z_OBJ_HT_P(orig) == &spl_handler_ArrayObject) { in spl_array_object_new_ex()
194 ZEND_ASSERT(Z_OBJ_HT_P(orig) == &spl_handler_ArrayIterator); in spl_array_object_new_ex()
195 ZVAL_COPY(&intern->array, orig); in spl_array_object_new_ex()
199 ZVAL_COPY(&intern->array, orig); in spl_array_object_new_ex()
H A Dspl_heap.c398 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig… in spl_heap_object_new_ex() argument
409 if (orig) { in spl_heap_object_new_ex()
410 spl_heap_object *other = Z_SPLHEAP_P(orig); in spl_heap_object_new_ex()
H A Dspl_dllist.c370 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_or… in spl_dllist_object_new_ex() argument
384 if (orig) { in spl_dllist_object_new_ex()
385 spl_dllist_object *other = Z_SPLDLLIST_P(orig); in spl_dllist_object_new_ex()
H A Dspl_observer.c228 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zval *orig) /* {{{ */ in spl_object_storage_new_ex() argument
258 if (orig) { in spl_object_storage_new_ex()
259 spl_SplObjectStorage *other = Z_SPLOBJSTORAGE_P(orig); in spl_object_storage_new_ex()
260 spl_object_storage_addall(intern, orig, other); in spl_object_storage_new_ex()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1 diff -u libmagic.orig/apprentice.c libmagic/apprentice.c
2 --- libmagic.orig/apprentice.c 2019-02-20 03:35:27.000000000 +0100
1006 diff -u libmagic.orig/buffer.c libmagic/buffer.c
1063 diff -u libmagic.orig/cdf.c libmagic/cdf.c
1342 diff -u libmagic.orig/cdf.h libmagic/cdf.h
1546 diff -u libmagic.orig/der.c libmagic/der.c
1646 diff -u libmagic.orig/file.h libmagic/file.h
2233 diff -u libmagic.orig/funcs.c libmagic/funcs.c
2589 diff -u libmagic.orig/magic.c libmagic/magic.c
3054 diff -u libmagic.orig/magic.h libmagic/magic.h
[all …]
H A Dgenerate_patch.sh2 if [[ ! -d libmagic.orig ]]; then
3 mkdir libmagic.orig
5 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
7 sed -e "s/X\.YY/${VERSION//.}/g" libmagic.orig/magic.h.in > libmagic.orig/magic.h
8 diff -u libmagic.orig libmagic | grep -v '^Only in' > libmagic.patch
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc240 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
243 if (isset($ascii) && !$ascii && $orig === $data) {
246 …} elseif ((!empty($ascii) || isset($bug39583)) && $data === strtr($orig, array("\r\n" => "\n", "\r…
251 var_dump($orig);
257 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
258 if ( $orig === $data) {
263 var_dump($orig);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2434 uint32_t tmp, orig; in zend_update_type_info() local
2619 orig = 0; in zend_update_type_info()
2623 orig = t1; in zend_update_type_info()
2630 orig = t1; in zend_update_type_info()
2655 orig = assign_dim_result_type(orig, OP2_INFO(), tmp, opline->op2_type); in zend_update_type_info()
2656 UPDATE_SSA_TYPE(orig, ssa_ops[i].op1_def); in zend_update_type_info()
2661 if (!(orig & MAY_BE_REF)) { in zend_update_type_info()
2664 orig |= MAY_BE_OBJECT | MAY_BE_RC1 | MAY_BE_RCN; in zend_update_type_info()
2666 if (orig & MAY_BE_OBJECT) { in zend_update_type_info()
2667 orig |= (MAY_BE_RC1|MAY_BE_RCN); in zend_update_type_info()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_encoding.c3330 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
3348 if (orig != node) { in xmlSearchNsPrefixByHref()
H A Dphp_http.c489 php_url *orig; in make_http_soap_request() local
491 (orig = (php_url *) zend_fetch_resource_ex(tmp, "httpurl", le_url)) != NULL && in make_http_soap_request()
493 (((use_ssl && orig->scheme != NULL && zend_string_equals_literal(orig->scheme, "https")) || in make_http_soap_request()
494 (!use_ssl && orig->scheme == NULL) || in make_http_soap_request()
495 (!use_ssl && !zend_string_equals_literal(orig->scheme, "https"))) && in make_http_soap_request()
496 strcmp(ZSTR_VAL(orig->host), ZSTR_VAL(phpurl->host)) == 0 && in make_http_soap_request()
497 orig->port == phpurl->port))) { in make_http_soap_request()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h813 timelib_time* timelib_time_clone(timelib_time* orig);
/PHP-7.4/Zend/
H A Dzend_ini.c411 ZEND_API zend_long zend_ini_long(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long() argument
417 if (orig && ini_entry->modified) { in zend_ini_long()
428 ZEND_API double zend_ini_double(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double() argument
434 if (orig && ini_entry->modified) { in zend_ini_double()
445 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists) /* {… in zend_ini_string_ex() argument
455 if (orig && ini_entry->modified) { in zend_ini_string_ex()
469 ZEND_API char *zend_ini_string(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string() argument
474 return_value = zend_ini_string_ex(name, name_length, orig, &exists); in zend_ini_string()
/PHP-7.4/ext/reflection/tests/
H A Dbug79487.phpt6 public static $bar = 'orig';
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt17 $orig = setlocale(LC_ALL, 'C');
34 setlocale(LC_ALL, $orig);
H A Dstrptime_parts.phpt16 $orig = setlocale(LC_ALL, 'C');
52 setlocale(LC_ALL, $orig);
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt56 'orig-date' => array('foo1'),
151 Warning: mail(): 'orig-date' header must be at most one header. Array is passed for 'orig-date' in …
/PHP-7.4/ext/spl/tests/
H A Dbug54323.phpt6 public $prop = 'C::prop.orig';
H A DarrayObject___construct_basic2.phpt6 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 DarrayObject___construct_basic3.phpt6 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"
/PHP-7.4/ext/hash/
H A Dhash_sha3.c247 PHP_SHA3_CTX* orig = (PHP_SHA3_CTX*)orig_context; in hash_sha3_copy() local
249 memcpy(dest->hashinstance, orig->hashinstance, sizeof(Keccak_HashInstance)); in hash_sha3_copy()
/PHP-7.4/ext/gd/tests/
H A Dbug77200.phpt11 $orig = imagecreatetruecolor(8, 8);
12 $red = imagecolorallocate($orig, 255, 0, 0);
13 $green = imagecolorallocate($orig, 0, 255, 0);
14 $blue = imagecolorallocate($orig, 0, 0, 255);
16 imagefilledrectangle($orig, 0, 0, 3, 3, $green); // tl
17 imagefilledrectangle($orig, 4, 0, 7, 3, $red); // tr
18 imagefilledrectangle($orig, 0, 4, 3, 7, $green); // bl
19 imagefilledrectangle($orig, 4, 4, 7, 7, $blue); // br
21 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
24 imagefilledrectangle($orig, 0, 0, 3, 3, $red); // tl
[all …]

Completed in 144 milliseconds

12345