Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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.1/ext/fileinfo/libmagic/
H A Dreadcdf.c84 static const struct cv { struct
106 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime() argument
109 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
110 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1]) in cdf_clsid_to_mime()
111 return cv[i].mime; in cdf_clsid_to_mime()
/PHP-7.1/Zend/
H A Dzend_execute.c217 zend_string *cv = CV_DEF_OF(EX_VAR_TO_NUM(var)); in zval_undefined_cv() local
218 zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv)); in zval_undefined_cv()
2064 zval *cv = EX_VAR_NUM(0); in i_free_compiled_variables() local
2065 zval *end = cv + EX(func)->op_array.last_var; in i_free_compiled_variables()
2066 while (EXPECTED(cv != end)) { in i_free_compiled_variables()
2067 if (Z_REFCOUNTED_P(cv)) { in i_free_compiled_variables()
2068 if (!Z_DELREF_P(cv)) { in i_free_compiled_variables()
2069 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
2070 ZVAL_NULL(cv); in i_free_compiled_variables()
2073 GC_ZVAL_CHECK_POSSIBLE_ROOT(cv); in i_free_compiled_variables()
[all …]
/PHP-7.1/
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.1/ext/fileinfo/
H A Dlibmagic.patch3168 static const struct cv {
3181 if (clsid[0] == cv[i].clsid[0] && clsid[1] == cv[i].clsid[1])
3182 return cv[i].mime;
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic11467 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
H A Dmagic私はガラスを食べられます11467 # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>

Completed in 138 milliseconds