/PHP-7.0/ext/standard/ |
H A D | php_smart_string.h | 52 #define SMART_STRING_DO_REALLOC(d, what) \ argument 55 #define smart_string_alloc4(d, n, what, newlen) do { \ argument 75 #define smart_string_alloc(d, n, what) \ argument 80 #define smart_string_appends_ex(dest, src, what) \ argument 98 #define smart_string_appendc_ex(dest, ch, what) do { \ argument 105 #define smart_string_free_ex(s, what) do { \ argument 114 #define smart_string_appendl_ex(dest, src, nlen, what) do { \ argument 135 #define smart_string_append_ex(dest, src, what) \ argument
|
H A D | assert.c | 287 zend_long what; in PHP_FUNCTION() local
|
H A D | string.c | 794 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim() 897 zend_string *what = NULL; in php_do_trim() local 3585 zend_string *str, *what; local 3734 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength)
|
H A D | file.c | 1127 void *what; in PHP_FUNCTION() local
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 124 const char *file, *what; member 171 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) argument 172 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… argument 173 #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__) argument
|
H A D | odbc_driver.c | 59 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-7.0/TSRM/ |
H A D | TSRM.c | 99 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument 104 # define tsrm_tls_set(what) st_thread_setspecific(tls_key, (void*)(what)) argument 109 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument 114 # define tsrm_tls_set(what) tls_set(tls_key, (void*)(what)) argument 118 # define tsrm_tls_set(what) argument
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_config.c | 68 pcre_config(int what, void *where) in pcre_config()
|
H A D | pcre_fullinfo.c | 69 int what, void *where) in pcre_fullinfo()
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regsyntax.c | 288 unsigned int what, OnigCodePoint code) in onig_set_meta_char()
|
/PHP-7.0/Zend/ |
H A D | zend_smart_str.h | 25 #define smart_str_appends_ex(dest, src, what) \ argument
|
/PHP-7.0/ext/readline/ |
H A D | readline.c | 241 char *what = NULL; in PHP_FUNCTION() local
|
/PHP-7.0/ext/pdo_oci/ |
H A D | oci_driver.c | 60 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error()
|
/PHP-7.0/ext/fileinfo/ |
H A D | fileinfo.c | 437 zval *what; in _php_finfo_get_type() local
|
/PHP-7.0/win32/build/ |
H A D | confutils.js | 167 function probe_binary(EXE, what) argument
|
/PHP-7.0/ext/curl/ |
H A D | interface.c | 2449 php_stream *what = NULL; in _php_curl_setopt() local
|
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 1583 void * what; in php_openssl_x509_from_zval() local 3044 void * what; in php_openssl_csr_from_zval() local 3548 void * what; in php_openssl_evp_from_zval() local
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 4592 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() 4616 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
|