Searched defs:orig (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_ini.c | 421 ZEND_API zend_long zend_ini_long(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_long() 438 ZEND_API double zend_ini_double(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_double() 455 ZEND_API char *zend_ini_string_ex(char *name, uint32_t name_length, int orig, zend_bool *exists) /*… in zend_ini_string_ex() 479 ZEND_API char *zend_ini_string(char *name, uint32_t name_length, int orig) /* {{{ */ in zend_ini_string()
|
/PHP-7.2/ext/phar/ |
H A D | func_interceptors.c | 761 #define PharFileFunction(fname, funcnum, orig) \ argument 1018 zend_function *orig; in phar_intercept_functions_init() local 1055 zend_function *orig; in phar_intercept_functions_shutdown() local
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.c | 85 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-7.2/ext/hash/ |
H A D | hash_sha3.c | 241 PHP_SHA3_CTX* orig = (PHP_SHA3_CTX*)orig_context; in hash_sha3_copy() local
|
/PHP-7.2/ext/soap/ |
H A D | php_http.c | 488 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3361 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-7.2/ext/spl/ |
H A D | spl_fixedarray.c | 209 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_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_observer.c | 230 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_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.2/ext/zip/lib/ |
H A D | zipint.h | 412 zip_dirent_t *orig; member
|
/PHP-7.2/main/streams/ |
H A D | streams.c | 102 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 1611 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local 1667 zend_function *orig; in PHP_RSHUTDOWN_FUNCTION() local
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 2278 uint32_t tmp, orig; in zend_update_type_info() local
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 1007 int orig; in _rollback_transactions() local
|
Completed in 106 milliseconds