Home
last modified time | relevance | path

Searched refs:orig (Results 76 – 93 of 93) sorted by relevance

1234

/PHP-8.3/ext/ctype/tests/
H A Dctype_xdigit_variation1.phpt13 $orig = setlocale(LC_CTYPE, "C");
94 setlocale(LC_CTYPE, $orig);
/PHP-8.3/ext/spl/
H A Dspl_array.c147 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zend_object *orig, int cl… in spl_array_object_new_ex() argument
162 if (orig) { in spl_array_object_new_ex()
163 spl_array_object *other = spl_array_from_obj(orig); in spl_array_object_new_ex()
171 } else if (orig->handlers == &spl_handler_ArrayObject) { in spl_array_object_new_ex()
175 ZEND_ASSERT(orig->handlers == &spl_handler_ArrayIterator); in spl_array_object_new_ex()
176 ZVAL_OBJ_COPY(&intern->array, orig); in spl_array_object_new_ex()
180 ZVAL_OBJ_COPY(&intern->array, orig); in spl_array_object_new_ex()
H A Dspl_fixedarray.c278 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zend_object *orig, b… in spl_fixedarray_object_new_ex() argument
289 if (orig && clone_orig) { in spl_fixedarray_object_new_ex()
290 spl_fixedarray_object *other = spl_fixed_array_from_obj(orig); in spl_fixedarray_object_new_ex()
H A Dspl_heap.c406 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clo… in spl_heap_object_new_ex() argument
417 if (orig) { in spl_heap_object_new_ex()
418 spl_heap_object *other = spl_heap_from_obj(orig); in spl_heap_object_new_ex()
H A Dspl_dllist.c309 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zend_object *orig, int c… in spl_dllist_object_new_ex() argument
323 if (orig) { in spl_dllist_object_new_ex()
324 spl_dllist_object *other = spl_dllist_from_obj(orig); in spl_dllist_object_new_ex()
H A Dspl_observer.c258 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zend_object *orig) /* {… in spl_object_storage_new_ex() argument
303 if (orig) { in spl_object_storage_new_ex()
304 spl_SplObjectStorage *other = spl_object_storage_from_obj(orig); in spl_object_storage_new_ex()
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_basic7.phpt45 mail($to, $subject, $message, ['orig-date' => array('foo1')]);
230 TypeError: Header "orig-date" must be of type string, array given
/PHP-8.3/ext/dom/
H A Ddom_iterators.c73 ret->orig = NULL; in create_notation()
/PHP-8.3/ext/date/lib/
H A Dtimelib.h916 timelib_time* timelib_time_clone(timelib_time* orig);
/PHP-8.3/ext/libxml/
H A Dlibxml.c234 if (dict == NULL || !xmlDictOwns(dict, entity->orig)) { in php_libxml_node_free()
235 xmlFree(entity->orig); in php_libxml_node_free()
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c2536 uint32_t tmp, orig; in _zend_update_type_info() local
2747 orig = 0; in _zend_update_type_info()
2751 orig = t1; in _zend_update_type_info()
2758 orig = t1; in _zend_update_type_info()
2783 orig = assign_dim_result_type(orig, OP2_INFO(), tmp, opline->op2_type); in _zend_update_type_info()
2784 UPDATE_SSA_TYPE(orig, ssa_op->op1_def); in _zend_update_type_info()
2789 orig = (orig & (MAY_BE_REF|MAY_BE_OBJECT))|MAY_BE_RC1|MAY_BE_RCN; in _zend_update_type_info()
2790 UPDATE_SSA_TYPE(orig, ssa_op->op1_def); in _zend_update_type_info()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua176 local orig = find(as, chunk, 1, true)
177 if orig then
178 actargs[1] = orig-1 -- Replace with original offset.
/PHP-8.3/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-8.3/docs/
H A Dstreams.md141 #define PHP_STREAM_UNCHANGED 0 /* orig stream was seekable anyway */
/PHP-8.3/ext/pgsql/
H A Dpgsql.c372 int orig = PGG(ignore_notices); in _rollback_transactions() local
376 PGG(ignore_notices) = orig; in _rollback_transactions()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c3330 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
3348 if (orig != node) { in xmlSearchNsPrefixByHref()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic31141 # compression: 1=uncomp, 2=orig, 0x4448=HuffDic
H A Dmagic私はガラスを食べられます31141 # compression: 1=uncomp, 2=orig, 0x4448=HuffDic

Completed in 269 milliseconds

1234