Searched refs:is_const (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/dom/lexbor/patches/ |
H A D | 0003-Patch-utilities-and-data-structure-to-be-able-to-gen.patch | 67 - 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-src/ext/ffi/ |
H A D | ffi.c | 3156 || old_field->is_const != field->is_const in zend_ffi_same_types() 3197 if (old->kind != sym->kind || old->is_const != sym->is_const) { in zend_ffi_same_symbols() 3806 bool is_const = 0; in ZEND_METHOD() local 3866 is_const = 1; in ZEND_METHOD() 3914 if (is_const) { in ZEND_METHOD() 4016 is_const = 1; in ZEND_METHOD() 4057 if (is_const) { in ZEND_METHOD() 4067 if (is_const) { in ZEND_METHOD() 4077 if (is_const) { in ZEND_METHOD() 4121 if (is_const) { in ZEND_METHOD() [all …]
|
Completed in 29 milliseconds