Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c112 retval.handlers = (zend_object_handlers *) &finfo_object_handlers; in finfo_objects_new()
/PHP-5.4/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.4/ext/spl/
H A Dspl_observer.c154 zvalue.handlers = Z_OBJ_HT_P(obj); in spl_object_storage_get_hash()
269 retval.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
H A Dspl_heap.c423 retval.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()
429 retval.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_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()
H A Dspl_directory.c163 retval.handlers = &spl_filesystem_object_handlers; in spl_filesystem_object_new_ex()
180 ret.handlers = &spl_filesystem_object_check_handlers; in spl_filesystem_object_new_check()
H A Dspl_iterators.c931 retval.handlers = &spl_handlers_rec_it_it; in spl_RecursiveIteratorIterator_new_ex()
2323 retval.handlers = &spl_handlers_dual_it; in spl_dual_it_new()
/PHP-5.4/Zend/
H A Dzend_closures.c278 object.handlers = &closure_handlers; in zend_closure_new()
H A Dzend_operators.h423 #define Z_OBJ_HT(zval) Z_OBJVAL(zval).handlers
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c680 retval.handlers = &php_com_object_handlers; in php_com_object_new()
H A Dcom_persist.c747 retval.handlers = &helper_handlers; in helper_new()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c2167 retval.handlers = (zend_object_handlers *) &sqlite3_object_handlers;
2188 retval.handlers = (zend_object_handlers *) &sqlite3_stmt_object_handlers;
2211 retval.handlers = (zend_object_handlers *) &sqlite3_result_object_handlers;
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c2331 retval.handlers = Z_OBJ_HT_P(zobject); in dbstmt_clone_obj()
2452 retval.handlers = &pdo_dbstmt_object_handlers; in pdo_dbstmt_new()
2803 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.4/
H A DUPGRADING102 - Added zend.signal_check to check for replaced signal handlers on shutdown
372 that do not define custom handlers, and was never intended for the use
H A Dphp.ini-development266 ; You cannot specify additional output handlers if zlib.output_compression
H A Dphp.ini-production266 ; You cannot specify additional output handlers if zlib.output_compression
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c407 retval.handlers = &xmlreader_object_handlers; in xmlreader_objects_new()
/PHP-5.4/ext/date/
H A Dphp_date.c2045 retval.handlers = &date_object_handlers_date; in date_object_new_date_ex()
2179 retval.handlers = &date_object_handlers_timezone; in date_object_new_timezone_ex()
2234 retval.handlers = &date_object_handlers_interval; in date_object_new_interval_ex()
2323 retval.handlers = &date_object_handlers_period; in date_object_new_period_ex()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c527 retval.handlers = &mysqli_object_handlers; in mysqli_objects_new()
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c160 retval.handlers = (zend_object_handlers *) & xmlwriter_object_handlers; in xmlwriter_object_new()
/PHP-5.4/ext/zip/
H A Dphp_zip.c1126 retval.handlers = (zend_object_handlers *) & zip_object_handlers; in php_zip_object_new()
/PHP-5.4/ext/snmp/
H A Dsnmp.c503 retval.handlers = (zend_object_handlers *) &php_snmp_object_handlers; in php_snmp_object_new()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c2141 rv.handlers = (zend_object_handlers *) &sxe_object_handlers; in php_sxe_register_object()

Completed in 224 milliseconds

1234