Searched refs:std_object_handlers (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 433 ResourceBundle_object_handlers = std_object_handlers;
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 452 std_object_handlers.write_property(object, &z_key, query_string TSRMLS_CC); 1358 if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len TSRMLS_CC)) == NULL) { 1397 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
|
| H A D | pdo_stmt.c | 2256 std_object_handlers.write_property(object, member, value TSRMLS_CC); 2269 std_object_handlers.unset_property(object, member TSRMLS_CC); 2367 memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); 2632 return std_object_handlers.read_property(object, member, type TSRMLS_CC);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_iterators.c | 854 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 1283 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC);
|
| H A D | spl_observer.c | 306 props = std_object_handlers.get_properties(obj TSRMLS_CC);
|
| H A D | spl_directory.c | 1878 return std_object_handlers.cast_object(readobj, writeobj, type TSRMLS_CC);
|
| H A D | spl_array.c | 792 && !std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 795 return std_object_handlers.read_property(object, member, type TSRMLS_CC); 803 && !std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 807 std_object_handlers.write_property(object, member, value TSRMLS_CC); 815 && !std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 818 return std_object_handlers.get_property_ptr_ptr(object, member TSRMLS_CC); 826 && !std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 829 return std_object_handlers.has_property(object, member, has_set_exists TSRMLS_CC); 838 && !std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 843 std_object_handlers [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | incomplete_class.c | 124 memcpy(&php_incomplete_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 247 if (Z_OBJ_HT_P(expr) == &std_object_handlers || !Z_OBJ_HANDLER_P(expr, cast_object)) {
|
| H A D | zend_API.c | 266 if (Z_OBJ_HT_PP(arg) == &std_object_handlers || !Z_OBJ_HANDLER_PP(arg, cast_object)) {
|
| H A D | zend_object_handlers.h | 143 extern ZEND_API zend_object_handlers std_object_handlers;
|
| H A D | zend_objects.c | 94 obj_bucket->bucket.obj.handlers = &std_object_handlers; 137 retval.handlers = &std_object_handlers;
|
| H A D | zend_objects_API.c | 377 return &std_object_handlers;
|
| H A D | zend_object_handlers.c | 1371 ZEND_API zend_object_handlers std_object_handlers = { variable
|
Completed in 39 milliseconds