Home
last modified time | relevance | path

Searched refs:Z_REFVAL (Results 1 – 23 of 23) sorted by relevance

/PHP-7.1/ext/standard/
H A Dscanf.c744 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
863 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
904 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1058 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1068 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
1173 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
H A Darray.c1434 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_statement.c111 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
136 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
172 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c495 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
524 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
550 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
576 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c187 parameter = Z_REFVAL(param->parameter); in odbc_stmt_execute()
401 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
491 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c250 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_to_u_callback()
251 *pErrorCode = Z_LVAL_P(Z_REFVAL(zargs[3])); in php_converter_to_u_callback()
332 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_from_u_callback()
333 *pErrorCode = Z_LVAL_P(Z_REFVAL(zargs[3])); in php_converter_from_u_callback()
/PHP-7.1/ext/session/
H A Dsession.c89 if (Z_ISREF_P(&PS(http_session_vars)) && Z_TYPE_P(Z_REFVAL(PS(http_session_vars))) == IS_ARRAY)
175 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_add_session_var()
189 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_set_session_var()
200 return zend_hash_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), name); in php_get_session_var()
761 php_var_serialize(&buf, Z_REFVAL(PS(http_session_vars)), &var_hash); in PHP_INI_END()
2247 zval *sess_var = Z_REFVAL(PS(http_session_vars));
2787 …if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.…
2823 zval *sess_var = Z_REFVAL(PS(http_session_vars));
2838 zval *sess_var = Z_REFVAL(PS(http_session_vars));
H A Dphp_session.h295 HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c212 parameter = Z_REFVAL(param->parameter); in oci_bind_input_cb()
247 parameter = Z_REFVAL(param->parameter); in oci_bind_output_cb()
292 parameter = Z_REFVAL(param->parameter); in oci_stmt_param_hook()
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c523 parameter = Z_REFVAL(param->parameter); in pdo_parse_params()
596 parameter = Z_REFVAL(param->parameter); in pdo_parse_params()
H A Dpdo_sql_parser.re208 parameter = Z_REFVAL(param->parameter);
281 parameter = Z_REFVAL(param->parameter);
H A Dpdo_stmt.c312 parameter = Z_REFVAL(param->parameter); in really_register_bound_param()
706 zval_ptr_dtor(Z_REFVAL(param->parameter)); in do_fetch_common()
709 fetch_value(stmt, Z_REFVAL(param->parameter), param->paramno, (int *)&param->param_type); in do_fetch_common()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c560 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
665 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
/PHP-7.1/ext/mysqli/
H A Dmysqli_api.c204 param = Z_REFVAL(args[i]); in mysqli_stmt_bind_param_do_bind()
884 Z_REFVAL(stmt->param.vars[j]) == Z_REFVAL(stmt->param.vars[i])) {
895 param = Z_REFVAL(stmt->param.vars[i]);
970 result = Z_REFVAL(stmt->result.vars[i]);
/PHP-7.1/Zend/
H A Dzend_types.h573 #define Z_REFVAL(zval) &Z_REF(zval)->val macro
574 #define Z_REFVAL_P(zval_p) Z_REFVAL(*(zval_p))
H A Dzend_ast.c442 ZVAL_DUP(result, Z_REFVAL(tmp)); in zend_ast_evaluate()
/PHP-7.1/ext/wddx/
H A Dwddx.c1178 arg = Z_REFVAL(args[i]); in PHP_FUNCTION()
1287 arg = Z_REFVAL(args[i]); in PHP_FUNCTION()
/PHP-7.1/ext/oci8/
H A Doci8_statement.c377 zval_ptr_dtor(Z_REFVAL(column->define->val)); in php_oci_statement_fetch()
378 ZVAL_NULL(Z_REFVAL(column->define->val)); in php_oci_statement_fetch()
379 php_oci_column_to_zval(column, Z_REFVAL(column->define->val), 0); in php_oci_statement_fetch()
/PHP-7.1/main/streams/
H A Duserspace.c395 if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) { in user_wrapper_opener()
396 *opened_path = zend_string_copy(Z_STR_P(Z_REFVAL(args[3]))); in user_wrapper_opener()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c339 parameter = Z_REFVAL(param->parameter); in pgsql_stmt_param_hook()
/PHP-7.1/ext/spl/
H A Dspl_array.c1452 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1483 HashTable *new_ht = Z_ARRVAL_P(Z_REFVAL(params[0])); in spl_array_method()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c693 if (Z_ISREF(stmt->param_bind[j].zv) && Z_REFVAL(stmt->param_bind[j].zv) == the_var) { in mysqlnd_stmt_execute_calculate_param_values_size()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c1552 parameter = Z_REFVAL(param->parameter); in PHP_METHOD()

Completed in 105 milliseconds