Home
last modified time | relevance | path

Searched refs:class_type (Results 26 – 32 of 32) sorted by relevance

12

/PHP-5.4/Zend/
H A Dzend_compile.c1833 if (class_type->op_type == IS_CONST && in zend_do_receive_arg()
1834 Z_TYPE(class_type->u.constant) == IS_STRING && in zend_do_receive_arg()
1835 Z_STRLEN(class_type->u.constant) == 0) { in zend_do_receive_arg()
1837 zval_dtor(&class_type->u.constant); in zend_do_receive_arg()
1881 if (class_type->op_type != IS_UNUSED) { in zend_do_receive_arg()
1884 if (class_type->u.constant.type != IS_NULL) { in zend_do_receive_arg()
1885 if (class_type->u.constant.type == IS_ARRAY) { in zend_do_receive_arg()
1894 } else if (class_type->u.constant.type == IS_CALLABLE) { in zend_do_receive_arg()
1905 …H_CLASS_DEFAULT == zend_get_class_fetch_type(Z_STRVAL(class_type->u.constant), Z_STRLEN(class_type in zend_do_receive_arg()
1908 …Z_STRVAL(class_type->u.constant) = (char*)zend_new_interned_string(class_type->u.constant.value.st… in zend_do_receive_arg()
[all …]
H A Dzend_compile.h482 …ode *varname, const znode *offset, const znode *initialization, znode *class_type, zend_bool pass_…
551 void zend_do_begin_new_object(znode *new_token, znode *class_type TSRMLS_DC);
H A Dzend_API.h320 ZEND_API void zend_update_class_constants(zend_class_entry *class_type TSRMLS_DC);
367 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type);
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c143 static zend_object_value xmlwriter_object_new(zend_class_entry *class_type TSRMLS_DC) in xmlwriter_object_new()
152 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in xmlwriter_object_new()
153 object_properties_init(&intern->zo, class_type); in xmlwriter_object_new()
/PHP-5.4/ext/zip/
H A Dphp_zip.c1097 static zend_object_value php_zip_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_zip_object_new()
1112 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in php_zip_object_new()
1116 intern->zo.ce = class_type; in php_zip_object_new()
1119 object_properties_init(&intern->zo, class_type); in php_zip_object_new()
/PHP-5.4/ext/snmp/
H A Dsnmp.c490 static zend_object_value php_snmp_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_snmp_object_new()
499 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in php_snmp_object_new()
500 object_properties_init(&intern->zo, class_type); in php_snmp_object_new()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c320 static zend_object_value reflection_objects_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in reflection_objects_new()
326 intern->zo.ce = class_type; in reflection_objects_new()
328 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in reflection_objects_new()
329 object_properties_init(&intern->zo, class_type); in reflection_objects_new()

Completed in 104 milliseconds

12