Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_statement.c107 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
132 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
170 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_statement.c415 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
444 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
470 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
500 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c180 if (Z_ISREF(param->parameter)) { in odbc_stmt_execute()
408 if (!Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
496 if (Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
/PHP-8.3/ext/pdo/
H A Dpdo_sql_parser.re223 if (Z_ISREF(param->parameter)) {
299 if (Z_ISREF(param->parameter)) {
H A Dpdo_stmt.c271 if (!Z_ISREF(param->parameter)) { in really_register_bound_param()
596 if (!Z_ISREF(param->parameter)) { in do_fetch_common()
/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c204 if (Z_ISREF(param->parameter)) in oci_bind_input_cb()
238 if (Z_ISREF(param->parameter)) { in oci_bind_output_cb()
283 if (Z_ISREF(param->parameter)) in oci_stmt_param_hook()
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_statement.c617 if (Z_ISREF(param->parameter)) { in firebird_stmt_param_hook()
779 if (Z_ISREF(param->parameter)) { in firebird_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()
324 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_from_u_callback()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c1499 if (Z_ISREF(retval)) {
1525 if (Z_ISREF(retval)) {
1560 if (Z_ISREF(retval)) {
1593 if (Z_ISREF(retval)) {
H A Dscanf.c618 ZEND_ASSERT(Z_ISREF(args[i]) && "Parameter must be passed by reference"); in php_sscanf_internal()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_statement.c341 if (Z_ISREF(param->parameter)) { in pgsql_stmt_param_hook()
/PHP-8.3/Zend/
H A Dzend_types.h949 #define Z_ISREF(zval) (Z_TYPE(zval) == IS_REFERENCE) macro
950 #define Z_ISREF_P(zval_p) Z_ISREF(*(zval_p))
H A Dzend_closures.c213 if (Z_ISREF(closure_result)) { in ZEND_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/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()
/PHP-8.3/ext/oci8/
H A Doci8_statement.c371 ZEND_ASSERT(Z_ISREF(column->define->val)); in php_oci_statement_fetch()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c2008 if (Z_ISREF(retval)) { in ZEND_METHOD()
2047 if (Z_ISREF(retval)) { in ZEND_METHOD()
3422 if (Z_ISREF(retval)) { in reflection_method_invoke()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1514 if (Z_ISREF(param->parameter)) { in php_sqlite3_bind_params()
/PHP-8.3/ext/spl/
H A Dspl_directory.c2189 ZEND_ASSERT(!Z_ISREF(intern->u.file.current_zval)); in PHP_METHOD()

Completed in 94 milliseconds