Lines Matching refs:php_ds_map_ce
19 zend_class_entry *php_ds_map_ce; variable
68 PARSE_OBJ(obj, php_ds_map_ce); in METHOD()
92 PARSE_OBJ(obj, php_ds_map_ce); in METHOD()
270 PARSE_OBJ(obj, php_ds_map_ce); in METHOD()
284 PARSE_OBJ(obj, php_ds_map_ce); in METHOD()
367 php_ds_map_ce = zend_register_internal_class(&ce); in php_ds_register_map()
368 php_ds_map_ce->ce_flags |= ZEND_ACC_FINAL; in php_ds_register_map()
369 php_ds_map_ce->create_object = php_ds_map_create_object; in php_ds_register_map()
370 php_ds_map_ce->get_iterator = php_ds_map_get_iterator; in php_ds_register_map()
371 php_ds_map_ce->serialize = php_ds_map_serialize; in php_ds_register_map()
372 php_ds_map_ce->unserialize = php_ds_map_unserialize; in php_ds_register_map()
375 php_ds_map_ce, in php_ds_register_map()
380 zend_class_implements(php_ds_map_ce, 2, in php_ds_register_map()