/PHP-8.0/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 120 const char *file, *what; member 168 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) argument 169 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… argument 170 #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__) argument
|
H A D | odbc_driver.c | 55 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error()
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_config.c | 78 pcre2_config(uint32_t what, void *where) in pcre2_config()
|
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info()
|
/PHP-8.0/Zend/ |
H A D | zend_smart_string.h | 28 #define smart_string_appends_ex(str, src, what) \ argument 32 #define smart_string_append_ex(str, src, what) \ argument
|
H A D | zend_smart_str.h | 24 #define smart_str_appends_ex(dest, src, what) \ argument
|
/PHP-8.0/ext/standard/ |
H A D | assert.c | 210 zend_long what; in PHP_FUNCTION() local
|
H A D | incomplete_class.c | 41 static void throw_incomplete_class_error(zend_object *object, const char *what) in throw_incomplete_class_error()
|
H A D | string.c | 743 static zend_always_inline zend_string *php_trim_int(zend_string *str, const char *what, size_t what… in php_trim_int() 835 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode) in php_trim() 847 zend_string *what = NULL; in php_do_trim() local 3389 zend_string *str, *what; local 3517 PHPAPI zend_string *php_addcslashes_str(const char *str, size_t len, const char *what, size_t wleng… 3559 PHPAPI zend_string *php_addcslashes(zend_string *str, const char *what, size_t wlength)
|
H A D | file.c | 1095 void *what; in PHP_FUNCTION() local
|
/PHP-8.0/TSRM/ |
H A D | TSRM.c | 107 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument 111 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument
|
/PHP-8.0/ext/readline/ |
H A D | readline.c | 143 char *what = NULL; in PHP_FUNCTION() local
|
/PHP-8.0/ext/fileinfo/ |
H A D | fileinfo.c | 358 zval *what; in _php_finfo_get_type() local
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_driver.c | 56 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | funcs.c | 76 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield()
|
/PHP-8.0/win32/build/ |
H A D | confutils.js | 160 function probe_binary(EXE, what) argument
|
/PHP-8.0/ext/curl/ |
H A D | interface.c | 2528 php_stream *what = NULL; in _php_curl_setopt() local
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 4384 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() 4406 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 197 const char*what; member
|