Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php2179 $propertyName = $this->name->property;
2203 …$code .= "\tzend_type_list *property_{$propertyName}_type_list = malloc(ZEND_TYPE_LIST_SIZE($class…
2204 $code .= "\tproperty_{$propertyName}_type_list->num_types = $classTypeCount;\n";
2208 …$code .= "\tproperty_{$propertyName}_type_list->types[$k] = (zend_type) ZEND_TYPE_INIT_CLASS(prope…
2214 …$code .= "\tzend_type property_{$propertyName}_type = ZEND_TYPE_INIT_INTERSECTION(property_{$prope…
2216 …$code .= "\tzend_type property_{$propertyName}_type = ZEND_TYPE_INIT_UNION(property_{$propertyName
2218 $typeCode = "property_{$propertyName}_type";
2224 …$typeCode = "(zend_type) ZEND_TYPE_INIT_CLASS(property_{$propertyName}_class_{$varEscapedClassName…
2238 …$code .= "\tzend_string *property_{$propertyName}_name = zend_string_init(\"$propertyName\", sizeo…
2239 $nameCode = "property_{$propertyName}_name";
[all …]
/PHP-8.2/Zend/
H A Dzend_enum.c28 #define ZEND_ENUM_DISALLOW_MAGIC_METHOD(propertyName, methodName) \ argument
30 if (ce->propertyName) { \

Completed in 19 milliseconds