orig              421 Zend/zend_ini.c ZEND_API zend_long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */
orig              427 Zend/zend_ini.c 		if (orig && ini_entry->modified) {
orig              438 Zend/zend_ini.c ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */
orig              444 Zend/zend_ini.c 		if (orig && ini_entry->modified) {
orig              455 Zend/zend_ini.c ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{ */
orig              465 Zend/zend_ini.c 		if (orig && ini_entry->modified) {
orig              479 Zend/zend_ini.c ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */
orig              484 Zend/zend_ini.c 	return_value = zend_ini_string_ex(name, name_length, orig, &exists);
orig               84 Zend/zend_ini.h ZEND_API zend_long zend_ini_long(char *name, uint name_length, int orig);
orig               85 Zend/zend_ini.h ZEND_API double zend_ini_double(char *name, uint name_length, int orig);
orig               86 Zend/zend_ini.h ZEND_API char *zend_ini_string(char *name, uint name_length, int orig);
orig               87 Zend/zend_ini.h ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
orig               55 ext/date/lib/timelib.c timelib_time* timelib_time_clone(timelib_time *orig)
orig               58 ext/date/lib/timelib.c 	memcpy(tmp, orig, sizeof(timelib_time));
orig               59 ext/date/lib/timelib.c 	if (orig->tz_abbr) {
orig               60 ext/date/lib/timelib.c 		tmp->tz_abbr = timelib_strdup(orig->tz_abbr);
orig               62 ext/date/lib/timelib.c 	if (orig->tz_info) {
orig               63 ext/date/lib/timelib.c 		tmp->tz_info = orig->tz_info;
orig              140 ext/date/lib/timelib.h timelib_time* timelib_time_clone(timelib_time* orig);
orig               72 ext/dom/dom_iterators.c 	ret->orig = NULL;
orig             1608 ext/mbstring/mbstring.c 	zend_function *func, *orig;
orig             1631 ext/mbstring/mbstring.c 				if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NULL) {
orig             1635 ext/mbstring/mbstring.c 					ZEND_ASSERT(orig->type == ZEND_INTERNAL_FUNCTION);
orig             1636 ext/mbstring/mbstring.c 					zend_hash_str_add_mem(EG(function_table), p->save_func, strlen(p->save_func), orig, sizeof(zend_internal_function));
orig             1637 ext/mbstring/mbstring.c 					function_add_ref(orig);
orig             1663 ext/mbstring/mbstring.c 	zend_function *orig;
orig             1688 ext/mbstring/mbstring.c 				(orig = zend_hash_str_find_ptr(EG(function_table), p->save_func, strlen(p->save_func)))) {
orig             1690 ext/mbstring/mbstring.c 				zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function));
orig             1691 ext/mbstring/mbstring.c 				function_add_ref(orig);
orig              997 ext/pgsql/pgsql.c 	int orig;
orig             1017 ext/pgsql/pgsql.c 		orig = PGG(ignore_notices);
orig             1027 ext/pgsql/pgsql.c 		PGG(ignore_notices) = orig;
orig              805 ext/phar/func_interceptors.c #define PharFileFunction(fname, funcnum, orig) \
orig              808 ext/phar/func_interceptors.c 		PHAR_G(orig)(INTERNAL_FUNCTION_PARAM_PASSTHRU); \
orig              817 ext/phar/func_interceptors.c 		phar_file_stat(filename, (php_stat_len) filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PARAM_PASSTHRU); \
orig             1055 ext/phar/func_interceptors.c 	if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
orig             1056 ext/phar/func_interceptors.c 		PHAR_G(orig_##func) = orig->internal_function.handler; \
orig             1057 ext/phar/func_interceptors.c 		orig->internal_function.handler = phar_##func; \
orig             1062 ext/phar/func_interceptors.c 	zend_function *orig;
orig             1092 ext/phar/func_interceptors.c 	if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
orig             1093 ext/phar/func_interceptors.c 		orig->internal_function.handler = PHAR_G(orig_##func); \
orig             1099 ext/phar/func_interceptors.c 	zend_function *orig;
orig             3358 ext/soap/php_encoding.c 	xmlNodePtr orig = node;
orig             3376 ext/soap/php_encoding.c 			if (orig != node) {
orig              481 ext/soap/php_http.c 	  php_url *orig;
orig              483 ext/soap/php_http.c 		    (orig = (php_url *) zend_fetch_resource_ex(tmp, "httpurl", le_url)) != NULL &&
orig              485 ext/soap/php_http.c 		     (((use_ssl && orig->scheme != NULL && strcmp(orig->scheme, "https") == 0) ||
orig              486 ext/soap/php_http.c 		      (!use_ssl && orig->scheme == NULL) ||
orig              487 ext/soap/php_http.c 		      (!use_ssl && strcmp(orig->scheme, "https") != 0)) &&
orig              488 ext/soap/php_http.c 		     strcmp(orig->host, phpurl->host) == 0 &&
orig              489 ext/soap/php_http.c 		     orig->port == phpurl->port))) {
orig              157 ext/spl/spl_array.c static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig)
orig              170 ext/spl/spl_array.c 	if (orig) {
orig              171 ext/spl/spl_array.c 		spl_array_object *other = Z_SPLARRAY_P(orig);
orig              179 ext/spl/spl_array.c 			} else if (Z_OBJ_HT_P(orig) == &spl_handler_ArrayObject) {
orig              183 ext/spl/spl_array.c 				ZEND_ASSERT(Z_OBJ_HT_P(orig) == &spl_handler_ArrayIterator);
orig              184 ext/spl/spl_array.c 				ZVAL_COPY(&intern->array, orig);
orig              188 ext/spl/spl_array.c 			ZVAL_COPY(&intern->array, orig);
orig              370 ext/spl/spl_dllist.c static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
orig              384 ext/spl/spl_dllist.c 	if (orig) {
orig              385 ext/spl/spl_dllist.c 		spl_dllist_object *other = Z_SPLDLLIST_P(orig);
orig              215 ext/spl/spl_fixedarray.c static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
orig              229 ext/spl/spl_fixedarray.c 	if (orig && clone_orig) {
orig              230 ext/spl/spl_fixedarray.c 		spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig);
orig              362 ext/spl/spl_heap.c static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
orig              376 ext/spl/spl_heap.c 	if (orig) {
orig              377 ext/spl/spl_heap.c 		spl_heap_object *other = Z_SPLHEAP_P(orig);
orig              217 ext/spl/spl_observer.c static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zval *orig) /* {{{ */
orig              233 ext/spl/spl_observer.c 	if (orig) {
orig              234 ext/spl/spl_observer.c 		spl_SplObjectStorage *other = Z_SPLOBJSTORAGE_P(orig);
orig              235 ext/spl/spl_observer.c 		spl_object_storage_addall(intern, orig, other);
orig              141 ext/zip/lib/zip_close.c 	    if ((entry->changes=_zip_dirent_clone(entry->orig)) == NULL) {
orig              117 ext/zip/lib/zip_dirent.c 	if ((ret=_zip_dirent_write(za, entry->changes ? entry->changes : entry->orig, ZIP_FL_CENTRAL)) < 0)
orig              881 ext/zip/lib/zip_dirent.c 	if (za->entry[idx].orig == NULL) {
orig              889 ext/zip/lib/zip_dirent.c 	return za->entry[idx].orig;
orig               41 ext/zip/lib/zip_entry.c     _zip_dirent_free(e->orig);
orig               49 ext/zip/lib/zip_entry.c     e->orig = NULL;
orig              376 ext/zip/lib/zip_extra_field.c     if (e->orig == NULL || e->orig->local_extra_fields_read)
orig              379 ext/zip/lib/zip_extra_field.c     if (e->orig->offset + 26 > ZIP_INT64_MAX) {
orig              384 ext/zip/lib/zip_extra_field.c     if (zip_source_seek(za->src, (zip_int64_t)(e->orig->offset + 26), SEEK_SET) < 0) {
orig              426 ext/zip/lib/zip_extra_field.c 	    e->orig->extra_fields = _zip_ef_merge(e->orig->extra_fields, ef);
orig              430 ext/zip/lib/zip_extra_field.c     e->orig->local_extra_fields_read = 1;
orig              433 ext/zip/lib/zip_extra_field.c 	e->changes->extra_fields = e->orig->extra_fields;
orig              346 ext/zip/lib/zip_extra_field_api.c     if (e->orig) {
orig              352 ext/zip/lib/zip_extra_field_api.c         if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig              358 ext/zip/lib/zip_extra_field_api.c     if (e->orig && e->orig->extra_fields) {
orig              359 ext/zip/lib/zip_extra_field_api.c 	if ((e->changes->extra_fields=_zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL)
orig               56 ext/zip/lib/zip_file_get_offset.c     offset = za->entry[idx].orig->offset;
orig               93 ext/zip/lib/zip_file_replace.c     if (za->entry[idx].orig != NULL && (za->entry[idx].changes == NULL || (za->entry[idx].changes->changed & ZIP_DIRENT_COMP_METHOD) == 0)) {
orig               95 ext/zip/lib/zip_file_replace.c             if ((za->entry[idx].changes=_zip_dirent_clone(za->entry[idx].orig)) == NULL) {
orig               78 ext/zip/lib/zip_file_set_comment.c     if (e->orig && e->orig->comment)
orig               79 ext/zip/lib/zip_file_set_comment.c 	changed = !_zip_string_equal(e->orig->comment, cstr);
orig               85 ext/zip/lib/zip_file_set_comment.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig               54 ext/zip/lib/zip_file_set_external_attributes.c     unchanged_opsys = (e->orig ? (zip_uint8_t)(e->orig->version_madeby>>8) : (zip_uint8_t)ZIP_OPSYS_DEFAULT);
orig               55 ext/zip/lib/zip_file_set_external_attributes.c     unchanged_attributes = e->orig ? e->orig->ext_attrib : ZIP_EXT_ATTRIB_DEFAULT;
orig               61 ext/zip/lib/zip_file_set_external_attributes.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig               51 ext/zip/lib/zip_file_set_mtime.c     changed = e->orig == NULL || mtime != e->orig->last_mod;
orig               55 ext/zip/lib/zip_file_set_mtime.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig               48 ext/zip/lib/zip_get_num_entries.c 	while (n>0 && za->entry[n-1].orig == NULL)
orig              229 ext/zip/lib/zip_open.c 	const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error);
orig              375 ext/zip/lib/zip_open.c 	if ((cd->entry[i].orig=_zip_dirent_new()) == NULL || (entry_size = _zip_dirent_read(cd->entry[i].orig, za->src, cd_buffer, false, error)) < 0) {
orig              437 ext/zip/lib/zip_open.c 	max = cd->entry[0].orig->offset;
orig              438 ext/zip/lib/zip_open.c 	min = cd->entry[0].orig->offset;
orig              444 ext/zip/lib/zip_open.c 	if (cd->entry[i].orig->offset < min)
orig              445 ext/zip/lib/zip_open.c 	    min = cd->entry[i].orig->offset;
orig              451 ext/zip/lib/zip_open.c 	j = cd->entry[i].orig->offset + cd->entry[i].orig->comp_size
orig              452 ext/zip/lib/zip_open.c 	    + _zip_string_length(cd->entry[i].orig->filename) + LENTRYSIZE;
orig              460 ext/zip/lib/zip_open.c         if (zip_source_seek(za->src, (zip_int64_t)cd->entry[i].orig->offset, SEEK_SET) < 0) {
orig              470 ext/zip/lib/zip_open.c 	if (_zip_headercomp(cd->entry[i].orig, &temp) != 0) {
orig              476 ext/zip/lib/zip_open.c 	cd->entry[i].orig->extra_fields = _zip_ef_merge(cd->entry[i].orig->extra_fields, temp.extra_fields);
orig              477 ext/zip/lib/zip_open.c 	cd->entry[i].orig->local_extra_fields_read = 1;
orig               61 ext/zip/lib/zip_set_file_compression.c     old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method);
orig               76 ext/zip/lib/zip_set_file_compression.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig               86 ext/zip/lib/zip_set_name.c     if (e->orig)
orig               87 ext/zip/lib/zip_set_name.c 	same_as_orig = _zip_string_equal(e->orig->filename, str);
orig               92 ext/zip/lib/zip_set_name.c 	if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
orig               99 ext/zip/lib/zip_set_name.c     if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == NULL) {
orig              107 ext/zip/lib/zip_set_name.c     else if (e->orig) {
orig              108 ext/zip/lib/zip_set_name.c 	old_str = e->orig->filename;
orig              143 ext/zip/lib/zip_set_name.c 		    e->changes->filename = e->orig->filename;
orig               59 ext/zip/lib/zip_unchange.c 	if (za->entry[idx].orig != NULL) {
orig              412 ext/zip/lib/zipint.h     zip_dirent_t *orig;
orig              101 main/streams/streams.c 	php_stream *orig = enclosed->enclosing_stream;
orig              105 main/streams/streams.c 	return orig;