Searched defs:quote (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/main/ |
H A D | rfc1867.c | 493 char *pos = *line, quote; in php_ap_getword() local 527 static char *substring_conf(char *start, int len, char quote) in substring_conf() 556 char quote = *str; in php_ap_getword_conf() local
|
/PHP-7.1/Zend/ |
H A D | zend_ast.c | 615 static void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() 769 static void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, int indent) in zend_ast_export_encaps_list()
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_dbh.c | 1130 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
|
/PHP-7.1/win32/build/ |
H A D | confutils.js | 2551 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.c | 1085 …har *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, int len, char quote) in php_mb_rfc1867_substring_conf() 1110 char *pos = *line, quote; in php_mb_rfc1867_getword() local 1159 char quote = *str; in php_mb_rfc1867_getword_conf() local
|
Completed in 27 milliseconds