Home
last modified time | relevance | path

Searched refs:c (Results 3726 – 3750 of 4053) sorted by relevance

1...<<141142143144145146147148149150>>...163

/PHP-7.4/ext/mbstring/tests/
H A Dmb_strripos_variation5_Bug45923.phpt12 * Source code: ext/mbstring/mbstring.c
/PHP-7.4/ext/standard/tests/math/
H A Dhexdec_variation1_64bit.phpt13 * Source code: ext/standard/math.c
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt7 * Source code: ext/standard/string.c
H A Dsetlocale_variation2.phpt19 * Source code: ext/standard/string.c
H A Dstrval_variation2.phpt7 * Source code: ext/standard/string.c
H A Djoin_variation1.phpt7 * Source code: ext/standard/string.c
H A Dsprintf_variation10.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation13.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation16.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation3.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation32.phpt7 * Source code: ext/standard/formatted_print.c
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation8.phpt9 * Source code: ext/standard/file.c
/PHP-7.4/ext/shmop/tests/
H A D002.phpt31 var_dump(shmop_open(1338, "c", 0666, 0));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_info.phpt70 !fwrite($fp, "102;'c';\n")) {
H A Dmysqli_fetch_all_oo.phpt71 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
78 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
420 ["c"]=>
H A Dmysqli_store_result_copy.phpt206 string(1) "c"
210 id = 3, label = c
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c265 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
266 if (c == (my_ulonglong) -1) { in mysql_handle_doer()
283 PDO_DBG_RETURN((int)c); in mysql_handle_doer()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2740 c; /* Current character */ in PHP_FUNCTION() local
2765 c = *p; in PHP_FUNCTION()
2766 switch(c) { in PHP_FUNCTION()
2796 if (c == delim_char) { in PHP_FUNCTION()
2815 c = *p; in PHP_FUNCTION()
2816 switch(c) { in PHP_FUNCTION()
2839 *q++ = c; in PHP_FUNCTION()
2850 if (c == delim_char) { in PHP_FUNCTION()
2853 *q++ = c; in PHP_FUNCTION()
/PHP-7.4/ext/session/
H A Dsession.c336 char c; in php_session_valid_key() local
339 for (p = key; (c = *p); p++) { in php_session_valid_key()
341 if (!((c >= 'a' && c <= 'z') in php_session_valid_key()
342 || (c >= 'A' && c <= 'Z') in php_session_valid_key()
343 || (c >= '0' && c <= '9') in php_session_valid_key()
344 || c == ',' in php_session_valid_key()
345 || c == '-')) { in php_session_valid_key()
/PHP-7.4/Zend/
H A Dzend_compile.c1280 if (c && !(ZEND_CONSTANT_FLAGS(c) & CONST_CS) && (ZEND_CONSTANT_FLAGS(c) & CONST_CT_SUBST)) { in zend_lookup_reserved_const()
1281 return c; in zend_lookup_reserved_const()
1289 zend_constant *c; in zend_try_ct_eval_const() local
1293 if (c && ( in zend_try_ct_eval_const()
1313 if (c) { in zend_try_ct_eval_const()
1443 return c->ce == scope; in zend_verify_ct_const_access()
1471 zval *c; in zend_try_ct_eval_class_const() local
1494 c = &cc->value; in zend_try_ct_eval_class_const()
3315 zval c; in zend_compile_func_defined() local
3318 zend_add_literal(&c); in zend_compile_func_defined()
[all …]
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_error.phpt8 * Source code: ext/hash/hash.c
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt9 * Source code: ext/tokenizer/tokenizer.c
/PHP-7.4/ext/standard/tests/array/
H A Dkrsort_variation5.phpt7 * Source code: ext/standard/array.c
H A Dksort_variation5.phpt7 * Source code: ext/standard/array.c
H A Dshuffle_variation4.phpt7 * Source code: ext/standard/array.c

Completed in 86 milliseconds

1...<<141142143144145146147148149150>>...163