Lines Matching refs:propertyName
2179 $propertyName = $this->name->property;
2199 …$code .= "\tzend_string *property_{$propertyName}_class_{$varEscapedClassName} = zend_string_init(…
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";
2222 …$code .= "\tzend_string *property_{$propertyName}_class_{$varEscapedClassName} = zend_string_init(…
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";
2253 $code .= "\tzend_string_release(property_{$propertyName}_name);\n";