Home
last modified time | relevance | path

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

12345

/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc5 die('skip no handlers installed');
16 $handlers = dba_handlers();
17 if ($handlers === []) {
18 die('skip no handlers installed');
20 if (!in_array($handler, $handlers)) {
/php-src/Zend/
H A DREADME.md33 `ZEND_VM` architecture allows specializing opcode handlers according to
42 opcode handlers and helpers. The typical opcode handler template looks like
58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the
H A Dzend_gc.c850 if (UNEXPECTED(obj->handlers->get_gc == zend_weakmap_get_gc)) { in gc_scan_black()
888 ht = obj->handlers->get_gc(obj, &table, &len); in gc_scan_black()
1039 if (UNEXPECTED(obj->handlers->get_gc == zend_weakmap_get_gc)) { in gc_mark_grey()
1064 ht = obj->handlers->get_gc(obj, &table, &len); in gc_mark_grey()
1277 ht = obj->handlers->get_gc(obj, &table, &len); in gc_scan()
1464 && (obj->handlers->dtor_obj != zend_objects_destroy_object in gc_collect_white()
1512 ht = obj->handlers->get_gc(obj, &table, &len); in gc_collect_white()
1715 ht = obj->handlers->get_gc(obj, &table, &len); in gc_remove_nested_data_from_buffer()
1835 obj->handlers->dtor_obj(obj); in gc_call_destructors()
1984 if (obj->handlers->dtor_obj != zend_objects_destroy_object in zend_gc_collect_cycles()
[all …]
H A Dzend_objects.c36 object->handlers = ce->default_object_handlers; in _zend_object_std_init()
246 if (EXPECTED(old_object->handlers == &std_object_handlers)) { in zend_objects_clone_members()
H A Dzend_object_handlers.c143 if (zobj->handlers->get_properties == zend_std_get_properties) { in zend_get_properties_no_lazy_init()
158 return zobj->handlers->get_properties(zobj); in zend_get_properties_no_lazy_init()
163 if (zobj->handlers->get_properties != zend_std_get_properties) { in zend_std_get_gc()
166 return zobj->handlers->get_properties(zobj); in zend_std_get_gc()
195 return object->handlers->get_properties(object); in zend_std_get_debug_info()
2380 if (obj->handlers->get_debug_info) { in zend_std_get_properties_for()
2382 ht = obj->handlers->get_debug_info(obj, &is_temp); in zend_std_get_properties_for()
2395 ht = obj->handlers->get_properties(obj); in zend_std_get_properties_for()
2411 ht = obj->handlers->get_properties(obj); in zend_std_get_properties_for()
2427 if (zobj->handlers->get_properties_for) { in zend_get_properties_for()
[all …]
H A Dzend_vm_execute.skl70 /* Observer end handlers are called from ZEND_RETURN */
H A Dzend_alloc.c811 void *ptr = heap->storage->handlers.chunk_alloc(heap->storage, size, alignment);
823 heap->storage->handlers.chunk_free(heap->storage, addr, size);
834 if (heap->storage->handlers.chunk_truncate) {
835 return heap->storage->handlers.chunk_truncate(heap->storage, addr, old_size, new_size);
853 if (heap->storage->handlers.chunk_extend) {
854 return heap->storage->handlers.chunk_extend(heap->storage, addr, old_size, new_size);
3205 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data… argument
3212 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
3214 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
3259 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
H A Dzend_alloc.h312 const zend_mm_handlers handlers; member
317 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data…
/php-src/ext/curl/tests/
H A Dcurl_basic_018.phpt42 // add handlers
/php-src/ext/libxml/
H A Dphp_libxml.h115 const php_libxml_document_handlers *handlers; member
135 return (php_libxml_node_object *)((char*)(obj) - obj->handlers->offset); in php_libxml_node_fetch_object()
/php-src/Zend/Optimizer/
H A Dscdf.h46 } handlers; member
/php-src/ext/dba/
H A Ddba.c438 smart_str handlers = {0}; in PHP_MINFO_FUNCTION() local
441 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()
442 smart_str_appendc(&handlers, ' '); in PHP_MINFO_FUNCTION()
447 if (handlers.s) { in PHP_MINFO_FUNCTION()
448 smart_str_0(&handlers); in PHP_MINFO_FUNCTION()
449 php_info_print_table_row(2, "Supported handlers", ZSTR_VAL(handlers.s)); in PHP_MINFO_FUNCTION()
450 smart_str_free(&handlers); in PHP_MINFO_FUNCTION()
/php-src/ext/standard/
H A Dincomplete_class.c104 object->handlers = &php_incomplete_object_handlers; in php_create_incomplete_object()
/php-src/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt2 SplFixedArray - get_properties_for handlers
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc53 // read() would be the best place for locking for most save handlers.
157 // All save handlers MUST implement this handler.
/php-src/ext/random/
H A Drandom.c253 …p_random_engine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const php_random… in php_random_engine_common_init() argument
264 engine->std.handlers = handlers; in php_random_engine_common_init()
H A Dphp_random.h154 …p_random_engine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const php_random…
/php-src/ext/phar/tests/
H A Dphar_metadata_write4.phpt53 … original data, checking for exceptions or the data getting set from destructors or error handlers.
/php-src/Zend/tests/
H A Dobject_handlers.phpt2 Magic object handlers segfaults and memory errors
/php-src/main/
H A Dphp_output.h139 zend_stack handlers;
/php-src/
H A D.gdbinit209 set $handlers = $zvalue->value.obj.handlers
214 if $handlers->get_properties == &zend_std_get_properties
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm88 ; at its end by RaiseException all seh-handlers are disregarded if not present and the
/php-src/ext/dom/
H A Dxml_document.c347 document->handlers = &php_new_dom_default_document_handlers; in dom_set_xml_class()
/php-src/docs-old/
H A Doutput-api.md113 or handlers implemented in C to be used with ob_start() can contain a non-global

Completed in 74 milliseconds

12345