Searched defs:quote (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/main/ |
H A D | rfc1867.c | 491 char *pos = *line, quote; in php_ap_getword() local 525 static char *substring_conf(char *start, int len, char quote) in substring_conf() 554 char quote = *str; in php_ap_getword_conf() local
|
/PHP-7.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 297 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-7.3/Zend/ |
H A D | zend_ast.c | 875 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() 1034 static ZEND_COLD void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, … in zend_ast_export_encaps_list()
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | zlog.c | 578 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote) /* {{{ */ in zlog_stream_set_msg_quoting()
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 1152 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
|
/PHP-7.3/win32/build/ |
H A D | confutils.js | 2677 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 1126 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() 1151 char *pos = *line, quote; in php_mb_rfc1867_getword() local 1200 char quote = *str; in php_mb_rfc1867_getword_conf() local
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_api.c | 1958 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
Completed in 52 milliseconds