Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_statement.c110 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
135 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
171 if (Z_ISREF(param->parameter)) { in pdo_sqlite_stmt_param_hook()
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c492 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
521 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
547 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
573 if (!Z_ISREF(param->parameter)) { in pdo_mysql_stmt_param_hook()
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_stmt.c186 if (Z_ISREF(param->parameter)) { in odbc_stmt_execute()
398 if (!Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
490 if (Z_ISREF(param->parameter)) { in odbc_stmt_param_hook()
/PHP-7.0/Zend/
H A Dzend_interfaces.c117 if (param_count > 0 && Z_ISREF(params[0]) && !Z_ISREF_P(arg1)) { in zend_call_method()
120 if (param_count > 1 && Z_ISREF(params[1]) && !Z_ISREF_P(arg2)) { in zend_call_method()
H A Dzend_types.h497 #define Z_ISREF(zval) (Z_TYPE(zval) == IS_REFERENCE) macro
498 #define Z_ISREF_P(zval_p) Z_ISREF(*(zval_p))
H A Dzend_ast.c441 if (UNEXPECTED(Z_ISREF(tmp))) { in zend_ast_evaluate()
/PHP-7.0/ext/pdo_oci/
H A Doci_statement.c211 if (Z_ISREF(param->parameter)) in oci_bind_input_cb()
246 if (Z_ISREF(param->parameter)) in oci_bind_output_cb()
291 if (Z_ISREF(param->parameter)) in oci_stmt_param_hook()
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.c521 if (Z_ISREF(param->parameter)) { in pdo_parse_params()
594 if (Z_ISREF(param->parameter)) { in pdo_parse_params()
H A Dpdo_sql_parser.re207 if (Z_ISREF(param->parameter)) {
280 if (Z_ISREF(param->parameter)) {
H A Dpdo_stmt.c315 if (!Z_ISREF(param->parameter)) { in really_register_bound_param()
707 if (!Z_ISREF(param->parameter)) { in do_fetch_common()
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c559 if (Z_ISREF(param->parameter)) { in firebird_stmt_param_hook()
664 if (Z_ISREF(param->parameter)) { in firebird_stmt_param_hook()
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c203 if (Z_ISREF(args[i])) { in mysqli_stmt_bind_param_do_bind()
878 if (!Z_ISREF(stmt->param.vars[i])) {
894 if (Z_ISREF(stmt->param.vars[i])) {
969 if (Z_ISREF(stmt->result.vars[i])) {
/PHP-7.0/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()
332 } else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) { in php_converter_from_u_callback()
/PHP-7.0/ext/standard/
H A Dscanf.c626 if ( ! Z_ISREF(args[ i ] ) ) { in php_sscanf_internal()
H A Darray.c1428 if (!was_ref && Z_ISREF(args[0])) { in php_array_walk()
/PHP-7.0/ext/wddx/
H A Dwddx.c1179 if (!Z_ISREF(args[i])) { in PHP_FUNCTION()
1288 if (!Z_ISREF(args[i])) { in PHP_FUNCTION()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c337 if (Z_ISREF(param->parameter)) { in pgsql_stmt_param_hook()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c694 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.0/main/streams/
H A Duserspace.c397 if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) { in user_wrapper_opener()
/PHP-7.0/ext/oci8/
H A Doci8_statement.c367 ZEND_ASSERT(Z_ISREF(column->define->val)); in php_oci_statement_fetch()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1556 if (Z_ISREF(param->parameter)) {

Completed in 315 milliseconds