Searched defs:quote (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 69 int quote = 0; in eatquote() local
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 453 char *pos = *line, quote; in php_ap_getword() local 487 static char *substring_conf(char *start, int len, char quote) in substring_conf() 516 char quote = *str; in php_ap_getword_conf() local
|
/PHP-8.3/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 19 "quote": "\"", string
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-8.3/Zend/ |
H A D | zend_ast.c | 1247 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() 1406 static ZEND_COLD void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, … in zend_ast_export_encaps_list()
|
H A D | zend_API.c | 5123 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string()
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | zlog.c | 580 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote) /* {{{ */ in zlog_stream_set_msg_quoting()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 1172 PHP_METHOD(PDO, quote) in PHP_METHOD() argument
|
/PHP-8.3/win32/build/ |
H A D | confutils.js | 2678 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 567 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() 592 char *pos = *line, quote; in php_mb_rfc1867_getword() local 641 char quote = *str; in php_mb_rfc1867_getword_conf() local
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_api.c | 1387 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
Completed in 92 milliseconds