Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Derror3.phpt11 $cv = explode('.', oci_client_version());
12 if ($cv[0] < 11 || ($cv[0] == 11 && $cv[1] < 2) || ($cv[0] == 11 && $cv[1] == 2 && $cv[3] < 3)) {
H A Dbug40415.phpt75 foreach ($res['CURSOR'] as $cv) {
77 var_dump(oci_execute($cv));
78 $rc2 = oci_fetch_all($cv, $res2);
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt19 $cv = $dbh->getAttribute(PDO::ATTR_CLIENT_VERSION);
20 var_dump($cv);
22 $s = explode(".", $cv);
26 var_dump($cv);
33 var_dump($cv);
/PHP-8.3/sapi/fpm/tests/
H A Dgh12621.phpt26 \$cv = get_browser("Konqueror/2.0")->browser_name_pattern;
27 var_dump(\$cv);
/PHP-8.3/ext/fileinfo/libmagic/
H A Dreadcdf.c76 static const struct cv { struct
98 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime() argument
101 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
102 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1]) in cdf_clsid_to_mime()
103 return cv[i].mime; in cdf_clsid_to_mime()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua1109 local cv = map_cond[cc]
1110 if cv then
1113 local scv = format("%x", cv)
/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c1010 int cv = EX_NUM_TO_VAR(ssa->vars[cv_var].var); in zend_dfa_try_to_replace_result() local
1031 if ((opline->op1_type == IS_CV && opline->op1.var == cv) in zend_dfa_try_to_replace_result()
1032 || (opline->op2_type == IS_CV && opline->op2.var == cv) in zend_dfa_try_to_replace_result()
1033 || (opline->result_type == IS_CV && opline->result.var == cv)) { in zend_dfa_try_to_replace_result()
1054 op_array->opcodes[use].op1.var = cv; in zend_dfa_try_to_replace_result()
1061 op_array->opcodes[use].op2.var = cv; in zend_dfa_try_to_replace_result()
1068 op_array->opcodes[use].result.var = cv; in zend_dfa_try_to_replace_result()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c96 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(opline->op1.var)]; in zend_jit_invalid_method_call() local
98 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_invalid_method_call()
341 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(var)]; in zend_jit_undefined_op_helper() local
343 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_undefined_op_helper()
350 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(var)]; in zend_jit_undefined_op_helper_write() local
357 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_undefined_op_helper_write()
2419 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(opline->op1.var)]; in zend_jit_invalid_property_incdec() local
2421 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_invalid_property_incdec()
H A Dzend_jit_arm64.dasc1514 | // if (Z_REFCOUNTED_P(cv)) {
1523 | // if (!Z_DELREF_P(cv)) {
10450 | // if (Z_REFCOUNTED_P(cv)) {
10455 | // if (!Z_DELREF_P(cv)) {
10523 | // if (Z_REFCOUNTED_P(cv)) {
10528 | // if (!Z_DELREF_P(cv)) {
H A Dzend_jit_x86.dasc1410 | // if (Z_REFCOUNTED_P(cv)) {
1419 | // if (!Z_DELREF_P(cv)) {
11157 | // if (Z_REFCOUNTED_P(cv)) {
11162 | // if (!Z_DELREF_P(cv)) {
11231 | // if (Z_REFCOUNTED_P(cv)) {
11236 | // if (!Z_DELREF_P(cv)) {
/PHP-8.3/
H A D.gdbinit39 set $cv = $cv_ex_ptr.func.op_array.vars
45 printf "[%d] '%s'\n", $cv_idx, $cv[$cv_idx].val
/PHP-8.3/Zend/
H A Dzend_execute.c274 zend_string *cv = CV_DEF_OF(EX_VAR_TO_NUM(var)); in zval_undefined_cv() local
275 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zval_undefined_cv()
3880 zval *cv = EX_VAR_NUM(0); in i_free_compiled_variables() local
3883 i_zval_ptr_dtor(cv); in i_free_compiled_variables()
3884 cv++; in i_free_compiled_variables()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2733 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1])
2734 return cv[i].mime;
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar286 $output->writeAttribute('class', 'cv');
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic19678 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
H A Dmagic私はガラスを食べられます19678 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>

Completed in 253 milliseconds