Searched refs:std_hnd (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 122 zend_object_handlers *std_hnd; in xmlreader_get_property_ptr_ptr() local 138 std_hnd = zend_get_std_object_handlers(); in xmlreader_get_property_ptr_ptr() 139 retval = std_hnd->get_property_ptr_ptr(object, member, key TSRMLS_CC); in xmlreader_get_property_ptr_ptr() 156 zend_object_handlers *std_hnd; in xmlreader_read_property() local 181 std_hnd = zend_get_std_object_handlers(); in xmlreader_read_property() 182 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in xmlreader_read_property() 198 zend_object_handlers *std_hnd; in xmlreader_write_property() local 217 std_hnd = zend_get_std_object_handlers(); in xmlreader_write_property() 218 std_hnd->write_property(object, member, value, key TSRMLS_CC); in xmlreader_write_property()
|
/PHP-5.4/ext/dom/ |
H A D | php_dom.c | 312 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, key 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, key 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, key TSRMLS_CC); in dom_write_property() 426 zend_object_handlers *std_hnd; in dom_property_exists() local [all …]
|
/PHP-5.4/ext/xsl/ |
H A D | xsltprocessor.c | 409 zend_object_handlers *std_hnd; in PHP_FUNCTION() local 445 std_hnd = zend_get_std_object_handlers(); in PHP_FUNCTION() 448 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in PHP_FUNCTION() 494 zend_object_handlers *std_hnd; in php_xsl_apply_stylesheet() local 544 std_hnd = zend_get_std_object_handlers(); in php_xsl_apply_stylesheet() 548 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in php_xsl_apply_stylesheet()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 352 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_read_property() local 353 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in mysqli_read_property() 391 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_write_property() local 392 std_hnd->write_property(object, member, value, key TSRMLS_CC); in mysqli_write_property() 449 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_object_has_property() local 450 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); in mysqli_object_has_property() 611 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in PHP_MINIT_FUNCTION() local 626 mysqli_object_handlers.get_property_ptr_ptr = std_hnd->get_property_ptr_ptr; in PHP_MINIT_FUNCTION()
|
/PHP-5.4/ext/zip/ |
H A D | php_zip.c | 879 zend_object_handlers *std_hnd; in php_zip_get_property_ptr_ptr() local 903 std_hnd = zend_get_std_object_handlers(); in php_zip_get_property_ptr_ptr() 904 retval = std_hnd->get_property_ptr_ptr(object, member, key TSRMLS_CC); in php_zip_get_property_ptr_ptr() 920 zend_object_handlers *std_hnd; in php_zip_read_property() local 951 std_hnd = zend_get_std_object_handlers(); in php_zip_read_property() 952 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_zip_read_property() 967 zend_object_handlers *std_hnd; in php_zip_has_property() local 1007 std_hnd = zend_get_std_object_handlers(); in php_zip_has_property() 1008 retval = std_hnd->has_property(object, member, type, key TSRMLS_CC); in php_zip_has_property()
|
/PHP-5.4/ext/snmp/ |
H A D | snmp.c | 2007 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_read_property() local 2008 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_snmp_read_property() 2046 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_write_property() local 2047 std_hnd->write_property(object, member, value, key TSRMLS_CC); in php_snmp_write_property() 2091 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_has_property() local 2092 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); in php_snmp_has_property()
|
Completed in 37 milliseconds