Searched refs:std_hnd (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/ext/dom/ |
| H A D | php_dom.c | 312 zend_object_handlers *std_hnd; local 328 std_hnd = zend_get_std_object_handlers(); 329 retval = std_hnd->get_property_ptr_ptr(object, member, key TSRMLS_CC); 346 zend_object_handlers *std_hnd; local 374 std_hnd = zend_get_std_object_handlers(); 375 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); 391 zend_object_handlers *std_hnd; local 410 std_hnd = zend_get_std_object_handlers(); 411 std_hnd->write_property(object, member, value, key TSRMLS_CC); 426 zend_object_handlers *std_hnd; local [all...] |
| /PHP_5_4/ext/xmlreader/ |
| H A D | php_xmlreader.c | 122 zend_object_handlers *std_hnd; local 138 std_hnd = zend_get_std_object_handlers(); 139 retval = std_hnd->get_property_ptr_ptr(object, member, key TSRMLS_CC); 156 zend_object_handlers *std_hnd; local 181 std_hnd = zend_get_std_object_handlers(); 182 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); 198 zend_object_handlers *std_hnd; local 217 std_hnd = zend_get_std_object_handlers(); 218 std_hnd->write_property(object, member, value, key TSRMLS_CC);
|
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 402 zend_object_handlers *std_hnd; local 438 std_hnd = zend_get_std_object_handlers(); 441 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); 487 zend_object_handlers *std_hnd; local 537 std_hnd = zend_get_std_object_handlers(); 541 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC);
|
| /PHP_5_4/ext/zip/ |
| H A D | php_zip.c | 879 zend_object_handlers *std_hnd; local 903 std_hnd = zend_get_std_object_handlers(); 904 retval = std_hnd->get_property_ptr_ptr(object, member, key TSRMLS_CC); 920 zend_object_handlers *std_hnd; local 951 std_hnd = zend_get_std_object_handlers(); 952 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); 967 zend_object_handlers *std_hnd; local 1007 std_hnd = zend_get_std_object_handlers(); 1008 retval = std_hnd->has_property(object, member, type, key TSRMLS_CC);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli.c | 349 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 350 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); 388 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 389 std_hnd->write_property(object, member, value, key TSRMLS_CC); 446 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 447 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); 608 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); local 623 mysqli_object_handlers.get_property_ptr_ptr = std_hnd->get_property_ptr_ptr;
|
| /PHP_5_4/ext/snmp/ |
| H A D | snmp.c | 2001 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 2002 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); 2040 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 2041 std_hnd->write_property(object, member, value, key TSRMLS_CC); 2085 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); local 2086 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC);
|
Completed in 18 milliseconds