Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 100) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS684 handlers changed). (SammyK)
1226 . Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). (cmb)
1645 handlers). (bshaffer)
1805 handlers). (bshaffer)
H A D.gdbinit209 set $handlers = $zvalue->value.obj.handlers
214 if $handlers->get_properties == &zend_std_get_properties
/PHP-7.4/Zend/
H A Dzend_closures.c497 closure->std.handlers = &closure_handlers; in zend_closure_new()
H A Dzend_vm_execute.h4026 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_CONST_HANDLER()
5444 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
5550 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
7712 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
7818 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10173 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
14523 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
15950 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
18201 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_TMP_HANDLER()
21309 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h2197 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res…
2351 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re…
3558 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((OP2_TYPE == IS_CONST) ? (RT_CONSTA…
5952 Z_OBJ_P(expr)->handlers != &std_object_handlers ||
H A Dzend_operators.c645 Z_OBJ_P(op)->handlers != &std_object_handlers || in convert_to_array()
H A Dzend_API.c3158 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
H A Dzend_execute.c4356 object->handlers->call_method(fbc->common.function_name, object, call, ret); in zend_do_fcall_overloaded()
H A Dzend_alloc.c718 void *ptr = heap->storage->handlers.chunk_alloc(heap->storage, size, alignment);
730 heap->storage->handlers.chunk_free(heap->storage, addr, size);
741 if (heap->storage->handlers.chunk_truncate) {
742 return heap->storage->handlers.chunk_truncate(heap->storage, addr, old_size, new_size);
760 if (heap->storage->handlers.chunk_extend) {
761 return heap->storage->handlers.chunk_extend(heap->storage, addr, old_size, new_size);
2895 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data… argument
2902 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
2904 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
2952 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
/PHP-7.4/ext/date/
H A Dphp_date.c2229 intern->std.handlers = &date_object_handlers_date; in date_object_new_date()
2359 intern->std.handlers = &date_object_handlers_timezone; in date_object_new_timezone()
2504 intern->std.handlers = &date_object_handlers_interval; in date_object_new_interval()
2580 intern->std.handlers = &date_object_handlers_period; in date_object_new_period()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c460 zend_object_handlers *handlers; in mysqli_objects_new() local
476 handlers = &mysqli_object_link_handlers; in mysqli_objects_new()
478 handlers = &mysqli_object_driver_handlers; in mysqli_objects_new()
480 handlers = &mysqli_object_stmt_handlers; in mysqli_objects_new()
482 handlers = &mysqli_object_result_handlers; in mysqli_objects_new()
484 handlers = &mysqli_object_warning_handlers; in mysqli_objects_new()
486 handlers = &mysqli_object_handlers; in mysqli_objects_new()
489 intern->zo.handlers = handlers; in mysqli_objects_new()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1073 intern->zo.handlers = &zip_object_handlers; in php_zip_object_new()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c234 intern->std.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
H A Dspl_directory.c165 intern->std.handlers = &spl_filesystem_object_handlers; in spl_filesystem_object_new_ex()
183 ret->std.handlers = &spl_filesystem_object_check_handlers; in spl_filesystem_object_new_check()
H A Dspl_array.c208 intern->std.handlers = &spl_handler_ArrayIterator; in spl_array_object_new_ex()
211 intern->std.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()
244 if (intern->std.handlers == &spl_handler_ArrayIterator) { in spl_array_object_new_ex()
/PHP-7.4/ext/curl/
H A Dinterface.c193 if (ch->handlers->read && !Z_ISUNDEF(ch->handlers->read->stream)) { in _php_curl_verify_handlers()
221 if (ch->handlers->write && !Z_ISUNDEF(ch->handlers->write->stream)) { in _php_curl_verify_handlers()
2038 ch->handlers->write->stream = source->handlers->write->stream; in _php_setup_easy_copy_handlers()
2039 ch->handlers->write->method = source->handlers->write->method; in _php_setup_easy_copy_handlers()
2043 ch->handlers->read->stream = source->handlers->read->stream; in _php_setup_easy_copy_handlers()
2044 ch->handlers->read->method = source->handlers->read->method; in _php_setup_easy_copy_handlers()
2051 ch->handlers->write->fp = source->handlers->write->fp; in _php_setup_easy_copy_handlers()
2053 ch->handlers->read->fp = source->handlers->read->fp; in _php_setup_easy_copy_handlers()
2054 ch->handlers->read->res = source->handlers->read->res; in _php_setup_easy_copy_handlers()
2057 ZVAL_COPY(&ch->handlers->passwd, &source->handlers->passwd); in _php_setup_easy_copy_handlers()
[all …]
/PHP-7.4/ext/phar/
H A Dphar_object.c1141 phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1374 …bject *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); \
1387 …_object *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1477 …bject *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->handlers->offset); in phar_build()
4484 entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
4535 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers
4548 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers in PHP_METHOD()
/PHP-7.4/main/
H A Doutput.c187 if (OG(handlers).elements) { in php_output_deactivate()
188 while ((handler = zend_stack_top(&OG(handlers)))) { in php_output_deactivate()
190 zend_stack_del_top(&OG(handlers)); in php_output_deactivate()
193 zend_stack_destroy(&OG(handlers)); in php_output_deactivate()
274 zend_stack_del_top(&OG(handlers)); in php_output_flush()
276 zend_stack_push(&OG(handlers), &OG(active)); in php_output_flush()
572 php_output_handler **handlers; in php_output_handler_started() local
576 handlers = (php_output_handler **) zend_stack_base(&OG(handlers)); in php_output_handler_started()
579 …if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len… in php_output_handler_started()
1227 zend_stack_del_top(&OG(handlers)); in php_output_stack_pop()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp385 intern->zo.handlers = &TimeZone_handlers; in TimeZone_object_create()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2534 sccp.scdf.handlers.visit_instr = sccp_visit_instr; in sccp_optimize_op_array()
2535 sccp.scdf.handlers.visit_phi = sccp_visit_phi; in sccp_optimize_op_array()
2536 sccp.scdf.handlers.mark_feasible_successors = sccp_mark_feasible_successors; in sccp_optimize_op_array()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c396 intern->std.handlers = &xmlreader_object_handlers; in xmlreader_objects_new()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2155 intern->zo.handlers = &sxe_object_handlers; in php_sxe_object_new()
/PHP-7.4/ext/dom/
H A Dphp_dom.c508 clone->std.handlers = dom_get_obj_handlers(); in dom_objects_store_clone_obj()
1093 intern->std.handlers = dom_get_obj_handlers(); in dom_objects_new()
1107 intern->dom.std.handlers = &dom_xpath_object_handlers; in dom_xpath_objects_new()
1166 intern->std.handlers = &dom_nnodemap_object_handlers; in dom_nnodemap_objects_new()
/PHP-7.4/ext/dba/
H A Ddba.c552 smart_str handlers = {0}; in PHP_MINFO_FUNCTION() local
555 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()
556 smart_str_appendc(&handlers, ' '); in PHP_MINFO_FUNCTION()
561 if (handlers.s) { in PHP_MINFO_FUNCTION()
562 smart_str_0(&handlers); in PHP_MINFO_FUNCTION()
563 php_info_print_table_row(2, "Supported handlers", ZSTR_VAL(handlers.s)); in PHP_MINFO_FUNCTION()
564 smart_str_free(&handlers); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c275 intern->zo.handlers = &reflection_object_handlers; in reflection_objects_new()

Completed in 393 milliseconds

1234