Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c818 int8store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
826 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
833 int1store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1406 if (Z_LVAL_P(arg2) < 0) { in PHP_METHOD()
1410 stmt->fetch.column = Z_LVAL_P(arg2); in PHP_METHOD()
2377 if (Z_LVAL_P(member) >= 0 && Z_LVAL_P(member) < stmt->column_count) { in row_dim_read()
2378 fetch_value(stmt, rv, Z_LVAL_P(member), NULL); in row_dim_read()
2461 return Z_LVAL_P(member) >= 0 && Z_LVAL_P(member) < stmt->column_count; in row_dim_exists()
H A Dpdo_dbh.c160 native_code = Z_LVAL_P(item); in pdo_handle_error()
734 if (Z_LVAL_P(tmp) == PDO_FETCH_INTO || Z_LVAL_P(tmp) == PDO_FETCH_CLASS) { in pdo_dbh_attribute_set()
/PHP-8.0/main/streams/
H A Duserspace.c923 Z_LVAL_P(&args[0]) |= PHP_LOCK_NB; in php_userstreamop_set_option()
927 Z_LVAL_P(&args[0]) |= PHP_LOCK_SH; in php_userstreamop_set_option()
930 Z_LVAL_P(&args[0]) |= PHP_LOCK_EX; in php_userstreamop_set_option()
933 Z_LVAL_P(&args[0]) |= PHP_LOCK_UN; in php_userstreamop_set_option()
/PHP-8.0/Zend/
H A Dzend_ini_parser.y50 return Z_LVAL_P(op); in get_int_val()
H A Dzend_compile.c388 Z_LVAL_P(zv) |= kind; in zend_register_seen_symbol()
398 return zv && (Z_LVAL_P(zv) & kind) != 0; in zend_have_seen_symbol()
1908 if (Z_LVAL_P(zv) == 0) { in zend_negate_num_string()
1911 ZEND_ASSERT(Z_LVAL_P(zv) > 0); in zend_negate_num_string()
1912 Z_LVAL_P(zv) *= -1; in zend_negate_num_string()
3887 && Z_LVAL_P(zv) >= 0 in zend_compile_func_cufa()
3888 && Z_LVAL_P(zv) <= 0x7fffffff) { in zend_compile_func_cufa()
3895 opline->extended_value = Z_LVAL_P(zv); in zend_compile_func_cufa()
4193 && Z_LVAL_P(zv) >= 0) { in zend_compile_func_array_slice()
4871 depth = Z_LVAL_P(depth_zv); in zend_compile_break_continue()
[all …]
H A Dzend_execute.c1373 return Z_LVAL_P(dim); in zend_check_string_offset()
1549 offset = Z_LVAL_P(dim); in zend_assign_to_string_offset()
1824 ZVAL_LONG(EX_VAR(opline->result.var), Z_LVAL_P(prop)); in zend_post_incdec_property_zval()
2145 hval = Z_LVAL_P(dim); in zend_fetch_dimension_address_inner()
2487 offset = Z_LVAL_P(dim); in zend_fetch_dimension_address_read()
2619 lval = Z_LVAL_P(offset); in zend_isset_dim_slow()
2658 lval = Z_LVAL_P(offset); in zend_isempty_dim_slow()
2699 hval = Z_LVAL_P(key); in zend_array_key_exists_fast()
4166 && !E_HAS_ONLY_FATAL_ERRORS(Z_LVAL_P(var))) { in cleanup_live_vars()
4167 EG(error_reporting) = Z_LVAL_P(var); in cleanup_live_vars()
H A Dzend_exceptions.c519 smart_str_append_long(str, Z_LVAL_P(arg)); in _build_trace_args()
560 line = Z_LVAL_P(tmp); in _build_trace_string()
/PHP-8.0/ext/hash/
H A Dhash.c305 val = (uint32_t) Z_LVAL_P(elt); in php_hash_unserialize_spec()
312 val += ((uint64_t) Z_LVAL_P(elt)) << 32; in php_hash_unserialize_spec()
1514 magic = Z_LVAL_P(magic_zv); in PHP_METHOD()
1515 options = Z_LVAL_P(options_zv); in PHP_METHOD()
/PHP-8.0/ext/session/
H A Dsession.c2969 if (Z_LVAL_P(progress->post_bytes_processed) < progress->next_update) { in php_session_rfc1867_update()
2984 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
3125 Z_LVAL_P(progress->current_file_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3136 Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length; in php_session_rfc1867_callback()
3137 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3156 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
3171 Z_LVAL_P(progress->post_bytes_processed) = data->post_bytes_processed; in php_session_rfc1867_callback()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c232 …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-8.0/ext/sysvmsg/
H A Dsysvmsg.c404 message_len = spprintf(&p, 0, ZEND_LONG_FMT, Z_LVAL_P(message)); in PHP_FUNCTION()
/PHP-8.0/ext/oci8/
H A Doci8_statement.c1089 if (Z_LVAL_P(zv) == 0) in php_oci_bind_post_exec()
1091 else if (Z_LVAL_P(zv) == 1) in php_oci_bind_post_exec()
1170 bind_data = (oci_phpsized_int *)&Z_LVAL_P(param); in php_oci_bind_by_name()
1225 bind_data = (zend_long *)&Z_LVAL_P(param); in php_oci_bind_by_name()
1836 ((oci_phpsized_int *)bind->array.elements)[i] = (oci_phpsized_int) Z_LVAL_P(entry); in php_oci_bind_array_helper_number()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c675 phpdbg_xml("<int refstatus=\"%s\" value=\"" ZEND_LONG_FMT "\" />", COMMON, Z_LVAL_P(zv)); in phpdbg_xml_var_dump()
800 spprintf(&decode, 0, ZEND_LONG_FMT, Z_LVAL_P(zv)); in phpdbg_short_zval_print()
H A Dphpdbg_info.c266 VARIABLEINFO("value=\"%ld\"", "\nint (%ld)", Z_LVAL_P(data)); in phpdbg_print_symbols()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c360 clone_docu = Z_LVAL_P(cloneDocu); in PHP_METHOD()
461 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c3692 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
3693 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op2) == 1) in is_effective_op1_double_cast()
3694 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
3700 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
3701 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op1) == 1); in is_effective_op2_double_cast()
3775 ZVAL_DOUBLE(&dval_op1, (double) Z_LVAL_P(value)); in can_convert_to_double()
3788 ZVAL_DOUBLE(&dval_op2, (double) Z_LVAL_P(value)); in can_convert_to_double()
4079 tmp_range.min = Z_LVAL_P(zv); in zend_func_return_info()
4080 tmp_range.max = Z_LVAL_P(zv); in zend_func_return_info()
4084 tmp_range.min = MIN(tmp_range.min, Z_LVAL_P(zv)); in zend_func_return_info()
[all …]
H A Dzend_cfg.c403 BB_START(ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(zv))); in zend_build_cfg()
575 block->successors[s++] = block_map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(zv))]; in zend_build_cfg()
/PHP-8.0/ext/pcntl/
H A Dpcntl.c931 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
935 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (void *)SIG_ERR) { in PHP_FUNCTION()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c536 param->paramno = Z_LVAL_P(index); in firebird_stmt_param_hook()
687 var->sqldata = (void*)&Z_LVAL_P(parameter); in firebird_stmt_param_hook()
/PHP-8.0/ext/ldap/
H A Dldap.c2653 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2731 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
2754 if (Z_LVAL_P(modtype) == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
3165 if (ZEND_LONG_EXCEEDS_INT(Z_LVAL_P(newval))) { in PHP_FUNCTION()
3169 val = (int)Z_LVAL_P(newval); in PHP_FUNCTION()
3180 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
3192 timeout = 1000 * Z_LVAL_P(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
3204 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
/PHP-8.0/ext/json/
H A Djson_encoder.c548 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c150 V_I4(v) = Z_LVAL_P(z); in php_com_variant_from_zval()
153 V_I8(v) = Z_LVAL_P(z); in php_com_variant_from_zval()
/PHP-8.0/ext/standard/
H A Dproc_open.c554 ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))); in get_option()
906 &descriptors[ndesc], (int)Z_LVAL_P(ztarget), descriptors, ndesc, nindex); in set_proc_descriptor_from_array()
/PHP-8.0/ext/spl/
H A Dspl_dllist.c1141 intern->flags = (int)Z_LVAL_P(flags); in PHP_METHOD()
1222 intern->flags = (int) Z_LVAL_P(flags_zv); in PHP_METHOD()

Completed in 188 milliseconds

12345