Searched defs:orig (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_ini.c | 447 ZEND_API zend_long zend_ini_long(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long() 464 ZEND_API double zend_ini_double(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double() 481 ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, int orig, bool *exists) /* … in zend_ini_string_ex() 505 ZEND_API char *zend_ini_string(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string() 521 ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_length, bool orig, bool *exists… in zend_ini_str_ex() 545 ZEND_API zend_string *zend_ini_str(const char *name, size_t name_length, bool orig) /* {{{ */ in zend_ini_str()
|
/PHP-8.3/ext/phar/ |
H A D | func_interceptors.c | 655 #define PharFileFunction(fname, funcnum, orig) \ argument 894 zend_function *orig; in phar_intercept_functions_init() local 931 zend_function *orig; in phar_intercept_functions_shutdown() local
|
/PHP-8.3/ext/date/lib/ |
H A D | timelib.c | 88 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 502 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3396 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-8.3/ext/spl/ |
H A D | spl_fixedarray.c | 278 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zend_object *orig, b… in spl_fixedarray_object_new_ex()
|
H A D | spl_dllist.c | 312 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zend_object *orig, int c… in spl_dllist_object_new_ex()
|
H A D | spl_heap.c | 419 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clo… in spl_heap_object_new_ex()
|
H A D | spl_observer.c | 258 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zend_object *orig) /* {… in spl_object_storage_new_ex()
|
H A D | spl_array.c | 147 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zend_object *orig, int cl… in spl_array_object_new_ex()
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 104 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_inference.c | 2536 uint32_t tmp, orig; in _zend_update_type_info() local
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 372 int orig = PGG(ignore_notices); in _rollback_transactions() local
|
Completed in 72 milliseconds