Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/ffi/tests/
H A D035.phpt2 FFI 035: FFI::new() not-owned
/PHP-8.0/ext/intl/tests/
H A Dtimezone_clone_basic.phpt15 //clone non-owned object
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.h70 void timezone_object_construct(const TimeZone *zone, zval *object, int owned);
H A Dtimezone_class.cpp48 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-8.0/ext/ffi/
H A Dffi.stub.php15 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … argument
H A Dffi_arginfo.h19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, owned, _IS_BOOL, 0, "true")
H A Dffi.c3647 zend_bool owned = 1; in ZEND_METHOD() local
3656 Z_PARAM_BOOL(owned) in ZEND_METHOD()
3660 if (!owned) { in ZEND_METHOD()

Completed in 30 milliseconds