Searched defs:orig (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_ini.c | 421 ZEND_API zend_long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long() 438 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double() 455 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex() 479 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string()
|
/PHP-7.0/ext/phar/ |
H A D | func_interceptors.c | 805 #define PharFileFunction(fname, funcnum, orig) \ argument 1062 zend_function *orig; in phar_intercept_functions_init() local 1099 zend_function *orig; in phar_intercept_functions_shutdown() local
|
/PHP-7.0/ext/date/lib/ |
H A D | timelib.c | 55 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-7.0/ext/soap/ |
H A D | php_http.c | 488 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3377 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-7.0/ext/spl/ |
H A D | spl_fixedarray.c | 215 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clon… in spl_fixedarray_object_new_ex()
|
H A D | spl_observer.c | 217 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zval *orig) /* {{{ */ in spl_object_storage_new_ex()
|
H A D | spl_heap.c | 362 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig… in spl_heap_object_new_ex()
|
H A D | spl_dllist.c | 370 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_or… in spl_dllist_object_new_ex()
|
H A D | spl_array.c | 170 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_ori… in spl_array_object_new_ex()
|
/PHP-7.0/ext/zip/lib/ |
H A D | zipint.h | 412 zip_dirent_t *orig; member
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 1609 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local 1664 zend_function *orig; in PHP_RSHUTDOWN_FUNCTION() local
|
/PHP-7.0/main/streams/ |
H A D | streams.c | 101 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 997 int orig; in _rollback_transactions() local
|
Completed in 80 milliseconds