Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/tests/
H A Derror3.phpt8 $cv = explode('.', oci_client_version());
9 if ($cv[0] < 11 || ($cv[0] == 11 && $cv[1] < 2) || ($cv[0] == 11 && $cv[1] == 2 && $cv[3] < 3)) {
H A Dbug40415.phpt72 foreach ($res['CURSOR'] as $cv) {
74 var_dump(oci_execute($cv));
75 $rc2 = oci_fetch_all($cv, $res2);
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt17 $cv = $dbh->getAttribute(PDO::ATTR_CLIENT_VERSION);
18 var_dump($cv);
20 $s = explode(".", $cv);
24 var_dump($cv);
31 var_dump($cv);
/PHP-7.4/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-7.4/
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-7.4/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_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv)); in zval_undefined_cv()
3470 zval *cv = EX_VAR_NUM(0); in i_free_compiled_variables() local
3473 if (Z_REFCOUNTED_P(cv)) { in i_free_compiled_variables()
3474 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
3476 ZVAL_NULL(cv); in i_free_compiled_variables()
3482 cv++; in i_free_compiled_variables()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3155 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1])
3156 return cv[i].mime;
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar286 $output->writeAttribute('class', 'cv');
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15977 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
H A Dmagic15977 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>

Completed in 133 milliseconds