/PHP-5.6/ext/dom/ |
H A D | php_dom.h | 151 #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 D | zend_ini.c | 348 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 D | zend_execute.c | 1227 zval *orig = dim; in zend_fetch_dimension_address() local 1360 zval *orig = dim; in zend_fetch_dimension_address_read() local
|
H A D | zend_alloc.c | 1130 zend_mm_free_block *p, *q, *orig; in zend_mm_startup_ex() local
|
/PHP-5.6/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 168 zval orig; in PHP_FUNCTION() local
|
/PHP-5.6/ext/phar/ |
H A D | func_interceptors.c | 808 #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 D | timelib.c | 55 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 482 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3476 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zipint.h | 373 struct zip_dirent *orig; member
|
/PHP-5.6/ext/spl/ |
H A D | spl_fixedarray.c | 223 …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 D | spl_heap.c | 385 …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 D | spl_dllist.c | 367 …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 D | spl_array.c | 167 …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 D | mbstring.c | 1612 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 D | streams.c | 110 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 996 int orig; in _rollback_transactions() local
|