Searched refs:owned (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ffi/tests/ |
H A D | addr_to_owned.phpt | 2 FFI Referencing temporary owned data transfers ownership
|
H A D | 035.phpt | 2 FFI 035: FFI::cdef()->new() not-owned
|
/php-src/ext/intl/tests/ |
H A D | timezone_clone_basic.phpt | 13 //clone non-owned object
|
/php-src/ext/intl/timezone/ |
H A D | timezone_class.h | 70 void timezone_object_construct(const TimeZone *zone, zval *object, int owned);
|
H A D | timezone_class.cpp | 48 U_CFUNC void timezone_object_construct(const TimeZone *zone, zval *object, int owned) in timezone_object_construct() argument 55 to->should_delete = owned; in timezone_object_construct()
|
/php-src/ext/ffi/ |
H A D | ffi.stub.php | 18 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … argument
|
H A D | ffi_arginfo.h | 19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, owned, _IS_BOOL, 0, "true")
|
H A D | ffi.c | 3804 bool owned = 1; in ZEND_METHOD() local 3814 Z_PARAM_BOOL(owned) in ZEND_METHOD() 3825 if (!owned) { in ZEND_METHOD()
|
/php-src/ext/standard/libavifinfo/ |
H A D | PATENTS | 95 are owned or controlled by the Licensor, and (b) (i) would be an
|
Completed in 24 milliseconds