Home
last modified time | relevance | path

Searched refs:Z_LVAL_P (Results 51 – 75 of 121) sorted by relevance

12345

/php-src/ext/standard/
H A Dftp_fopen_wrapper.c523 Z_LVAL_P(tmpzval) > 0) { in php_stream_url_wrap_ftp()
524 php_stream_printf(stream, "REST " ZEND_LONG_FMT "\r\n", Z_LVAL_P(tmpzval)); in php_stream_url_wrap_ftp()
527 …pper_log_error(wrapper, options, "Unable to resume from offset " ZEND_LONG_FMT, Z_LVAL_P(tmpzval)); in php_stream_url_wrap_ftp()
/php-src/ext/pgsql/
H A Dpgsql.c1788 row, Z_LVAL_P(result)); in PHP_FUNCTION()
1860 row, Z_LVAL_P(result)); in php_pgsql_fetch_hash()
2120 row, Z_LVAL_P(result)); in php_pgsql_data_info()
2344 if (Z_LVAL_P(oid) < (zend_long)InvalidOid) { in PHP_FUNCTION()
2348 wanted_oid = (Oid)Z_LVAL_P(oid); in PHP_FUNCTION()
2719 if (Z_LVAL_P(oid) < (zend_long)InvalidOid) { in PHP_FUNCTION()
2723 wanted_oid = (Oid)Z_LVAL_P(oid); in PHP_FUNCTION()
4761 if (Z_LVAL_P(val)) { in php_pgsql_convert()
4818 ZVAL_LONG(&new_val, Z_LVAL_P(val)); in php_pgsql_convert()
4863 ZVAL_LONG(&new_val, Z_LVAL_P(val)); in php_pgsql_convert()
[all …]
/php-src/Zend/Optimizer/
H A Dzend_ssa.c210 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
211 *adjustment = -Z_LVAL_P(zv); in find_adjusted_tmp_var()
217 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
218 *adjustment = -Z_LVAL_P(zv); in find_adjusted_tmp_var()
226 *adjustment = Z_LVAL_P(zv); in find_adjusted_tmp_var()
335 add_val2 = Z_LVAL_P(zv); in place_essa_pis()
352 add_val1 = Z_LVAL_P(CRT_CONSTANT_EX(op_array, (opline-1), (opline-1)->op1)); in place_essa_pis()
H A Dzend_optimizer.c743Z_LVAL_P(zv) = ZEND_OPLINE_NUM_TO_OFFSET(op_array, new_opline, ZEND_OFFSET_TO_OPLINE_NUM(op_array,… in zend_optimizer_migrate_jump()
788Z_LVAL_P(zv) = ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, ZEND_OFFSET_TO_OPLINE_NUM(op_array, opl… in zend_optimizer_shift_jump()
H A Dzend_inference.c4277 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
4278 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op2) == 1) in is_effective_op1_double_cast()
4279 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
4285 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
4286 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op1) == 1); in is_effective_op2_double_cast()
4360 ZVAL_DOUBLE(&dval_op1, (double) Z_LVAL_P(value)); in can_convert_to_double()
4373 ZVAL_DOUBLE(&dval_op2, (double) Z_LVAL_P(value)); in can_convert_to_double()
4648 tmp_range.min = Z_LVAL_P(zv); in zend_func_return_info()
4649 tmp_range.max = Z_LVAL_P(zv); in zend_func_return_info()
4653 tmp_range.min = MIN(tmp_range.min, Z_LVAL_P(zv)); in zend_func_return_info()
[all …]
H A Dzend_cfg.c400 BB_START(ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(zv))); in zend_build_cfg()
572 block->successors[s++] = block_map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(zv))]; in zend_build_cfg()
/php-src/ext/com_dotnet/
H A Dcom_variant.c150 V_ERROR(v) = Z_LVAL_P(z); in php_com_variant_from_zval_ex()
155 V_I4(v) = Z_LVAL_P(z); in php_com_variant_from_zval_ex()
158 V_I8(v) = Z_LVAL_P(z); in php_com_variant_from_zval_ex()
/php-src/main/streams/
H A Duserspace.c895 Z_LVAL_P(&args[0]) |= PHP_LOCK_NB; in php_userstreamop_set_option()
899 Z_LVAL_P(&args[0]) |= PHP_LOCK_SH; in php_userstreamop_set_option()
902 Z_LVAL_P(&args[0]) |= PHP_LOCK_EX; in php_userstreamop_set_option()
905 Z_LVAL_P(&args[0]) |= PHP_LOCK_UN; in php_userstreamop_set_option()
/php-src/Zend/
H A Dzend_enum.c230 zend_long long_key = Z_LVAL_P(case_value); in zend_enum_build_backed_enum_table()
580 zend_hash_index_add_new(backed_enum_table, Z_LVAL_P(value), &case_name_zv); in zend_enum_add_case()
H A Dzend_ini_parser.y51 return Z_LVAL_P(op); in get_int_val()
H A Dzend_compile.c421 Z_LVAL_P(zv) |= kind; in zend_register_seen_symbol()
431 return zv && (Z_LVAL_P(zv) & kind) != 0; in zend_have_seen_symbol()
2089 if (Z_LVAL_P(zv) == 0) { in zend_negate_num_string()
2092 ZEND_ASSERT(Z_LVAL_P(zv) > 0); in zend_negate_num_string()
2093 Z_LVAL_P(zv) *= -1; in zend_negate_num_string()
4243 && Z_LVAL_P(zv) >= 0 in zend_compile_func_cufa()
4244 && Z_LVAL_P(zv) <= 0x7fffffff) { in zend_compile_func_cufa()
4251 opline->extended_value = Z_LVAL_P(zv); in zend_compile_func_cufa()
4549 && Z_LVAL_P(zv) >= 0) { in zend_compile_func_array_slice()
5461 depth = Z_LVAL_P(depth_zv); in zend_compile_break_continue()
[all …]
/php-src/ext/xsl/
H A Dxsltprocessor.c364 ctxt->maxTemplateDepth = Z_LVAL_P(max_template_depth); in php_xsl_apply_stylesheet()
368 ctxt->maxTemplateVars = Z_LVAL_P(max_template_vars); in php_xsl_apply_stylesheet()
/php-src/ext/pdo/
H A Dpdo_stmt.c1334 if (Z_LVAL_P(arg2) < 0) { in PHP_METHOD()
1338 stmt->fetch.column = Z_LVAL_P(arg2); in PHP_METHOD()
2317 if (Z_LVAL_P(offset) >= 0 && Z_LVAL_P(offset) < stmt->column_count) { in row_dim_read()
2318 fetch_value(stmt, rv, Z_LVAL_P(offset), NULL); in row_dim_read()
2377 zend_long column = Z_LVAL_P(offset); in row_dim_exists()
H A Dpdo_dbh.c162 native_code = Z_LVAL_P(item); in pdo_handle_error()
830 if (Z_LVAL_P(tmp) == PDO_FETCH_INTO || Z_LVAL_P(tmp) == PDO_FETCH_CLASS) { in pdo_dbh_attribute_set()
/php-src/ext/hash/
H A Dhash.c312 val = (uint32_t) Z_LVAL_P(elt); in php_hash_unserialize_spec()
319 val += ((uint64_t) Z_LVAL_P(elt)) << 32; in php_hash_unserialize_spec()
1530 magic = Z_LVAL_P(magic_zv); in PHP_METHOD()
1531 options = Z_LVAL_P(options_zv); in PHP_METHOD()
/php-src/ext/session/
H A Dsession.c3052 if (Z_LVAL_P(progress->post_bytes_processed) < progress->next_update) { in php_session_rfc1867_update()
3067 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
3208 Z_LVAL_P(progress->current_file_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3219 Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length; in php_session_rfc1867_callback()
3220 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3239 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3254 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
/php-src/ext/sysvshm/
H A Dsysvshm.c227 …NG, "Failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror… in PHP_FUNCTION()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c388 message_len = spprintf(&p, 0, ZEND_LONG_FMT, Z_LVAL_P(message)); in PHP_FUNCTION()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c251 …return resource_bundle_array_fetch(object, /* offset_str */ NULL, Z_LVAL_P(offset), rv, /* fallbac… in resourcebundle_array_get()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c570 param->paramno = Z_LVAL_P(index); in pdo_firebird_stmt_param_hook()
727 var->sqldata = (void*)&Z_LVAL_P(parameter); in pdo_firebird_stmt_param_hook()
/php-src/ext/ldap/
H A Dldap.c2664 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2742 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
2765 if (Z_LVAL_P(modtype) == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
3177 if (ZEND_LONG_EXCEEDS_INT(Z_LVAL_P(newval))) { in PHP_FUNCTION()
3181 val = (int)Z_LVAL_P(newval); in PHP_FUNCTION()
3192 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
3204 timeout = 1000 * Z_LVAL_P(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
3216 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c267 VARIABLEINFO("\nint ("ZEND_LONG_FMT")", Z_LVAL_P(data)); in phpdbg_print_symbols()
/php-src/ext/spl/
H A Dspl_dllist.c1068 intern->flags = (int)Z_LVAL_P(flags); in PHP_METHOD()
1149 intern->flags = (int) Z_LVAL_P(flags_zv); in PHP_METHOD()
/php-src/ext/ftp/
H A Dphp_ftp.c1243 if (Z_LVAL_P(z_value) <= 0) { in PHP_FUNCTION()
1247 ftp->timeout_sec = Z_LVAL_P(z_value); in PHP_FUNCTION()
/php-src/ext/zend_test/
H A Dtest.c301 RETURN_LONG(Z_LVAL_P(input)); in ZEND_FUNCTION()
325 RETURN_LONG(Z_LVAL_P(input)); in ZEND_FUNCTION()

Completed in 158 milliseconds

12345