Searched defs:orig (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_ini.c | 424 ZEND_API zend_long zend_ini_long(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long() 441 ZEND_API double zend_ini_double(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double() 458 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists) /* {… in zend_ini_string_ex() 482 ZEND_API char *zend_ini_string(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string()
|
/PHP-7.3/ext/phar/ |
H A D | func_interceptors.c | 759 #define PharFileFunction(fname, funcnum, orig) \ argument 1016 zend_function *orig; in phar_intercept_functions_init() local 1053 zend_function *orig; in phar_intercept_functions_shutdown() local
|
/PHP-7.3/ext/date/lib/ |
H A D | timelib.c | 85 timelib_time* timelib_time_clone(timelib_time *orig) in timelib_time_clone()
|
/PHP-7.3/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.3/ext/soap/ |
H A D | php_http.c | 489 php_url *orig; in make_http_soap_request() local
|
H A D | php_encoding.c | 3361 xmlNodePtr orig = node; in xmlSearchNsPrefixByHref() local
|
/PHP-7.3/ext/spl/ |
H A D | spl_fixedarray.c | 205 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 | 358 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 | 228 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 | 168 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.3/ext/zip/lib/ |
H A D | zipint.h | 412 zip_dirent_t *orig; member
|
/PHP-7.3/main/streams/ |
H A D | streams.c | 100 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses() local
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 2305 uint32_t tmp, orig; in zend_update_type_info() local
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 1642 zend_function *func, *orig; in PHP_MINIT_FUNCTION() local 1683 zend_function *orig; in PHP_MSHUTDOWN_FUNCTION() local
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 1023 int orig = PGG(ignore_notices); in _rollback_transactions() local
|
Completed in 122 milliseconds