Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 100) sorted by relevance

1234

/PHP-7.3/ext/dba/tests/
H A Dskipif.inc4 if (!sizeof(dba_handlers())) die('skip no handlers installed');
6 $handlers = dba_handlers();
7 if (in_array('flatfile', $handlers)) {
10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
11 if (count($handlers)==0) {
14 $handler = array_shift($handlers);
/PHP-7.3/ext/curl/
H A Dinterface.c251 if (ch->handlers->read && !Z_ISUNDEF(ch->handlers->read->stream)) { in _php_curl_verify_handlers()
279 if (ch->handlers->write && !Z_ISUNDEF(ch->handlers->write->stream)) { in _php_curl_verify_handlers()
2075 ch->handlers->write->stream = source->handlers->write->stream; in _php_setup_easy_copy_handlers()
2076 ch->handlers->write->method = source->handlers->write->method; in _php_setup_easy_copy_handlers()
2080 ch->handlers->read->stream = source->handlers->read->stream; in _php_setup_easy_copy_handlers()
2081 ch->handlers->read->method = source->handlers->read->method; in _php_setup_easy_copy_handlers()
2088 ch->handlers->write->fp = source->handlers->write->fp; in _php_setup_easy_copy_handlers()
2090 ch->handlers->read->fp = source->handlers->read->fp; in _php_setup_easy_copy_handlers()
2091 ch->handlers->read->res = source->handlers->read->res; in _php_setup_easy_copy_handlers()
2094 ZVAL_COPY(&ch->handlers->passwd, &source->handlers->passwd); in _php_setup_easy_copy_handlers()
[all …]
H A Dmulti.c64 mh->handlers = ecalloc(1, sizeof(php_curlm_handlers)); in PHP_FUNCTION()
318 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
319 if (!ch->handlers->write->buf.s) { in PHP_FUNCTION()
322 smart_str_0(&ch->handlers->write->buf); in PHP_FUNCTION()
323 RETURN_STR_COPY(ch->handlers->write->buf.s); in PHP_FUNCTION()
429 if (mh->handlers->server_push) { in _php_curl_multi_close()
431 efree(mh->handlers->server_push); in _php_curl_multi_close()
433 if (mh->handlers) { in _php_curl_multi_close()
434 efree(mh->handlers); in _php_curl_multi_close()
579 if (mh->handlers->server_push == NULL) { in _php_curl_multi_setopt()
[all …]
H A Dphp_curl.h177 php_curl_handlers *handlers; member
196 php_curlm_handlers *handlers; member
/PHP-7.3/Zend/
H A Dzend_objects_API.c53 if (obj->handlers->dtor_obj in zend_objects_store_call_destructors()
57 obj->handlers->dtor_obj(obj); in zend_objects_store_call_destructors()
102 if (obj->handlers->free_obj && obj->handlers->free_obj != zend_object_std_dtor) { in zend_objects_store_free_object_storage()
104 obj->handlers->free_obj(obj); in zend_objects_store_free_object_storage()
117 if (obj->handlers->free_obj) { in zend_objects_store_free_object_storage()
119 obj->handlers->free_obj(obj); in zend_objects_store_free_object_storage()
170 if (object->handlers->dtor_obj in zend_objects_store_del()
174 object->handlers->dtor_obj(object); in zend_objects_store_del()
188 if (object->handlers->free_obj) { in zend_objects_store_del()
190 object->handlers->free_obj(object); in zend_objects_store_del()
[all …]
H A Dzend_signal.c187 p_sig = SIGG(handlers)[signo-1]; in zend_signal_handler()
214 SIGG(handlers)[signo-1].flags = 0; in zend_signal_handler() local
215 SIGG(handlers)[signo-1].handler = SIG_DFL; in zend_signal_handler() local
234 oldact->sa_flags = SIGG(handlers)[signo-1].flags; in zend_sigaction()
235 oldact->sa_handler = (void *) SIGG(handlers)[signo-1].handler; in zend_sigaction()
239 SIGG(handlers)[signo-1].flags = act->sa_flags; in zend_sigaction() local
243 SIGG(handlers)[signo-1].handler = (void *) act->sa_handler; in zend_sigaction() local
247 if (SIGG(handlers)[signo-1].handler == (void *) SIG_IGN) { in zend_sigaction() local
297 SIGG(handlers)[signo-1].flags = sa.sa_flags; in zend_signal_register() local
299 SIGG(handlers)[signo-1].handler = (void *)sa.sa_sigaction; in zend_signal_register() local
[all …]
H A Dzend_iterators.c77 iter->std.handlers = &iterator_object_handlers; in zend_iterator_init()
H A DREADME.ZEND_VM4 ZEND_VM architecture allows specializing opcode handlers according to op_type
13 find opcode handlers and helpers. The typical opcode handler template looks
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
H A Dzend_gc.c696 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan_black()
818 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_mark_grey()
1011 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_scan()
1176 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_collect_white()
1185 if (obj->handlers->dtor_obj && in gc_collect_white()
1186 ((obj->handlers->dtor_obj != zend_objects_destroy_object) || in gc_collect_white()
1378 (get_gc = obj->handlers->get_gc) != NULL)) { in gc_remove_nested_data_from_buffer()
1526 if (obj->handlers->dtor_obj in zend_gc_collect_cycles()
1530 obj->handlers->dtor_obj(obj); in zend_gc_collect_cycles()
1577 if (obj->handlers->free_obj) { in zend_gc_collect_cycles()
[all …]
H A Dzend_signal.h62 zend_signal_entry_t handlers[NSIG]; member
/PHP-7.3/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt2 Test ob_start() function : closures as output handlers
7 echo "*** Testing ob_start() : closures as output handlers ***\n";
32 *** Testing ob_start() : closures as output handlers ***
/PHP-7.3/ext/opcache/Optimizer/
H A Dscdf.c78 scdf->handlers.visit_phi(scdf, phi); in scdf_mark_edge_feasible()
116 scdf->handlers.visit_phi(scdf, phi); in scdf_solve()
130 scdf->handlers.visit_instr(scdf, opline, ssa_op); in scdf_solve()
135 scdf->handlers.mark_feasible_successors(scdf, block_num, block, opline, ssa_op); in scdf_solve()
153 scdf->handlers.visit_phi(scdf, phi); in scdf_solve()
167 scdf->handlers.visit_instr(scdf, opline, &ssa->ops[j]); in scdf_solve()
177 scdf->handlers.mark_feasible_successors(scdf, i, block, opline, &ssa->ops[j-1]); in scdf_solve()
/PHP-7.3/main/
H A Doutput.c188 if (OG(handlers).elements) { in php_output_deactivate()
189 while ((handler = zend_stack_top(&OG(handlers)))) { in php_output_deactivate()
191 zend_stack_del_top(&OG(handlers)); in php_output_deactivate()
194 zend_stack_destroy(&OG(handlers)); in php_output_deactivate()
275 zend_stack_del_top(&OG(handlers)); in php_output_flush()
277 zend_stack_push(&OG(handlers), &OG(active)); in php_output_flush()
573 php_output_handler **handlers; in php_output_handler_started() local
577 handlers = (php_output_handler **) zend_stack_base(&OG(handlers)); in php_output_handler_started()
580 …if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len… in php_output_handler_started()
1234 zend_stack_del_top(&OG(handlers)); in php_output_stack_pop()
[all …]
/PHP-7.3/ext/dba/
H A Dconfig.w3221 WARNING("dba: db handlers not enabled; libraries and headers not found");
32 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
44 WARNING("dba: lmdb handlers not enabled; libraries and headers not found");
/PHP-7.3/Zend/tests/
H A Dgc_024.phpt2 GC 024: GC and objects with non-standard handlers
H A Dclosure_031.phpt2 Closure 031: Closure properties with custom error handlers
/PHP-7.3/tests/output/
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
H A Dob_011.phpt13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
H A Dbug70970.phpt28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
H A Dob_start_error_005.phpt23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
H A Dob_013.phpt2 output buffering - handlers/status
/PHP-7.3/ext/com_dotnet/
H A Dcom_misc.c66 obj->zo.handlers = &php_com_object_handlers; in php_com_wrap_dispatch()
90 obj->zo.handlers = &php_com_object_handlers; in php_com_wrap_variant()
/PHP-7.3/ext/standard/tests/streams/
H A Dbug67626.phpt2 Bug #67626: Exceptions not properly handled in user stream handlers
/PHP-7.3/ext/xml/tests/
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
/PHP-7.3/sapi/apache2handler/
H A DREADME7 In Apache 2.0, you have handlers which generate content (like
75 Protocol handlers

Completed in 61 milliseconds

1234