/PHP-5.6/ext/standard/ |
H A D | php_smart_str.h | 51 #define SMART_STR_DO_REALLOC(d, what) \ argument 54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument 75 #define smart_str_alloc(d, n, what) \ argument 80 #define smart_str_appends_ex(dest, src, what) \ argument 100 #define smart_str_appendc_ex(dest, ch, what) do { \ argument 107 #define smart_str_free_ex(s, what) do { \ argument 116 #define smart_str_appendl_ex(dest, src, nlen, what) do { \ argument 185 #define smart_str_append_ex(dest, src, what) \ argument
|
H A D | assert.c | 267 long what; in PHP_FUNCTION() local
|
H A D | string.c | 795 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM… in php_trim() 843 char *what = NULL; in php_do_trim() local 3353 char *str, *what; local 3511 …slashes(const char *str, int length, int *new_length, int should_free, char *what, int wlength TSR…
|
H A D | file.c | 1140 void *what; in PHP_FUNCTION() local
|
/PHP-5.6/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__ TSRMLS_C… 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-5.6/ext/pcre/pcrelib/ |
H A D | pcre_config.c | 70 pcre_config(int what, void *where) in pcre_config()
|
H A D | pcre_fullinfo.c | 71 int what, void *where) in pcre_fullinfo()
|
/PHP-5.6/TSRM/ |
H A D | TSRM.c | 95 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument 100 # define tsrm_tls_set(what) st_thread_setspecific(tls_key, (void*)(what)) argument 105 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument 110 # define tsrm_tls_set(what) tls_set(tls_key, (void*)(what)) argument 114 # define tsrm_tls_set(what) argument
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regsyntax.c | 288 unsigned int what, OnigCodePoint code) in onig_set_meta_char()
|
/PHP-5.6/ext/readline/ |
H A D | readline.c | 239 char *what = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/fileinfo/ |
H A D | fileinfo.c | 420 zval *what; in _php_finfo_get_type() local
|
/PHP-5.6/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-5.6/sapi/caudium/ |
H A D | caudium.c | 144 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
|
/PHP-5.6/sapi/roxen/ |
H A D | roxen.c | 136 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 144 function probe_binary(EXE, what) argument
|
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 1368 void * what; in php_openssl_x509_from_zval() local 2833 void * what; in php_openssl_csr_from_zval() local 3290 void * what; in php_openssl_evp_from_zval() local
|
/PHP-5.6/ext/curl/ |
H A D | interface.c | 2346 void *what = NULL; in _php_curl_setopt() local
|
/PHP-5.6/ext/date/ |
H A D | php_date.c | 4582 static int check_id_allowed(char *id, long what) /* {{{ */ in check_id_allowed() 4606 long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 1181 char *what = (class_type->ce_flags & ZEND_ACC_INTERFACE) ? "interface" in _object_and_properties_init() local
|