Searched refs:c (Results 3726 – 3750 of 4053) sorted by relevance
1...<<141142143144145146147148149150>>...163
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_strripos_variation5_Bug45923.phpt | 12 * Source code: ext/mbstring/mbstring.c
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | hexdec_variation1_64bit.phpt | 13 * Source code: ext/standard/math.c
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | strrchr_variation2.phpt | 7 * Source code: ext/standard/string.c
|
H A D | setlocale_variation2.phpt | 19 * Source code: ext/standard/string.c
|
H A D | strval_variation2.phpt | 7 * Source code: ext/standard/string.c
|
H A D | join_variation1.phpt | 7 * Source code: ext/standard/string.c
|
H A D | sprintf_variation10.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation13.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation16.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation3.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation32.phpt | 7 * Source code: ext/standard/formatted_print.c
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fopen_variation8.phpt | 9 * Source code: ext/standard/file.c
|
/PHP-7.4/ext/shmop/tests/ |
H A D | 002.phpt | 31 var_dump(shmop_open(1338, "c", 0666, 0));
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_info.phpt | 70 !fwrite($fp, "102;'c';\n")) {
|
H A D | mysqli_fetch_all_oo.phpt | 71 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 D | mysqli_store_result_copy.phpt | 206 string(1) "c" 210 id = 3, label = c
|
/PHP-7.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 265 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 D | php_pcre.c | 2740 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 D | session.c | 336 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 D | zend_compile.c | 1280 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 D | hash_hkdf_error.phpt | 8 * Source code: ext/hash/hash.c
|
/PHP-7.4/ext/tokenizer/tests/ |
H A D | token_get_all_variation17.phpt | 9 * Source code: ext/tokenizer/tokenizer.c
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | krsort_variation5.phpt | 7 * Source code: ext/standard/array.c
|
H A D | ksort_variation5.phpt | 7 * Source code: ext/standard/array.c
|
H A D | shuffle_variation4.phpt | 7 * Source code: ext/standard/array.c
|
Completed in 86 milliseconds
1...<<141142143144145146147148149150>>...163