Searched defs:this (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 749 zval *this = getThis(); in php_xmlwriter_string_arg() local 789 zval *this = getThis(); in php_xmlwriter_end() local 829 zval *this = getThis(); in PHP_FUNCTION() local 895 zval *this = getThis(); in PHP_FUNCTION() local 940 zval *this = getThis(); in PHP_FUNCTION() local 985 zval *this = getThis(); in PHP_FUNCTION() local 1037 zval *this = getThis(); in PHP_FUNCTION() local 1098 zval *this = getThis(); in PHP_FUNCTION() local 1153 zval *this = getThis(); in PHP_FUNCTION() local 1224 zval *this = getThis(); in PHP_FUNCTION() local [all …]
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 1536 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1592 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1624 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1659 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1681 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1732 zval *this = getThis(); in php_zip_add_from_pattern() local 1855 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1897 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1958 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 1986 zval *this = getThis(); in ZIPARCHIVE_METHOD() local [all …]
|
/PHP-5.6/ext/spl/ |
H A D | spl_observer.c | 120 static char *spl_object_storage_get_hash(spl_SplObjectStorage *intern, zval *this, zval *obj, int … in spl_object_storage_get_hash() 203 void spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zval *obj, zval *inf TSRML… in spl_object_storage_attach() 233 int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj TSRMLS_DC) /* {{{… in spl_object_storage_detach() 246 void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *othe… in spl_object_storage_addall() 429 int spl_object_storage_contains(spl_SplObjectStorage *intern, zval *this, zval *obj TSRMLS_DC) /* {… in spl_object_storage_contains()
|
Completed in 35 milliseconds