Home
last modified time | relevance | path

Searched refs:handlers (Results 51 – 75 of 86) sorted by relevance

1234

/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c72 retval.handlers = &ResourceBundle_object_handlers; in ResourceBundle_object_create()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp236 retval.handlers = &BreakIterator_handlers; in BreakIterator_object_create()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c410 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
413 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
417 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
H A Dspl_heap.c424 retval.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()
430 retval.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()
H A Dspl_observer.c160 zvalue.handlers = Z_OBJ_HT_P(obj); in spl_object_storage_get_hash()
275 retval.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
H A Dspl_array.c216 retval.handlers = &spl_handler_ArrayIterator; in spl_array_object_new_ex()
220 retval.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()
253 if (retval.handlers == &spl_handler_ArrayIterator) { in spl_array_object_new_ex()
H A Dspl_fixedarray.c255 retval.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
/PHP-5.5/ext/xml/tests/
H A Dxml_set_element_handler_variation1.phpt12 * Description: Set up start and end element handlers
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c112 retval.handlers = (zend_object_handlers *) &finfo_object_handlers; in finfo_objects_new()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp390 retval.handlers = &TimeZone_handlers; in TimeZone_object_create()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp281 retval.handlers = &Calendar_handlers; in Calendar_object_create()
/PHP-5.5/ext/tidy/
H A Dtidy.c674 static void tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, in tidy_object_new() argument
715 retval->handlers = handlers; in tidy_object_new()
/PHP-5.5/Zend/
H A Dzend_closures.c278 object.handlers = &closure_handlers; in zend_closure_new()
H A Dzend_generators.c234 object.handlers = &zend_generator_handlers; in zend_generator_create()
H A Dzend_operators.h448 #define Z_OBJ_HT(zval) Z_OBJVAL(zval).handlers
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c747 retval.handlers = &helper_handlers; in helper_new()
H A Dcom_handlers.c680 retval.handlers = &php_com_object_handlers; in php_com_object_new()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2172 retval.handlers = (zend_object_handlers *) &sqlite3_object_handlers;
2193 retval.handlers = (zend_object_handlers *) &sqlite3_stmt_object_handlers;
2216 retval.handlers = (zend_object_handlers *) &sqlite3_result_object_handlers;
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2322 retval.handlers = Z_OBJ_HT_P(zobject); in dbstmt_clone_obj()
2443 retval.handlers = &pdo_dbstmt_object_handlers; in pdo_dbstmt_new()
2794 retval.handlers = &pdo_row_object_handlers; in pdo_row_new()
H A Dpdo_dbh.c1599 retval.handlers = &pdo_dbh_object_handlers; in pdo_dbh_new()
/PHP-5.5/
H A DUPGRADING218 that do not define custom handlers, and was never intended for the use
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c407 retval.handlers = &xmlreader_object_handlers; in xmlreader_objects_new()
/PHP-5.5/ext/date/
H A Dphp_date.c2128 retval.handlers = &date_object_handlers_date; in date_object_new_date_ex()
2277 retval.handlers = &date_object_handlers_timezone; in date_object_new_timezone_ex()
2376 retval.handlers = &date_object_handlers_interval; in date_object_new_interval_ex()
2465 retval.handlers = &date_object_handlers_period; in date_object_new_period_ex()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c1064 retval.handlers = &php_converter_object_handlers; in php_converter_object_ctor()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c527 retval.handlers = &mysqli_object_handlers; in mysqli_objects_new()

Completed in 137 milliseconds

1234