Home
last modified time | relevance | path

Searched refs:std_hnd (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c121 zend_object_handlers *std_hnd; in xmlreader_get_property_ptr_ptr() local
137 std_hnd = zend_get_std_object_handlers(); in xmlreader_get_property_ptr_ptr()
138 retval = std_hnd->get_property_ptr_ptr(object, member TSRMLS_CC); in xmlreader_get_property_ptr_ptr()
155 zend_object_handlers *std_hnd; in xmlreader_read_property() local
180 std_hnd = zend_get_std_object_handlers(); in xmlreader_read_property()
181 retval = std_hnd->read_property(object, member, type TSRMLS_CC); in xmlreader_read_property()
197 zend_object_handlers *std_hnd; in xmlreader_write_property() local
216 std_hnd = zend_get_std_object_handlers(); in xmlreader_write_property()
217 std_hnd->write_property(object, member, value TSRMLS_CC); in xmlreader_write_property()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c391 zend_object_handlers *std_hnd; in PHP_FUNCTION() local
427 std_hnd = zend_get_std_object_handlers(); in PHP_FUNCTION()
430 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS TSRMLS_CC); in PHP_FUNCTION()
476 zend_object_handlers *std_hnd; in php_xsl_apply_stylesheet() local
526 std_hnd = zend_get_std_object_handlers(); in php_xsl_apply_stylesheet()
530 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS TSRMLS_CC); in php_xsl_apply_stylesheet()
/PHP-5.3/ext/dom/
H A Dphp_dom.c312 zend_object_handlers *std_hnd; in dom_get_property_ptr_ptr() local
328 std_hnd = zend_get_std_object_handlers(); in dom_get_property_ptr_ptr()
329 retval = std_hnd->get_property_ptr_ptr(object, member TSRMLS_CC); in dom_get_property_ptr_ptr()
346 zend_object_handlers *std_hnd; in dom_read_property() local
374 std_hnd = zend_get_std_object_handlers(); in dom_read_property()
375 retval = std_hnd->read_property(object, member, type TSRMLS_CC); in dom_read_property()
391 zend_object_handlers *std_hnd; in dom_write_property() local
410 std_hnd = zend_get_std_object_handlers(); in dom_write_property()
411 std_hnd->write_property(object, member, value TSRMLS_CC); in dom_write_property()
426 zend_object_handlers *std_hnd; in dom_property_exists() local
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli.c347 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_read_property() local
348 retval = std_hnd->read_property(object, member, type TSRMLS_CC); in mysqli_read_property()
386 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_write_property() local
387 std_hnd->write_property(object, member, value TSRMLS_CC); in mysqli_write_property()
444 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_object_has_property() local
445 ret = std_hnd->has_property(object, member, has_set_exists TSRMLS_CC); in mysqli_object_has_property()
584 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in PHP_MINIT_FUNCTION() local
599 mysqli_object_handlers.get_property_ptr_ptr = std_hnd->get_property_ptr_ptr; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/zip/
H A Dphp_zip.c888 zend_object_handlers *std_hnd; in php_zip_get_property_ptr_ptr() local
907 std_hnd = zend_get_std_object_handlers(); in php_zip_get_property_ptr_ptr()
908 retval = std_hnd->get_property_ptr_ptr(object, member TSRMLS_CC); in php_zip_get_property_ptr_ptr()
924 zend_object_handlers *std_hnd; in php_zip_read_property() local
950 std_hnd = zend_get_std_object_handlers(); in php_zip_read_property()
951 retval = std_hnd->read_property(object, member, type TSRMLS_CC); in php_zip_read_property()
966 zend_object_handlers *std_hnd; in php_zip_has_property() local
1001 std_hnd = zend_get_std_object_handlers(); in php_zip_has_property()
1002 retval = std_hnd->has_property(object, member, type TSRMLS_CC); in php_zip_has_property()

Completed in 45 milliseconds