Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysql/
H A Dphp_mysql.c215 ZEND_ARG_INFO(0, result_type)
2081 result_type = MYSQL_ASSOC;
2088 if (!result_type) {
2090 result_type = MYSQL_BOTH;
2094 if (result_type & ~MYSQL_BOTH) {
2096 result_type = MYSQL_BOTH;
2130 if (result_type & MYSQL_NUM) {
2133 if (result_type & MYSQL_ASSOC) {
2134 if (result_type & MYSQL_NUM) {
2141 if (result_type & MYSQL_NUM) {
[all …]
/PHP-5.4/Zend/
H A Dzend_compile.c644 opline->result_type = IS_VAR; in zend_do_binary_assign_op()
733 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
758 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
812 opline.result_type = IS_VAR; in fetch_array_dim()
819 opline.result_type = IS_VAR; in fetch_array_dim()
1016 opline->result_type = IS_VAR; in zend_do_assign()
1051 opline->result_type = IS_VAR; in zend_do_assign_ref()
1188 opline->result_type = IS_VAR; in zend_do_pre_incdec()
2019 opline->result_type = IS_VAR; in zend_do_clone()
2450 opline->result_type = IS_VAR; in zend_do_end_function_call()
[all …]
H A Dzend.c486 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
491 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
496 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_compile.h116 zend_uchar result_type; member
H A Dzend_execute.c62 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c91 ZEND_ARG_INFO(0, result_type)
1496 switch (result_type) {
1507 result_type = (resulttype > 0 && (resulttype & MSSQL_BOTH)) ? resulttype : result_type;
1535 if (result_type & MSSQL_NUM) {
1539 if (result_type & MSSQL_ASSOC) {
1544 if (result_type & MSSQL_NUM)
1547 if (result_type & MSSQL_ASSOC)
1551 if (result_type & MSSQL_NUM)
1554 if (result_type & MSSQL_ASSOC)
1560 if (result_type & MSSQL_NUM)
[all …]
/PHP-5.4/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) {
5014 long result_type = PGSQL_ASSOC; local
5037 if (result_type & PGSQL_NUM) {
[all …]
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.c171 ZEND_ARG_INFO(0, result_type)
175 ZEND_ARG_INFO(0, result_type)
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt146 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c1674 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1790 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()
/PHP-5.4/
H A DNEWS8385 - Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Tony)

Completed in 106 milliseconds