Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/ext/fileinfo/libmagic/
H A Dreadcdf.c86 static const struct cv { struct
108 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime() argument
111 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
112 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1]) in cdf_clsid_to_mime()
113 return cv[i].mime; in cdf_clsid_to_mime()
/PHP-7.2/Zend/
H A Dzend_execute.c249 zend_string *cv = CV_DEF_OF(EX_VAR_TO_NUM(var)); in zval_undefined_cv() local
250 zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv)); in zval_undefined_cv()
2101 zval *cv = EX_VAR_NUM(0); in i_free_compiled_variables() local
2102 zval *end = cv + EX(func)->op_array.last_var; in i_free_compiled_variables()
2103 while (EXPECTED(cv != end)) { in i_free_compiled_variables()
2104 if (Z_REFCOUNTED_P(cv)) { in i_free_compiled_variables()
2105 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
2107 ZVAL_NULL(cv); in i_free_compiled_variables()
2113 cv++; in i_free_compiled_variables()
/PHP-7.2/
H A D.gdbinit41 set $cv = $cv_ex_ptr.func.op_array.vars
47 printf "[%d] '%s'\n", $cv_idx, $cv[$cv_idx].val
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3129 static const struct cv {
3133 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1])
3134 return cv[i].mime;
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic13916 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
H A Dmagic私はガラスを食べられます13916 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>

Completed in 168 milliseconds