Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 17 of 17) sorted by relevance

/PHP-5.6/ext/dom/
H A Dphp_dom.h151 #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ argument
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/Zend/
H A Dzend_ini.c348 ZEND_API long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long()
365 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double()
382 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
406 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string()
H A Dzend_execute.c1227 zval *orig = dim; in zend_fetch_dimension_address() local
1360 zval *orig = dim; in zend_fetch_dimension_address_read() local
H A Dzend_alloc.c1130 zend_mm_free_block *p, *q, *orig; in zend_mm_startup_ex() local
/PHP-5.6/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp168 zval orig; in PHP_FUNCTION() local
/PHP-5.6/ext/phar/
H A Dfunc_interceptors.c808 #define PharFileFunction(fname, funcnum, orig) \ argument
1065 zend_function *orig; in phar_intercept_functions_init() local
1102 zend_function *orig; in phar_intercept_functions_shutdown() local
/PHP-5.6/ext/date/lib/
H A Dtimelib.c55 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
/PHP-5.6/ext/soap/
H A Dphp_http.c482 php_url *orig; in make_http_soap_request() local
H A Dphp_encoding.c3476 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
/PHP-5.6/ext/zip/lib/
H A Dzipint.h373 struct zip_dirent *orig; member
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c223 …ject_new_ex(zend_class_entry *class_type, spl_fixedarray_object **obj, zval *orig, int clone_orig … in spl_fixedarray_object_new_ex()
H A Dspl_heap.c385 …eap_object_new_ex(zend_class_entry *class_type, spl_heap_object **obj, zval *orig, int clone_orig … in spl_heap_object_new_ex()
H A Dspl_dllist.c367 …t_object_new_ex(zend_class_entry *class_type, spl_dllist_object **obj, zval *orig, int clone_orig … in spl_dllist_object_new_ex()
H A Dspl_array.c167 …ay_object_new_ex(zend_class_entry *class_type, spl_array_object **obj, zval *orig, int clone_orig … in spl_array_object_new_ex()
/PHP-5.6/ext/mbstring/
H A Dmbstring.c1612 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local
1664 zend_function *orig; in PHP_RSHUTDOWN_FUNCTION() local
/PHP-5.6/main/streams/
H A Dstreams.c110 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
/PHP-5.6/ext/pgsql/
H A Dpgsql.c996 int orig; in _rollback_transactions() local

Completed in 146 milliseconds