Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c148 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
173 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
211 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c494 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
523 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
549 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
579 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c185 if (Z_ISREF(param->parameter)) { in odbc_stmt_execute()
404 if (!Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
496 if (Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re231 if (Z_ISREF(param->parameter)) {
319 if (Z_ISREF(param->parameter)) {
H A Dpdo_stmt.c301 if (!Z_ISREF(param->parameter)) { in really_register_bound_param()
701 if (!Z_ISREF(param->parameter)) { in do_fetch_common()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c209 if (Z_ISREF(param->parameter)) in oci_bind_input_cb()
246 if (Z_ISREF(param->parameter)) in oci_bind_output_cb()
290 if (Z_ISREF(param->parameter)) in oci_stmt_param_hook()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c587 if (Z_ISREF(param->parameter)) { in firebird_stmt_param_hook()
746 if (Z_ISREF(param->parameter)) { in firebird_stmt_param_hook()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c202 if (Z_ISREF(args[i])) { in mysqli_stmt_bind_param_do_bind()
878 if (!Z_ISREF(stmt->param.vars[i])) {
883 if (Z_ISREF(stmt->param.vars[j]) &&
896 if (Z_ISREF(stmt->param.vars[i])) {
974 if (Z_ISREF(stmt->result.vars[i])) {
/PHP-7.4/ext/intl/converter/
H A Dconverter.c257 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_to_u_callback()
339 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_from_u_callback()
/PHP-7.4/ext/standard/
H A Dscanf.c622 if ( ! Z_ISREF(args[ i ] ) ) { in php_sscanf_internal()
H A Dbasic_functions.c4936 if (Z_ISREF(retval)) {
4962 if (Z_ISREF(retval)) {
5000 if (Z_ISREF(retval)) {
5032 if (Z_ISREF(retval)) {
/PHP-7.4/Zend/
H A Dzend_types.h665 #define Z_ISREF(zval) (Z_TYPE(zval) == IS_REFERENCE) macro
666 #define Z_ISREF_P(zval_p) Z_ISREF(*(zval_p))
H A Dzend_closures.c184 if (Z_ISREF(closure_result)) { in ZEND_METHOD()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c336 if (Z_ISREF(param->parameter)) { in pgsql_stmt_param_hook()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c720 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.4/main/streams/
H A Duserspace.c394 if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) { in user_wrapper_opener()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c375 ZEND_ASSERT(Z_ISREF(column->define->val)); in php_oci_statement_fetch()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1854 if (Z_ISREF(retval)) { in ZEND_METHOD()
1922 if (Z_ISREF(retval)) { in ZEND_METHOD()
3184 if (Z_ISREF(retval)) { in reflection_method_invoke()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1532 if (Z_ISREF(param->parameter)) { in php_sqlite3_bind_params()

Completed in 210 milliseconds