Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/tests/
H A Derror3.phpt10 $cv = explode('.', oci_client_version());
11 if ($cv[0] < 11 || ($cv[0] == 11 && $cv[1] < 2) || ($cv[0] == 11 && $cv[1] == 2 && $cv[3] < 3)) {
H A Dbug40415.phpt74 foreach ($res['CURSOR'] as $cv) {
76 var_dump(oci_execute($cv));
77 $rc2 = oci_fetch_all($cv, $res2);
/PHP-8.1/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.1/sapi/fpm/tests/
H A Dgh12621.phpt26 \$cv = get_browser("Konqueror/2.0")->browser_name_pattern;
27 var_dump(\$cv);
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c78 static const struct cv { struct
100 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime() argument
103 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
104 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1]) in cdf_clsid_to_mime()
105 return cv[i].mime; in cdf_clsid_to_mime()
/PHP-8.1/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.1/Zend/Optimizer/
H A Ddfa_pass.c1071 int cv = EX_NUM_TO_VAR(ssa->vars[cv_var].var); in zend_dfa_try_to_replace_result() local
1092 if ((opline->op1_type == IS_CV && opline->op1.var == cv) in zend_dfa_try_to_replace_result()
1093 || (opline->op2_type == IS_CV && opline->op2.var == cv) in zend_dfa_try_to_replace_result()
1094 || (opline->result_type == IS_CV && opline->result.var == cv)) { in zend_dfa_try_to_replace_result()
1115 op_array->opcodes[use].op1.var = cv; in zend_dfa_try_to_replace_result()
1122 op_array->opcodes[use].op2.var = cv; in zend_dfa_try_to_replace_result()
1129 op_array->opcodes[use].result.var = cv; in zend_dfa_try_to_replace_result()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c106 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(opline->op1.var)]; in zend_jit_invalid_method_call() local
108 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_invalid_method_call()
351 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(var)]; in zend_jit_undefined_op_helper() local
353 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_undefined_op_helper()
360 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(var)]; in zend_jit_undefined_op_helper_write() local
367 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_undefined_op_helper_write()
2372 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(opline->op1.var)]; in zend_jit_invalid_property_incdec() local
2374 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zend_jit_invalid_property_incdec()
H A Dzend_jit_x86.dasc1410 | // if (Z_REFCOUNTED_P(cv)) {
1419 | // if (!Z_DELREF_P(cv)) {
11271 | // if (Z_REFCOUNTED_P(cv)) {
11276 | // if (!Z_DELREF_P(cv)) {
11348 | // if (Z_REFCOUNTED_P(cv)) {
11353 | // if (!Z_DELREF_P(cv)) {
H A Dzend_jit_arm64.dasc1499 | // if (Z_REFCOUNTED_P(cv)) {
1508 | // if (!Z_DELREF_P(cv)) {
10562 | // if (Z_REFCOUNTED_P(cv)) {
10567 | // if (!Z_DELREF_P(cv)) {
10638 | // if (Z_REFCOUNTED_P(cv)) {
10643 | // if (!Z_DELREF_P(cv)) {
/PHP-8.1/
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.1/Zend/
H A Dzend_execute.c262 zend_string *cv = CV_DEF_OF(EX_VAR_TO_NUM(var)); in zval_undefined_cv() local
263 zend_error(E_WARNING, "Undefined variable $%s", ZSTR_VAL(cv)); in zval_undefined_cv()
3787 zval *cv = EX_VAR_NUM(0); in i_free_compiled_variables() local
3790 i_zval_ptr_dtor(cv); in i_free_compiled_variables()
3791 cv++; in i_free_compiled_variables()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2962 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1])
2963 return cv[i].mime;
/PHP-8.1/ext/phar/tests/files/
H A Dpear2coverage.phar286 $output->writeAttribute('class', 'cv');
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic17668 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
H A Dmagic私はガラスを食べられます17668 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>

Completed in 198 milliseconds