Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_statement.c108 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
133 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
171 parameter = Z_REFVAL(param->parameter); in pdo_sqlite_stmt_param_hook()
H A Dsqlite_driver.c433 zval_ptr_dtor(Z_REFVAL(agg_context->val)); in do_callback()
434 ZVAL_COPY_VALUE(Z_REFVAL(agg_context->val), &retval); in do_callback()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_statement.c418 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
447 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
473 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
503 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
/PHP-8.3/ext/intl/converter/
H A Dconverter.c242 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_to_u_callback()
243 *pErrorCode = Z_LVAL_P(Z_REFVAL(zargs[3])); in php_converter_to_u_callback()
324 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_from_u_callback()
325 *pErrorCode = Z_LVAL_P(Z_REFVAL(zargs[3])); in php_converter_from_u_callback()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c181 parameter = Z_REFVAL(param->parameter); in odbc_stmt_execute()
411 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
497 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
/PHP-8.3/ext/session/
H A Dsession.c82 if (Z_ISREF_P(&PS(http_session_vars)) && Z_TYPE_P(Z_REFVAL(PS(http_session_vars))) == IS_ARRAY)
196 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_add_session_var()
210 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_set_session_var()
221 return zend_hash_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), name); in php_get_session_var()
861 php_var_serialize(&buf, Z_REFVAL(PS(http_session_vars)), &var_hash); in PHP_INI_END()
2595 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in PHP_FUNCTION()
2634 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in PHP_FUNCTION()
3025 …if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.… in php_check_cancel_upload()
3061 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_session_rfc1867_update()
3076 zval *sess_var = Z_REFVAL(PS(http_session_vars)); in php_session_rfc1867_cleanup()
H A Dphp_session.h290 HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \
/PHP-8.3/ext/pdo/
H A Dpdo_sql_parser.re224 parameter = Z_REFVAL(param->parameter);
300 parameter = Z_REFVAL(param->parameter);
H A Dpdo_stmt.c274 parameter = Z_REFVAL(param->parameter); in really_register_bound_param()
601 zval_ptr_dtor(Z_REFVAL(param->parameter)); in do_fetch_common()
604 fetch_value(stmt, Z_REFVAL(param->parameter), param->paramno, &param->param_type); in do_fetch_common()
/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c205 parameter = Z_REFVAL(param->parameter); in oci_bind_input_cb()
239 parameter = Z_REFVAL(param->parameter); in oci_bind_output_cb()
284 parameter = Z_REFVAL(param->parameter); in oci_stmt_param_hook()
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_statement.c618 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
780 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
/PHP-8.3/ext/oci8/
H A Doci8_statement.c372 zval_ptr_dtor(Z_REFVAL(column->define->val)); in php_oci_statement_fetch()
373 ZVAL_NULL(Z_REFVAL(column->define->val)); in php_oci_statement_fetch()
374 php_oci_column_to_zval(column, Z_REFVAL(column->define->val), 0); in php_oci_statement_fetch()
/PHP-8.3/main/streams/
H A Duserspace.c355 if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) { in user_wrapper_opener()
356 *opened_path = zend_string_copy(Z_STR_P(Z_REFVAL(args[3]))); in user_wrapper_opener()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_statement.c342 parameter = Z_REFVAL(param->parameter); in pgsql_stmt_param_hook()
/PHP-8.3/Zend/
H A Dzend_types.h1018 #define Z_REFVAL(zval) &Z_REF(zval)->val macro
1019 #define Z_REFVAL_P(zval_p) Z_REFVAL(*(zval_p))
/PHP-8.3/ext/spl/
H A Dspl_array.c1382 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1414 zval *ht_zv = Z_REFVAL(params[0]); in spl_array_method()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c651 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-8.3/ext/sqlite3/
H A Dsqlite3.c1515 parameter = Z_REFVAL(param->parameter); in php_sqlite3_bind_params()
/PHP-8.3/ext/standard/
H A Darray.c1471 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()

Completed in 175 milliseconds