Searched defs:quote (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 69 int quote = 0; in eatquote() local
|
/php-src/main/ |
H A D | rfc1867.c | 454 char *pos = *line, quote; in php_ap_getword() local 488 static char *substring_conf(char *start, int len, char quote) in substring_conf() 517 char quote = *str; in php_ap_getword_conf() local
|
/php-src/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 19 "quote": "\"", string
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/php-src/ext/dom/ |
H A D | xpath.c | 489 PHP_METHOD(DOMXPath, quote) { in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 1233 public static function quote(string $str): string {} function in DOMXPath 2171 public static function quote(string $str): string {} function in Dom\\XPath
|
/php-src/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-src/Zend/ |
H A D | zend_ast.c | 1284 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() 1443 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 | 5331 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string()
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 1263 PHP_METHOD(PDO, quote) in PHP_METHOD() argument
|
/php-src/win32/build/ |
H A D | confutils.js | 2678 function AC_DEFINE(name, value, comment, quote) argument
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 568 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() 593 char *pos = *line, quote; in php_mb_rfc1867_getword() local 642 char quote = *str; in php_mb_rfc1867_getword_conf() local
|
/php-src/ext/mysqli/ |
H A D | mysqli_api.c | 1349 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
Completed in 88 milliseconds