/PHP-5.4/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 71 #define smart_str_alloc(d, n, what) \ argument 76 #define smart_str_appends_ex(dest, src, what) \ argument 96 #define smart_str_appendc_ex(dest, ch, what) do { \ argument 103 #define smart_str_free_ex(s, what) do { \ argument 112 #define smart_str_appendl_ex(dest, src, nlen, what) do { \ argument 181 #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 | 791 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM… in php_trim() 839 char *what = NULL; in php_do_trim() local 3377 char *str, *what; local 3535 …slashes(const char *str, int length, int *new_length, int should_free, char *what, int wlength TSR…
|
H A D | file.c | 1129 void *what; in PHP_FUNCTION() local
|
/PHP-5.4/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.4/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.4/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.4/ext/mbstring/oniguruma/ |
H A D | regsyntax.c | 209 unsigned int what, OnigCodePoint code) in onig_set_meta_char()
|
/PHP-5.4/ext/readline/ |
H A D | readline.c | 236 char *what = NULL; in PHP_FUNCTION() local
|
/PHP-5.4/ext/fileinfo/ |
H A D | fileinfo.c | 418 zval *what; local
|
/PHP-5.4/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.4/sapi/caudium/ |
H A D | caudium.c | 144 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
|
/PHP-5.4/sapi/roxen/ |
H A D | roxen.c | 136 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 142 function probe_binary(EXE, what) argument
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 1235 void * what; in php_openssl_x509_from_zval() local 2353 void * what; in php_openssl_csr_from_zval() local 2810 void * what; in php_openssl_evp_from_zval() local
|
/PHP-5.4/ext/curl/ |
H A D | interface.c | 1908 void * what; in _php_curl_setopt() local
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 3970 static int check_id_allowed(char *id, long what) in check_id_allowed() 3994 long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
|
/PHP-5.4/Zend/ |
H A D | zend_API.c | 1153 char *what = (class_type->ce_flags & ZEND_ACC_INTERFACE) ? "interface" in _object_and_properties_init() local
|