Searched defs:orig (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/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 | 1196 zval *orig = dim; in zend_fetch_dimension_address() local 1329 zval *orig = dim; in zend_fetch_dimension_address_read() local
|
H A D | zend_alloc.c | 1126 zend_mm_free_block *p, *q, *orig; in zend_mm_startup_ex() local
|
/PHP-5.4/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.4/ext/date/lib/ |
H A D | timelib.c | 49 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-5.4/ext/soap/ |
H A D | php_http.c | 420 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3487 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-5.4/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 | 384 …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.4/ext/mbstring/ |
H A D | mbstring.c | 1590 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local 1642 zend_function *orig; in PHP_RSHUTDOWN_FUNCTION() local
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 110 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 966 int orig; in _rollback_transactions() local
|
Completed in 143 milliseconds