Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/dom/lexbor/patches/
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch67 - def create(self, terminate_value = '{0, NULL, 0}', rate = 2, is_const = True, data_before = No…
68 + def create(self, terminate_value = '{0, 0, 0}', rate = 2, is_const = True, data_before = None):
/PHP-8.2/ext/ffi/
H A Dffi.c3112 || old_field->is_const != field->is_const in zend_ffi_same_types()
3153 if (old->kind != sym->kind || old->is_const != sym->is_const) { in zend_ffi_same_symbols()
3758 bool is_const = 0; in ZEND_METHOD() local
3818 is_const = 1; in ZEND_METHOD()
3866 if (is_const) { in ZEND_METHOD()
3968 is_const = 1; in ZEND_METHOD()
4009 if (is_const) { in ZEND_METHOD()
4019 if (is_const) { in ZEND_METHOD()
4029 if (is_const) { in ZEND_METHOD()
4073 if (is_const) { in ZEND_METHOD()
[all …]

Completed in 25 milliseconds