Home
last modified time | relevance | path

Searched refs:Z_LVAL (Results 26 – 47 of 47) sorted by relevance

12

/PHP-5.5/ext/opcache/
H A Dzend_persist.c218 main_persistent_script->compiler_halt_offset = Z_LVAL(offset);
/PHP-5.5/main/
H A Dphp_ini.c905 *result = Z_LVAL(var);
H A Dphp_variables.c570 Z_LVAL(request_time_long) = zend_dval_to_lval(Z_DVAL(request_time_float)); in php_register_server_variables()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c1352 column = php_oci_statement_get_column(statement, Z_LVAL(tmp), NULL, 0 TSRMLS_CC); in php_oci_statement_get_column_helper()
1354 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column index \"%ld\"", Z_LVAL(tmp)); in php_oci_statement_get_column_helper()
/PHP-5.5/ext/tidy/
H A Dtidy.c530 if (tidyOptSetInt(doc, tidyOptGetId(opt), Z_LVAL(conv))) { in _php_tidy_set_tidy_opt()
540 if (tidyOptSetBool(doc, tidyOptGetId(opt), Z_LVAL(conv))) { in _php_tidy_set_tidy_opt()
/PHP-5.5/Zend/
H A Dzend_object_handlers.c1370 if (Z_LVAL(result) != 0) { in zend_std_compare_objects()
1373 return Z_LVAL(result); in zend_std_compare_objects()
H A Dzend_opcode.c685 nest_levels = Z_LVAL(op_array->literals[opline->op2.constant].constant); in zend_resolve_finally_calls()
H A Dzend_compile.h42 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); }
H A Dzend_vm_execute.h2272 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()
2303 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()
7592 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPZ_EX_SPEC_TMP_HANDLER()
7623 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPNZ_EX_SPEC_TMP_HANDLER()
8264 Z_LVAL(restored_error_reporting) = Z_LVAL(EX_T(opline->op1.var).tmp_var); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
12797 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPZ_EX_SPEC_VAR_HANDLER()
12828 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPNZ_EX_SPEC_VAR_HANDLER()
16172 Z_LVAL(EX_T(opline->result.var).tmp_var) = result; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST()
18271 Z_LVAL(EX_T(opline->result.var).tmp_var) = result; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP()
30494 Z_LVAL(EX_T(opline->result.var).tmp_var) = retval; in ZEND_JMPZ_EX_SPEC_CV_HANDLER()
[all …]
H A Dzend_execute_API.c638 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, Z_LVAL(const_value… in zval_update_constant_ex()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1550 add_index_long(return_value, i, Z_LVAL(result->data[result->cur_row][i]));
1553 add_assoc_long(return_value, result->fields[i].name, Z_LVAL(result->data[result->cur_row][i]));
/PHP-5.5/ext/standard/
H A Dstring.c1712 *target = (char)Z_LVAL(holder);
2482 f = Z_LVAL(dummy);
2517 l = Z_LVAL(dummy);
H A Dbasic_functions.c5077 ret = (Z_LVAL(result) == 0);
5081 ret = (Z_LVAL(result) == 0);
/PHP-5.5/ext/sockets/
H A Dconversions.c346 Z_LVAL(lzval) = lval; in from_zval_integer_common()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c2156 Z_LVAL_P(pattern_offset) = Z_LVAL(offsetcopy); in magiccheck()
/PHP-5.5/ext/spl/
H A Dspl_array.c917 result = (int)Z_LVAL(temp_zv); in spl_array_compare_objects()
H A Dspl_directory.c281 if (Z_LVAL(tmp)) { in spl_filesystem_file_open()
H A Dspl_iterators.c2019 RETVAL_BOOL(Z_LVAL(zcount) > 0); in SPL_METHOD()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1241 Z_LVAL(result->data[i][j]) = strtol(result->tmp_buffer[j], NULL, 10); in php_sybase_fetch_result_row()
/PHP-5.5/ext/zip/
H A Dphp_zip.c358 opt = Z_LVAL(tmp); in php_zip_parse_options()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3521 + Z_LVAL_P(pattern_offset) = Z_LVAL(offsetcopy);
/PHP-5.5/ext/soap/
H A Dsoap.c2268 if (php_output_get_length(&outbuflen TSRMLS_CC) != FAILURE && Z_LVAL(outbuflen) != 0) {

Completed in 233 milliseconds

12