Lines Matching refs:self
211 zval *self; in ZEND_GET_MODULE() local
213 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &self, xmlwriter_class_entry_ce… in ZEND_GET_MODULE()
216 XMLWRITER_FROM_OBJECT(ptr, self); in ZEND_GET_MODULE()
236 zval *self; in php_xmlwriter_end() local
238 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in php_xmlwriter_end()
241 XMLWRITER_FROM_OBJECT(ptr, self); in php_xmlwriter_end()
259 zval *self; in PHP_FUNCTION() local
261 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ob", &self, xmlwriter_class_entry_ce… in PHP_FUNCTION()
264 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
305 zval *self; in PHP_FUNCTION() local
307 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
311 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
333 zval *self; in PHP_FUNCTION() local
335 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
339 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
361 zval *self; in PHP_FUNCTION() local
363 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!s", &self, xmlwriter_class_ent… in PHP_FUNCTION()
367 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
396 zval *self; in PHP_FUNCTION() local
398 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
402 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
439 zval *self; in PHP_FUNCTION() local
441 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!", &self, xmlwriter_class_entry… in PHP_FUNCTION()
445 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
478 zval *self; in PHP_FUNCTION() local
480 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!|s!", &self, xmlwriter_class_e… in PHP_FUNCTION()
484 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
531 zval *self; in PHP_FUNCTION() local
533 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
537 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
557 zval *self; in PHP_FUNCTION() local
559 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in PHP_FUNCTION()
562 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
608 zval *self; in PHP_FUNCTION() local
610 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in PHP_FUNCTION()
613 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
647 zval *self; in PHP_FUNCTION() local
649 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|s!s!s!", &self, xmlwriter_class_en… in PHP_FUNCTION()
652 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
679 zval *self; in PHP_FUNCTION() local
681 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!s!", &self, xmlwriter_class_ent… in PHP_FUNCTION()
684 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
711 zval *self; in PHP_FUNCTION() local
713 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!s!s!", &self, xmlwriter_class_e… in PHP_FUNCTION()
716 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
750 zval *self; in PHP_FUNCTION() local
752 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
756 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
792 zval *self; in PHP_FUNCTION() local
794 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
798 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
821 zval *self; in PHP_FUNCTION() local
823 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Osb", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
826 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
859 zval *self; in PHP_FUNCTION() local
861 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss|bs!s!s!", &self, xmlwriter_class… in PHP_FUNCTION()
866 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
889 zval *self = getThis(); in PHP_FUNCTION() local
896 if (self) { in PHP_FUNCTION()
898 ze_obj = Z_XMLWRITER_P(self); in PHP_FUNCTION()
918 if (self) { in PHP_FUNCTION()
942 zval *self = getThis(); in PHP_FUNCTION() local
949 if (self) { in PHP_FUNCTION()
951 ze_obj = Z_XMLWRITER_P(self); in PHP_FUNCTION()
967 if (self) { in PHP_FUNCTION()
993 zval *self; in php_xmlwriter_flush() local
995 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|b", &self, xmlwriter_class_entry_c… in php_xmlwriter_flush()
998 XMLWRITER_FROM_OBJECT(ptr, self); in php_xmlwriter_flush()
1001 buffer = Z_XMLWRITER_P(self)->output; in php_xmlwriter_flush()