Lines Matching refs:self
230 zval *self; in ZEND_GET_MODULE() local
232 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &self, xmlwriter_class_entry_ce… in ZEND_GET_MODULE()
235 XMLWRITER_FROM_OBJECT(ptr, self); in ZEND_GET_MODULE()
250 zval *self; in php_xmlwriter_end() local
252 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in php_xmlwriter_end()
255 XMLWRITER_FROM_OBJECT(ptr, self); in php_xmlwriter_end()
268 zval *self; in PHP_FUNCTION() local
270 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ob", &self, xmlwriter_class_entry_ce… in PHP_FUNCTION()
273 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
309 zval *self; in PHP_FUNCTION() local
311 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
315 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
332 zval *self; in PHP_FUNCTION() local
334 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
338 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
355 zval *self; in PHP_FUNCTION() local
357 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!s", &self, xmlwriter_class_ent… in PHP_FUNCTION()
361 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
385 zval *self; in PHP_FUNCTION() local
387 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
391 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
422 zval *self; in PHP_FUNCTION() local
424 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!", &self, xmlwriter_class_entry… in PHP_FUNCTION()
428 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
453 zval *self; in PHP_FUNCTION() local
455 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!|s!", &self, xmlwriter_class_e… in PHP_FUNCTION()
459 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
498 zval *self; in PHP_FUNCTION() local
500 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
504 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
519 zval *self; in PHP_FUNCTION() local
521 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in PHP_FUNCTION()
524 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
565 zval *self; in PHP_FUNCTION() local
567 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &self, xmlwriter_class_entry_ce)… in PHP_FUNCTION()
570 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
599 zval *self; in PHP_FUNCTION() local
601 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|s!p!s!", &self, xmlwriter_class_en… in PHP_FUNCTION()
604 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
626 zval *self; in PHP_FUNCTION() local
628 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!s!", &self, xmlwriter_class_ent… in PHP_FUNCTION()
631 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
653 zval *self; in PHP_FUNCTION() local
655 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!s!s!", &self, xmlwriter_class_e… in PHP_FUNCTION()
658 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
687 zval *self; in PHP_FUNCTION() local
689 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
693 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
724 zval *self; in PHP_FUNCTION() local
726 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
730 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
748 zval *self; in PHP_FUNCTION() local
750 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Osb", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
753 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
781 zval *self; in PHP_FUNCTION() local
783 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss|bs!s!s!", &self, xmlwriter_class… in PHP_FUNCTION()
788 XMLWRITER_FROM_OBJECT(ptr, self); in PHP_FUNCTION()
806 zval *self = getThis(); in PHP_FUNCTION() local
813 if (self) { in PHP_FUNCTION()
815 ze_obj = Z_XMLWRITER_P(self); in PHP_FUNCTION()
835 if (self) { in PHP_FUNCTION()
918 zval *self = getThis(); in PHP_FUNCTION() local
925 if (self) { in PHP_FUNCTION()
927 ze_obj = Z_XMLWRITER_P(self); in PHP_FUNCTION()
936 if (self) { in PHP_FUNCTION()
1022 zval *self; in php_xmlwriter_flush() local
1024 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|b", &self, xmlwriter_class_entry_c… in php_xmlwriter_flush()
1027 XMLWRITER_FROM_OBJECT(ptr, self); in php_xmlwriter_flush()
1029 smart_str *output = Z_XMLWRITER_P(self)->output; in php_xmlwriter_flush()