Home
last modified time | relevance | path

Searched refs:c (Results 76 – 100 of 4053) sorted by last modified time

12345678910>>...163

/PHP-7.4/ext/oci8/
H A DLICENSE3 Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
/PHP-7.4/ext/standard/
H A Dfile.c1850 #define FPUTCSV_FLD_CHK(c) memchr(ZSTR_VAL(field_str), c, ZSTR_LEN(field_str)) argument
H A Durl.c439 c = tolower(c); in php_htoi()
440 value = (c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10) * 16; in php_htoi()
444 c = tolower(c); in php_htoi()
445 value += c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10; in php_htoi()
486 } else if ((c < '0' && c != '-' && c != '.') || in php_url_encode()
487 (c < 'A' && c > '9') || in php_url_encode()
488 (c > 'Z' && c < 'a' && c != '_') || in php_url_encode()
591 if ((c < '0' && c != '-' && c != '.') ||
592 (c < 'A' && c > '9') ||
593 (c > 'Z' && c < 'a' && c != '_') ||
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c80 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
96 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()
98 while (*c && p < end) { in zend_accel_blacklist_update_regexp()
99 switch (*c) { in zend_accel_blacklist_update_regexp()
101 c++; in zend_accel_blacklist_update_regexp()
118 c++; in zend_accel_blacklist_update_regexp()
119 if (*c == '*') { in zend_accel_blacklist_update_regexp()
120 c++; in zend_accel_blacklist_update_regexp()
158 *p++ = *c++; in zend_accel_blacklist_update_regexp()
163 if (*c || i == blacklist->pos - 1) { in zend_accel_blacklist_update_regexp()
[all …]
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt7 * Source code: ext/standard/url.c
80 --> /foo.php?a=b&c=d : NULL
81 --> foo.php?a=b&c=d : NULL
H A Dparse_url_basic_005.phpt7 * Source code: ext/standard/url.c
80 --> /foo.php?a=b&c=d : NULL
81 --> foo.php?a=b&c=d : NULL
H A Dparse_url_unterminated.phpt600 --> /foo.php?a=b&c=d: array(2) {
604 string(7) "a=b&c=d"
607 --> foo.php?a=b&c=d: array(2) {
611 string(7) "a=b&c=d"
H A Dparse_url_basic_001.phpt7 * Source code: ext/standard/url.c
598 --> /foo.php?a=b&c=d: array(2) {
602 string(7) "a=b&c=d"
605 --> foo.php?a=b&c=d: array(2) {
609 string(7) "a=b&c=d"
/PHP-7.4/ext/standard/tests/strings/
H A Durl_t.phpt63 '/foo.php?a=b&c=d',
64 'foo.php?a=b&c=d',
667 --> /foo.php?a=b&c=d: array(2) {
671 string(7) "a=b&c=d"
674 --> foo.php?a=b&c=d: array(2) {
678 string(7) "a=b&c=d"
/PHP-7.4/main/
H A Drfc1867.c429 if (buf_value.c && key) { in multipart_buffer_headers()
433 entry.value = buf_value.c; in multipart_buffer_headers()
435 buf_value.c = NULL; in multipart_buffer_headers()
444 } else if (buf_value.c) { /* If no ':' on the line, add to previous line */ in multipart_buffer_headers()
451 if (buf_value.c && key) { in multipart_buffer_headers()
455 entry.value = buf_value.c; in multipart_buffer_headers()
944 long c = 0; local
949 c++;
951 c--;
957 if (c < 0) {
[all …]
/PHP-7.4/
H A D.travis.yml5 language: c
86 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
/PHP-7.4/ext/standard/tests/array/
H A Dksort_basic.phpt7 * Source code: ext/standard/array.c
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
70 #define YYDEBUG(s,c) argument
156 for (i = 0; i < arg.c; i++) { \
/PHP-7.4/Zend/
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
27 # define YYDEBUG(s, c) argument
104 #define HANDLE_NEWLINE(c) \ argument
106 if (c == '\n' || c == '\r') { \
115 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… argument
116 …e IS_LABEL_SUCCESSOR(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || ((c) >= '0' &… argument
118 #define ZEND_IS_OCT(c) ((c)>='0' && (c)<='7') argument
119 #define ZEND_IS_HEX(c) (((c)>='0' && (c)<='9') || ((c)>='a' && (c)<='f') || ((c)>='A' && (c)<='F')) argument
899 zend_uchar c = (zend_uchar)*str; in zend_scan_escape_string() local
900 if (c == '\n' || c == '\r') { in zend_scan_escape_string()
[all …]
H A Dzend_execute_API.c105 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full() local
106 return (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_constant_full()
369 zend_constant *c = Z_PTR_P(zv); in shutdown_executor() local
373 zval_ptr_dtor_nogc(&c->value); in shutdown_executor()
374 if (c->name) { in shutdown_executor()
375 zend_string_release_ex(c->name, 0); in shutdown_executor()
377 efree(c); in shutdown_executor()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h42 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE) argument
43 #define mysql_character_set_name(c) mysqlnd_character_set_name((c)) argument
51 #define mysql_escape_string(a,b,c) mysqlnd_escape_string((a), (b), (c)) argument
63 #define mysql_list_dbs(c, wild) mysqlnd_list_dbs((c), (wild)) argument
64 #define mysql_list_processes(c) mysqlnd_list_processes((c)) argument
65 #define mysql_list_tables(c, wild) mysqlnd_list_tables((c), (wild)) argument
71 #define mysql_real_escape_string(r,a,b,c) mysqlnd_real_escape_string((r), (a), (b), (c)) argument
79 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
106 #define mysql_options(c,a,v) mysqlnd_options((c), (a), (v)) argument
107 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
/PHP-7.4/build/
H A Dphp.m4185 dnl in .c or .cpp, respectively).
313 echo 'void somefunc() { };' > conftest.c
314 cmd='$CC $1 -c conftest.c'
381 ac_ii=`echo $ac_i|cut -c 3-`
385 ac_ii=`echo $ac_i|cut -c 3-`
402 ac_ii=`echo $ac_i|cut -c 3-`
501 c|c_r[)] ;;
1422 char c[1];
1428 strcpy(s->c, "foo");
1429 return strlen(s->c+1) == 2;
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt206 string(1) "c"
210 id = 3, label = c
H A Dtable.inc25 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd')…
H A Dmysqli_stmt_affected_rows.phpt83 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (2, 'b'), (3, 'c')") ||
H A Dmysqli_stmt_bind_param.phpt60 printf("[003c] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_options_init_command.phpt12 /* see mysqli.c for details */
H A Dmysqli_insert_id.phpt82 if (!mysqli_query($link, "INSERT INTO test(label) VALUES ('c'), ('d'), ('e')")) {
121 if (!$res = mysqli_query($link, "INSERT INTO test(label) VALUES ('b'), ('c')")) {
H A Dmysqli_last_insert_id.phpt116 if (!$link->query("INSERT INTO test(label) VALUES ('c')"))
186 id = %d, label = 'c'
190 id = %d, label = 'c'
192 id = %d, label = 'c%d'
H A Dmysqli_num_fields.phpt44 func_test_mysqli_num_fields($link, "SELECT 1 AS a, NULL AS b, 'foo' AS c", 3, 15);

Completed in 78 milliseconds

12345678910>>...163