Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 20 of 20) sorted by relevance

/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h44 (opline)->result_type = IS_UNUSED; \
48 #define RESULT_USED(op) (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) |…
49 #define RESULT_UNUSED(op) ((op->result_type & EXT_TYPE_UNUSED) != 0)
H A Dpass1_5.c113 zend_uchar type = opline->result_type; in zend_optimizer_pass1()
416 opline->result_type = IS_UNUSED; in zend_optimizer_pass1()
H A Dpass3.c250 zend_uchar T_type = opline->result_type; in zend_optimizer_pass3()
H A Dzend_optimizer.c88 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
H A Dblock_pass.c1827 #define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1061 zend_long result_type = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1066 &result_type, &ms_timeout)) { in PHP_METHOD()
1073 if (result_type == PDO_FETCH_USE_DEFAULT) { in PHP_METHOD()
1074 result_type = dbh->default_fetch_type; in PHP_METHOD()
1077 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in PHP_METHOD()
1109 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
1116 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c149 decode[3] = phpdbg_decode_op(ops, &op->result, op->result_type); in phpdbg_decode_opline()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt130 Inspecting parameter 'result_type' of method 'fetch_all'
153 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-7.0/ext/pgsql/
H A Dpgsql.c255 ZEND_ARG_INFO(0, result_type)
266 ZEND_ARG_INFO(0, result_type)
522 ZEND_ARG_INFO(0, result_type)
2704 result_type = PGSQL_ASSOC;
2722 if (!(result_type & PGSQL_BOTH)) {
2753 if (result_type & PGSQL_NUM) {
2756 if (result_type & PGSQL_ASSOC) {
2765 if (result_type & PGSQL_NUM) {
5284 if (!(result_type & PGSQL_BOTH)) {
5296 if (result_type & PGSQL_NUM) {
[all …]
/PHP-7.0/Zend/
H A Dzend.c427 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
432 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
437 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
448 EG(call_trampoline_op).result_type = IS_UNUSED; in zend_init_call_trampoline_op()
H A Dzend.h64 !(EX(prev_execute_data)->opline->result_type & EXT_TYPE_UNUSED))
H A Dzend_compile.h45 (opline)->result_type = IS_UNUSED; \
165 zend_uchar result_type; member
H A Dzend_compile.c639 if (opline->result_type == IS_VAR in zend_do_free()
666 if (opline->result_type == IS_VAR in zend_do_free()
1111 opline->result_type = IS_UNUSED; in zend_do_early_binding()
1851 opline->result_type = IS_VAR; in zend_make_var_result()
1859 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
2284 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
3590 opline->result_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
4265 opline->result_type = IS_TMP_VAR; in zend_compile_try()
6154 opline_jmpz->result_type = IS_TMP_VAR; in zend_compile_short_circuiting()
6829 opline->result_type = IS_TMP_VAR; in zend_compile_encaps_list()
[all …]
H A Dzend_opcode.c698 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend_vm_def.h6090 if (opline->result_type == IS_TMP_VAR) {
6134 if (opline->result_type == IS_TMP_VAR) {
6190 if (opline->result_type == IS_TMP_VAR) {
6268 if (opline->result_type == IS_TMP_VAR) {
6326 if (opline->result_type == IS_TMP_VAR) {
6382 if (opline->result_type == IS_TMP_VAR) {
H A Dzend_execute.c71 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
H A Dzend_vm_execute.h16047 if (opline->result_type == IS_TMP_VAR) {
16091 if (opline->result_type == IS_TMP_VAR) {
16147 if (opline->result_type == IS_TMP_VAR) {
16225 if (opline->result_type == IS_TMP_VAR) {
16283 if (opline->result_type == IS_TMP_VAR) {
16339 if (opline->result_type == IS_TMP_VAR) {
/PHP-7.0/ext/mysqli/
H A Dmysqli_fe.c237 ZEND_ARG_INFO(0, result_type)
241 ZEND_ARG_INFO(0, result_type)
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h354 # define ZEND_RESULT_TYPE(opline) (opline)->result_type
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1711 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1824 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()

Completed in 239 milliseconds