what               95 TSRM/TSRM.c    # define tsrm_tls_set(what)		pthread_setspecific(tls_key, (void*)(what))
what              100 TSRM/TSRM.c    # define tsrm_tls_set(what)		st_thread_setspecific(tls_key, (void*)(what))
what              105 TSRM/TSRM.c    # define tsrm_tls_set(what)		TlsSetValue(tls_key, (void*)(what))
what              110 TSRM/TSRM.c    # define tsrm_tls_set(what)		tls_set(tls_key, (void*)(what))
what              114 TSRM/TSRM.c    # define tsrm_tls_set(what)
what             1181 Zend/zend_API.c 		char *what =   (class_type->ce_flags & ZEND_ACC_INTERFACE)                ? "interface"
what             1184 Zend/zend_API.c 		zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name);
what             2378 ext/curl/interface.c 			void *what = NULL;
what             2381 ext/curl/interface.c 				what = zend_fetch_resource(zvalue TSRMLS_CC, -1, "File-Handle", &type, 1, php_file_le_stream(), php_file_le_pstream());
what             2382 ext/curl/interface.c 				if (!what) {
what             2386 ext/curl/interface.c 				if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) {
what             2398 ext/curl/interface.c 					if (!what) {
what             2405 ext/curl/interface.c 					} else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') {
what             2419 ext/curl/interface.c 					if (!what) {
what             2426 ext/curl/interface.c 					} else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') {
what             2440 ext/curl/interface.c 					if (!what) {
what             2458 ext/curl/interface.c 					if (!what) {
what             2463 ext/curl/interface.c 					} else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') {
what              357 ext/date/php_date.c 	ZEND_ARG_INFO(0, what)
what             4577 ext/date/php_date.c static int check_id_allowed(char *id, long what) /* {{{ */
what             4579 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA     && strncasecmp(id, "Africa/",      7) == 0) return 1;
what             4580 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA    && strncasecmp(id, "America/",     8) == 0) return 1;
what             4581 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1;
what             4582 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC     && strncasecmp(id, "Arctic/",      7) == 0) return 1;
what             4583 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_ASIA       && strncasecmp(id, "Asia/",        5) == 0) return 1;
what             4584 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_ATLANTIC   && strncasecmp(id, "Atlantic/",    9) == 0) return 1;
what             4585 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_AUSTRALIA  && strncasecmp(id, "Australia/",  10) == 0) return 1;
what             4586 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_EUROPE     && strncasecmp(id, "Europe/",      7) == 0) return 1;
what             4587 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_INDIAN     && strncasecmp(id, "Indian/",      7) == 0) return 1;
what             4588 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_PACIFIC    && strncasecmp(id, "Pacific/",     8) == 0) return 1;
what             4589 ext/date/php_date.c 	if (what & PHP_DATE_TIMEZONE_GROUP_UTC        && strncasecmp(id, "UTC",          3) == 0) return 1;
what             4601 ext/date/php_date.c 	long                            what = PHP_DATE_TIMEZONE_GROUP_ALL;
what             4605 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ls", &what, &option, &option_len) == FAILURE) {
what             4610 ext/date/php_date.c 	if (what == PHP_DATE_TIMEZONE_PER_COUNTRY && option_len != 2) {
what             4622 ext/date/php_date.c 		if (what == PHP_DATE_TIMEZONE_PER_COUNTRY) {
what             4626 ext/date/php_date.c 		} else if (what == PHP_DATE_TIMEZONE_GROUP_ALL_W_BC || (check_id_allowed(table[i].id, what) && (tzdb->data[table[i].pos + 4] == '\1'))) {
what              420 ext/fileinfo/fileinfo.c 	zval *what;
what              429 ext/fileinfo/fileinfo.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &what) == FAILURE) {
what              433 ext/fileinfo/fileinfo.c 		switch (Z_TYPE_P(what)) {
what              435 ext/fileinfo/fileinfo.c 				buffer = Z_STRVAL_P(what);
what              436 ext/fileinfo/fileinfo.c 				buffer_len = Z_STRLEN_P(what);
what              485 ext/fileinfo/fileinfo.c 				php_stream_from_zval_no_verify(stream, &what);
what              805 ext/mbstring/oniguruma/oniguruma.h int onig_set_meta_char P_((OnigSyntaxType* syntax, unsigned int what, OnigCodePoint code));
what              288 ext/mbstring/oniguruma/regsyntax.c                               unsigned int what, OnigCodePoint code)
what              290 ext/mbstring/oniguruma/regsyntax.c   switch (what) {
what             1348 ext/openssl/openssl.c 		void * what;
what             1351 ext/openssl/openssl.c 		what = zend_fetch_resource(val TSRMLS_CC, -1, "OpenSSL X.509", &type, 1, le_x509);
what             1352 ext/openssl/openssl.c 		if (!what) {
what             1360 ext/openssl/openssl.c 			return (X509*)what;
what             2813 ext/openssl/openssl.c 		void * what;
what             2816 ext/openssl/openssl.c 		what = zend_fetch_resource(val TSRMLS_CC, -1, "OpenSSL X.509 CSR", &type, 1, le_csr);
what             2817 ext/openssl/openssl.c 		if (what) {
what             2821 ext/openssl/openssl.c 			return (X509_REQ*)what;
what             3270 ext/openssl/openssl.c 		void * what;
what             3273 ext/openssl/openssl.c 		what = zend_fetch_resource(val TSRMLS_CC, -1, "OpenSSL X.509/key", &type, 2, le_x509, le_key);
what             3274 ext/openssl/openssl.c 		if (!what) {
what             3282 ext/openssl/openssl.c 			cert = (X509*)what;
what             3287 ext/openssl/openssl.c 			is_priv = php_openssl_is_private_key((EVP_PKEY*)what TSRMLS_CC);
what             3303 ext/openssl/openssl.c 				return (EVP_PKEY*)what;
what               70 ext/pcre/pcrelib/pcre_config.c pcre_config(int what, void *where)
what               73 ext/pcre/pcrelib/pcre_config.c pcre16_config(int what, void *where)
what               76 ext/pcre/pcrelib/pcre_config.c pcre32_config(int what, void *where)
what               79 ext/pcre/pcrelib/pcre_config.c switch (what)
what               71 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
what               75 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
what               79 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
what              103 ext/pcre/pcrelib/pcre_fullinfo.c switch (what)
what               60 ext/pdo_oci/oci_driver.c ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line TSRMLS_DC) /* {{{ */
what               89 ext/pdo_oci/oci_driver.c 		slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line);
what               99 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line);
what              104 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, line);
what              108 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line);
what              112 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line);
what              116 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line);
what              120 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line);
what              124 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line);
what               89 ext/pdo_oci/php_pdo_oci_int.h ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line TSRMLS_DC);
what               48 ext/pdo_odbc/odbc_driver.c 				einfo->what, einfo->last_error,
what               59 ext/pdo_odbc/odbc_driver.c void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSRMLS_DC) /* {{{ */
what              102 ext/pdo_odbc/odbc_driver.c 	einfo->what = what;
what              108 ext/pdo_odbc/odbc_driver.c 				*pdo_err, what, einfo->last_error, einfo->last_err_msg);
what              212 ext/pdo_odbc/odbc_driver.c             H->einfo.what = S->einfo.what;
what              348 ext/pdo_odbc/odbc_driver.c 			H->einfo.what = "setAttribute";
what              763 ext/pdo_odbc/odbc_stmt.c 			S->einfo.what = "setAttribute";
what              795 ext/pdo_odbc/odbc_stmt.c 			S->einfo.what = "getAttribute";
what              124 ext/pdo_odbc/php_pdo_odbc_int.h 	const char *file, *what;
what              170 ext/pdo_odbc/php_pdo_odbc_int.h void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSRMLS_DC);
what              171 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_drv_error(what)	pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__ TSRMLS_CC)
what              172 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_stmt_error(what)	pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, __LINE__ TSRMLS_CC)
what              173 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_doer_error(what)	pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__ TSRMLS_CC)
what              239 ext/readline/readline.c 	char *what = NULL;
what              244 ext/readline/readline.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sZ", &what, &what_len, &value) == FAILURE) {
what              248 ext/readline/readline.c 	if (!what) {
what              267 ext/readline/readline.c 		if (!strcasecmp(what,"line_buffer")) {
what              275 ext/readline/readline.c 		} else if (!strcasecmp(what, "point")) {
what              277 ext/readline/readline.c 		} else if (!strcasecmp(what, "end")) {
what              280 ext/readline/readline.c 		} else if (!strcasecmp(what, "mark")) {
what              282 ext/readline/readline.c 		} else if (!strcasecmp(what, "done")) {
what              289 ext/readline/readline.c 		} else if (!strcasecmp(what, "pending_input")) {
what              296 ext/readline/readline.c 		} else if (!strcasecmp(what, "prompt")) {
what              298 ext/readline/readline.c 		} else if (!strcasecmp(what, "terminal_name")) {
what              302 ext/readline/readline.c 		} else if (!strcasecmp(what, "erase_empty_line")) {
what              310 ext/readline/readline.c 		} else if (!strcasecmp(what,"library_version")) {
what              312 ext/readline/readline.c 		} else if (!strcasecmp(what, "readline_name")) {
what              320 ext/readline/readline.c 		} else if (!strcasecmp(what, "attempted_completion_over")) {
what              878 ext/spl/php_spl.c 	ZEND_ARG_INFO(0, what)
what              883 ext/spl/php_spl.c 	ZEND_ARG_INFO(0, what)
what              267 ext/standard/assert.c 	long what;
what              271 ext/standard/assert.c 	if (zend_parse_parameters(ac TSRMLS_CC, "l|Z", &what, &value) == FAILURE) {
what              275 ext/standard/assert.c 	switch (what) {
what              331 ext/standard/assert.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value %ld", what);
what              858 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, what)
what             1521 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, what)
what             1140 ext/standard/file.c 	void *what;
what             1146 ext/standard/file.c 	what = zend_fetch_resource(&file_handle TSRMLS_CC, -1, "File-Handle", &type, 2, php_file_le_stream(), php_file_le_pstream());
what             1151 ext/standard/file.c 	if (!what) {
what             1158 ext/standard/file.c 	buf = php_stream_get_line((php_stream *) what, NULL, 0, &len);
what               51 ext/standard/php_smart_str.h #define SMART_STR_DO_REALLOC(d, what) \
what               52 ext/standard/php_smart_str.h 	(d)->c = SMART_STR_REALLOC((d)->c, (d)->a + 1, (what))
what               54 ext/standard/php_smart_str.h #define smart_str_alloc4(d, n, what, newlen) do {					\
what               61 ext/standard/php_smart_str.h 		SMART_STR_DO_REALLOC(d, what);								\
what               66 ext/standard/php_smart_str.h 			SMART_STR_DO_REALLOC(d, what);							\
what               71 ext/standard/php_smart_str.h #define smart_str_alloc(d, n, what) \
what               72 ext/standard/php_smart_str.h 	smart_str_alloc4((d), (n), (what), newlen)
what               76 ext/standard/php_smart_str.h #define smart_str_appends_ex(dest, src, what) \
what               77 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), (src), strlen(src), (what))
what               96 ext/standard/php_smart_str.h #define smart_str_appendc_ex(dest, ch, what) do {					\
what               98 ext/standard/php_smart_str.h 	smart_str_alloc4((dest), 1, (what), __nl);						\
what              103 ext/standard/php_smart_str.h #define smart_str_free_ex(s, what) do {								\
what              106 ext/standard/php_smart_str.h 		pefree(__s->c, what);										\
what              112 ext/standard/php_smart_str.h #define smart_str_appendl_ex(dest, src, nlen, what) do {			\
what              116 ext/standard/php_smart_str.h 	smart_str_alloc4(__dest, (nlen), (what), __nl);					\
what              181 ext/standard/php_smart_str.h #define smart_str_append_ex(dest, src, what) \
what              183 ext/standard/php_smart_str.h 		((smart_str *)(src))->len, (what));
what              125 ext/standard/php_string.h PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int freeit, char *what, int wlength TSRMLS_DC);
what              135 ext/standard/php_string.h PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRMLS_DC);
what              797 ext/standard/string.c PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRMLS_DC)
what              803 ext/standard/string.c 	if (what) {
what              804 ext/standard/string.c 		php_charmask((unsigned char*)what, what_len, mask TSRMLS_CC);
what              845 ext/standard/string.c 	char *what = NULL;
what              848 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &str, &str_len, &what, &what_len) == FAILURE) {
what              852 ext/standard/string.c 	php_trim(str, str_len, what, what_len, return_value, mode TSRMLS_CC);
what             3333 ext/standard/string.c 	char *str, *what;
what             3336 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &str, &str_len, &what, &what_len) == FAILURE) {
what             3348 ext/standard/string.c 	Z_STRVAL_P(return_value) = php_addcslashes(str, str_len, &Z_STRLEN_P(return_value), 0, what, what_len TSRMLS_CC);
what             3491 ext/standard/string.c PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int should_free, char *what, int wlength TSRMLS_DC)
what             3501 ext/standard/string.c 		wlength = strlen(what);
what             3504 ext/standard/string.c 	php_charmask((unsigned char *)what, wlength, flags TSRMLS_CC);
what              144 sapi/caudium/caudium.c #define THREAD_SAFE_RUN(COMMAND, what)  do {\
what              136 sapi/roxen/roxen.c #define THREAD_SAFE_RUN(COMMAND, what)  do {\
what              388 win32/glob.c   		return what;