Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h44 …eof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_typ…
45 # define RESULT_USED(op) (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) || o…
46 # define RESULT_UNUSED(op) ((op->result_type & EXT_TYPE_UNUSED) != 0)
H A Dpass3.c245 zend_uchar T_type = opline->result_type;
H A Dblock_pass.c1858 # define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_driver.c1064 long result_type = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1069 &result_type, &ms_timeout)) { in PHP_METHOD()
1076 if (result_type == PDO_FETCH_USE_DEFAULT) { in PHP_METHOD()
1077 result_type = dbh->default_fetch_type; in PHP_METHOD()
1080 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in PHP_METHOD()
1107 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
1114 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
/PHP-5.6/Zend/
H A Dzend_compile.c655 opline->result_type = IS_VAR; in zend_do_binary_assign_op()
744 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
769 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
823 opline.result_type = IS_VAR; in fetch_array_dim()
830 opline.result_type = IS_VAR; in fetch_array_dim()
1027 opline->result_type = IS_VAR; in zend_do_assign()
1062 opline->result_type = IS_VAR; in zend_do_assign_ref()
1199 opline->result_type = IS_VAR; in zend_do_pre_incdec()
2079 opline->result_type = IS_VAR; in zend_do_clone()
2613 opline->result_type = IS_VAR; in zend_do_end_function_call()
[all …]
H A Dzend.c488 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
493 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
498 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_compile.h121 zend_uchar result_type; member
H A Dzend_execute.c63 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c215 ZEND_ARG_INFO(0, result_type)
2087 result_type = MYSQL_ASSOC;
2094 if (!result_type) {
2096 result_type = MYSQL_BOTH;
2100 if (result_type & ~MYSQL_BOTH) {
2102 result_type = MYSQL_BOTH;
2136 if (result_type & MYSQL_NUM) {
2139 if (result_type & MYSQL_ASSOC) {
2140 if (result_type & MYSQL_NUM) {
2147 if (result_type & MYSQL_NUM) {
[all …]
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c91 ZEND_ARG_INFO(0, result_type)
1501 switch (result_type) {
1512 result_type = (resulttype > 0 && (resulttype & MSSQL_BOTH)) ? resulttype : result_type;
1540 if (result_type & MSSQL_NUM) {
1544 if (result_type & MSSQL_ASSOC) {
1549 if (result_type & MSSQL_NUM)
1552 if (result_type & MSSQL_ASSOC)
1556 if (result_type & MSSQL_NUM)
1559 if (result_type & MSSQL_ASSOC)
1565 if (result_type & MSSQL_NUM)
[all …]
/PHP-5.6/ext/pgsql/
H A Dpgsql.c254 ZEND_ARG_INFO(0, result_type)
265 ZEND_ARG_INFO(0, result_type)
521 ZEND_ARG_INFO(0, result_type)
2704 result_type = PGSQL_ASSOC;
2722 if (!(result_type & PGSQL_BOTH)) {
2751 if (result_type & PGSQL_NUM) {
2754 if (result_type & PGSQL_ASSOC) {
2769 if (result_type & PGSQL_NUM) {
5256 long result_type = PGSQL_ASSOC; local
5279 if (result_type & PGSQL_NUM) {
[all …]
/PHP-5.6/ext/mysqli/
H A Dmysqli_fe.c237 ZEND_ARG_INFO(0, result_type)
241 ZEND_ARG_INFO(0, result_type)
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c122 decode[3] = phpdbg_decode_op(ops, &op->result, op->result_type, vars TSRMLS_CC); in phpdbg_decode_opline()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h372 # define ZEND_RESULT_TYPE(opline) (opline)->result_type
/PHP-5.6/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt112 Parameter #1 [ <optional> $result_type ]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt146 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-5.6/
H A DUPGRADING317 Added PDO::pgsqlGetNotify($result_type = PDO::FETCH_USE_DEFAULT, $ms_timeout = 0)
H A DNEWS11152 - Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Tony)
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c1702 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1818 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()

Completed in 151 milliseconds