Home
last modified time | relevance | path

Searched refs:c (Results 251 – 275 of 4053) sorted by relevance

1...<<11121314151617181920>>...163

/PHP-7.4/tests/lang/
H A DforeachLoopObjects.002.phpt9 public $c = "Original c";
64 public $c = "Overridden c";
185 ["c"]=>
210 ["c"]=>
231 ["c"]=>
260 ["c"]=>
285 ["c"]=>
306 ["c"]=>
335 ["c"]=>
352 ["c"]=>
[all …]
/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/ext/phar/
H A Dconfig.w3211 …EXTENSION("phar", "dirstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c
/PHP-7.4/ext/oci8/tests/
H A Dbug42134.phpt16 $c = oci_connect($user,$password,$dbase);
19 $c = oci_connect($user,$password);
22 $collection = oci_new_collection($c, "ABC");
25 $m = oci_error($c);
35 $c = oci_new_connect($user,$password);
38 $collection = oci_new_collection($c, "DEF");
41 $m = oci_error($c);
48 $c = oci_pconnect($user,$password,$dbase);
51 $c = oci_pconnect($user,$password);
54 $collection = oci_new_collection($c, "GHI");
[all …]
H A Dbind_empty.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
22 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name");
30 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name");
37 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('abc')");
40 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('def')");
49 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
62 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
[all …]
H A Dbind_sqltint.phpt23 oci8_test_sql_execute($c, $stmtarray);
25 function check_col($c, $colname, $id)
43 check_col($c, 'varchar2_t10', 141);
52 check_col($c, 'number_t', 142);
61 check_col($c, 'number_t', 143);
70 check_col($c, 'number_t', 144);
79 check_col($c, 'number_t', 145);
88 check_col($c, 'number_t', 146);
97 check_col($c, 'number_t', 147);
106 check_col($c, 'number_t92', 148);
[all …]
/PHP-7.4/ext/spl/tests/
H A DArrayObject_std_props_no_recursion.phpt11 $c = new ArrayObject($a);
12 $c->prop = 'c';
13 var_dump((array) $c);
27 string(1) "c"
/PHP-7.4/ext/pdo/
H A Dconfig.w326 …EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c', false /* force stat…
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.w329 EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c");
14 …EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c", null, "/DZEND_ENABLE_STATIC…
/PHP-7.4/ext/soap/
H A Dphp_xml.h46 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument
47 #define FOREACHATTRNODEEX(n,c,ns,i) \ argument
52 if (c) { \
53 i = get_attribute_ex(n,c,ns); \
60 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument
61 #define FOREACHNODEEX(n,c,ns,i) \ argument
66 if (c) { \
67 i = get_node_ex(n,c,NULL); \
/PHP-7.4/ext/standard/
H A Dhtml.c71 #define utf8_lead(c) ((c) < 0x80 || ((c) >= 0xC2 && (c) <= 0xF4)) argument
75 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) argument
77 #define gb2312_lead(c) ((c) != 0x8E && (c) != 0x8F && (c) != 0xA0 && (c) != 0xFF) argument
78 #define gb2312_trail(c) ((c) >= 0xA1 && (c) <= 0xFE) argument
80 #define sjis_lead(c) ((c) != 0x80 && (c) != 0xA0 && (c) < 0xFD) argument
81 #define sjis_trail(c) ((c) >= 0x40 && (c) != 0x7F && (c) < 0xFD) argument
190 if (c >= 0x81 && c <= 0xFE) { in get_next_char()
214 if (c >= 0x81 && c <= 0xFE) { in get_next_char()
240 if (c >= 0xA1 && c <= 0xFE) { in get_next_char()
267 if ((c >= 0x81 && c <= 0x9F) || (c >= 0xE0 && c <= 0xFC)) { in get_next_char()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c50 if (!c) { in fpm_unix_resolve_socket_premissions()
54 if (c->listen_mode && *c->listen_mode) { in fpm_unix_resolve_socket_premissions()
61 if (c->listen_acl_users && *c->listen_acl_users) { in fpm_unix_resolve_socket_premissions()
68 if (c->listen_acl_groups && *c->listen_acl_groups) { in fpm_unix_resolve_socket_premissions()
88 if (c->listen_acl_users && *c->listen_acl_users) { in fpm_unix_resolve_socket_premissions()
121 if (c->listen_acl_groups && *c->listen_acl_groups) { in fpm_unix_resolve_socket_premissions()
153 if (c->listen_owner && *c->listen_owner) { in fpm_unix_resolve_socket_premissions()
156 if (c->listen_group && *c->listen_group) { in fpm_unix_resolve_socket_premissions()
165 if (c->listen_owner && *c->listen_owner) { in fpm_unix_resolve_socket_premissions()
166 if (strlen(c->listen_owner) == strspn(c->listen_owner, "0123456789")) { in fpm_unix_resolve_socket_premissions()
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_oo_compressallbz2.phpt18 $phar['c'] = 'c';
24 var_dump(file_get_contents($pname . '/c'));
25 var_dump($phar['c']->isCompressed());
34 var_dump(file_get_contents($pname . '/c'));
35 var_dump($phar['c']->isCompressed(Phar::GZ));
39 $c = new Phar($fname2);
41 var_dump($c['a']->isCompressed(Phar::GZ));
42 var_dump($c['a']->isCompressed(Phar::BZ2));
56 string(1) "c"
64 string(1) "c"
/PHP-7.4/ext/mysqli/tests/
H A D013.phpt33 $c = array(0,0,0,0,0,0,0,0);
34 $b_res= mysqli_stmt_bind_result($stmt, $c[0], $c[1], $c[2], $c[3], $c[4], $c[5], $c[6], $c[7]);
45 for ($i=0; $i < count($c); $i++)
46 $test .= ($c[$i] == $d[$i]) ? "1" : "0";
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c94 uint32_t c = *ptr; in print_char() local
116 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
117 else if (c < 0x80) fprintf(f, "\\x%02x", c); in print_char()
135 if ((c & 0xc0) != 0xc0) in print_char()
145 c = (c & PRIV(utf8_table3)[a]) << s; in print_char()
170 c = (((c & 0x3ff) << 10) | (ptr[1] & 0x3ff)) + 0x10000; in print_char()
209 uint32_t c = *ptr++; in print_custring() local
210 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_custring()
219 uint32_t c = *ptr++; in print_custring_bylen() local
220 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_custring_bylen()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dstrcasestr.c71 char c, sc; in strcasestr() local
74 if ((c = *find++) != 0) { in strcasestr()
75 c = tolower((unsigned char)c); in strcasestr()
81 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt18 $db->exec("CREATE TABLE test (a INT, b INT, c INT)");
19 $s = $db->prepare("INSERT INTO test (a,b,c) VALUES (:a,:b,:c)");
21 $s->execute(array('a' => 1, 'b' => 2, 'c' => 3));
23 @$s->execute(array('a' => 5, 'b' => 6, 'c' => 7, 'd' => 8));
25 $s->execute(array('a' => 9, 'b' => 10, 'c' => 11));
38 ["c"]=>
47 ["c"]=>
/PHP-7.4/ext/phar/tests/tar/
H A Drefcount1.phpt22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
31 $fp = fopen($alias . '/b/c.php', 'wb');
36 $b = fopen($alias . '/b/c.php', 'rb');
37 $a = $phar['b/c.php'];
42 unlink($alias . '/b/c.php');
45 include $alias . '/b/c.php';
56 string(%d) "phar://%srefcount1.phar.tar/b/c.php"
58 string(%d) "c.php"
63 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", has open file pointers, ca…
66 string(%d) "phar://%srefcount1.phar.tar/b/c.php"
[all …]
/PHP-7.4/sapi/apache2handler/
H A Dconfig.w3213 SAPI('apache2handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
31 SAPI('apache2_2handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
49 SAPI('apache2_4handler', 'mod_php7.c sapi_apache2.c apache_config.c php_functions.c',
/PHP-7.4/Zend/
H A Dzend_smart_string.h35 smart_string_appendl_ex((str), ((smart_string *)(src))->c, \
40 #define smart_string_appendc(str, c) \ argument
41 smart_string_appendc_ex((str), (c), 0)
68 if (str->c) { in smart_string_free_ex()
69 pefree(str->c, persistent); in smart_string_free_ex()
70 str->c = NULL; in smart_string_free_ex()
76 if (str->c) { in smart_string_0()
77 str->c[str->len] = '\0'; in smart_string_0()
83 dest->c[dest->len - 1] = ch; in smart_string_appendc_ex()
88 memcpy(dest->c + dest->len, str, len); in smart_string_appendl_ex()
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c656 return c; in filter_count_output()
2257 if (c == 0x0d || c == 0x0a) { /* CR or LF */ in mime_header_decoder_collector()
2309 if (c == 0x0d || c == 0x0a) { /* CR LF */ in mime_header_decoder_collector()
2324 if (c != 0x0d && c != 0x0a && c != 0x20 && c != 0x09) { in mime_header_decoder_collector()
2343 if (c == 0x0d || c == 0x0a) { /* CR LF */ in mime_header_decoder_collector()
2491 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity()
2631 if ((c >= 0x30 && c <= 0x39) || in collector_decode_htmlnumericentity()
2632 (c >= 0x41 && c <= 0x46) || in collector_decode_htmlnumericentity()
2639 if (c >= 0x30 && c <= 0x39) { in collector_decode_htmlnumericentity()
2641 } else if (c >= 0x41 && c <= 0x46) { in collector_decode_htmlnumericentity()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_basic5.phpt7 * Source code: ext/standard/formatted_print.c
15 $format1 = "%c";
16 $format2 = "%c %c";
17 $format3 = "%c %c %c";
/PHP-7.4/ext/ctype/tests/
H A Dctype_space_variation2.phpt7 /* Prototype : bool ctype_space(mixed $c)
9 * Source code: ext/ctype/ctype.c
21 for ($c = 1; $c < 256; $c++) {
22 if (ctype_space($c)) {
23 echo "character code $c is a space character\n";
/PHP-7.4/ext/standard/tests/array/
H A Dbug36975.phpt20 $c = array(0, 0, 0, 0, 0);
21 asort($c);
22 array_pop($c);
23 $c[] = 'foo';
24 $c[] = 'bar';
25 var_dump($c);
/PHP-7.4/ext/date/tests/
H A Doo_002.phpt10 $c = clone $d;
11 var_dump($c->format(DateTime::RFC822));
13 $c->modify("1 second ago");
15 var_dump($c->format(DateTime::RFC822));
18 $c = clone $t;
19 var_dump($c->getName());

Completed in 51 milliseconds

1...<<11121314151617181920>>...163