Home
last modified time | relevance | path

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

/PHP-5.5/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.c237 zend_uchar T_type = opline->result_type;
H A Dblock_pass.c1851 # define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
/PHP-5.5/Zend/
H A Dzend_compile.c647 opline->result_type = IS_VAR; in zend_do_binary_assign_op()
736 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
761 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
815 opline.result_type = IS_VAR; in fetch_array_dim()
822 opline.result_type = IS_VAR; in fetch_array_dim()
1019 opline->result_type = IS_VAR; in zend_do_assign()
1054 opline->result_type = IS_VAR; in zend_do_assign_ref()
1191 opline->result_type = IS_VAR; in zend_do_pre_incdec()
2037 opline->result_type = IS_VAR; in zend_do_clone()
2534 opline->result_type = IS_VAR; in zend_do_end_function_call()
[all …]
H A Dzend.c487 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
492 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
497 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_compile.h119 zend_uchar result_type; member
H A Dzend_execute.c63 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c215 ZEND_ARG_INFO(0, result_type)
2085 result_type = MYSQL_ASSOC;
2092 if (!result_type) {
2094 result_type = MYSQL_BOTH;
2098 if (result_type & ~MYSQL_BOTH) {
2100 result_type = MYSQL_BOTH;
2134 if (result_type & MYSQL_NUM) {
2137 if (result_type & MYSQL_ASSOC) {
2138 if (result_type & MYSQL_NUM) {
2145 if (result_type & MYSQL_NUM) {
[all …]
/PHP-5.5/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.5/ext/pgsql/
H A Dpgsql.c250 ZEND_ARG_INFO(0, result_type)
261 ZEND_ARG_INFO(0, result_type)
510 ZEND_ARG_INFO(0, result_type)
2593 result_type = PGSQL_ASSOC;
2611 if (!(result_type & PGSQL_BOTH)) {
2640 if (result_type & PGSQL_NUM) {
2643 if (result_type & PGSQL_ASSOC) {
2658 if (result_type & PGSQL_NUM) {
5031 long result_type = PGSQL_ASSOC; local
5054 if (result_type & PGSQL_NUM) {
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c221 ZEND_ARG_INFO(0, result_type)
225 ZEND_ARG_INFO(0, result_type)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h363 # define ZEND_RESULT_TYPE(opline) (opline)->result_type
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt146 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt112 Parameter #1 [ <optional> $result_type ]
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1691 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1807 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()
/PHP-5.5/
H A DNEWS9574 - Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Tony)

Completed in 214 milliseconds