| /PHP_5_5/Zend/ |
| H A D | zend_dtrace.h | 33 ZEND_API zend_op_array *(*zend_dtrace_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); 37 ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC);
|
| H A D | zend_highlight.c | 95 token.type = 0; 119 token.type = 0; 123 if (token.type == 0) { 143 if (token.type == IS_STRING) { 157 token.type = 0; 173 token.type = 0; 184 token.type = 0; 195 token.type = 0; 203 if (token.type == IS_STRING) { 218 prev_space = token.type [all...] |
| H A D | zend_list.c | 35 ZEND_API int zend_list_insert(void *ptr, int type TSRMLS_DC) 41 le.type=type; 67 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) 72 *type = le->type; 75 *type = -1; 102 rsrc_result->type = IS_RESOURCE; 126 } else if ((*passed_id)->type != IS_RESOURCE) { 174 if (zend_hash_index_find(&list_destructors, le->type, (voi [all...] |
| /PHP_5_5/ext/ereg/regex/ |
| H A D | regex.h | 12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall 14 #define API_EXPORT(type) __attribute__ ((visibility("default"))) type 16 #define API_EXPORT(type) type
|
| /PHP_5_5/ext/pgsql/tests/ |
| H A D | skipif.inc | 24 function _skip_version($type, $version, $op) 26 $pg = pg_parameter_status($type.'_version'); 28 die("skip {$type} version {$pg} is {$op} {$version}\n");
|
| /PHP_5_5/ext/standard/ |
| H A D | dns_win32.c | 91 /* {{{ proto bool dns_check_record(string host [, string type]) 97 int type = DNS_TYPE_MX; local 112 if (!strcasecmp("A", rectype)) type = DNS_TYPE_A; 113 else if (!strcasecmp("NS", rectype)) type = DNS_TYPE_NS; 114 else if (!strcasecmp("MX", rectype)) type = DNS_TYPE_MX; 115 else if (!strcasecmp("PTR", rectype)) type = DNS_TYPE_PTR; 116 else if (!strcasecmp("ANY", rectype)) type = DNS_TYPE_ANY; 117 else if (!strcasecmp("SOA", rectype)) type = DNS_TYPE_SOA; 118 else if (!strcasecmp("TXT", rectype)) type = DNS_TYPE_TEXT; 119 else if (!strcasecmp("CNAME", rectype)) type 143 int type; local 354 int type, type_to_fetch, first_query = 1, store_results = 1; local [all...] |
| H A D | dl.h | 26 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC); 27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
|
| H A D | php_dns.h | 27 #define php_dns_search(res, dname, class, type, answer, anslen) \ 28 ((int)dns_search(res, dname, class, type, answer, anslen, (struct sockaddr *)&from, &fromsize)) 33 #define php_dns_search(res, dname, class, type, answer, anslen) \ 34 res_nsearch(res, dname, class, type, answer, anslen); 40 #define php_dns_search(res, dname, class, type, answer, anslen) \ 41 res_search(dname, class, type, answer, anslen)
|
| H A D | type.c | 25 Returns the type of the variable */ 66 res_len = sizeof("object of type ")-1 + Z_OBJCE_P(arg)->name_length; 67 spprintf(&result, 0, "object of type %s", Z_OBJCE_P(arg)->name); 84 RETVAL_STRING("unknown type", 1); 89 /* {{{ proto bool settype(mixed var, string type) 90 Set the type of the variable */ 94 char *type; local 97 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &var, &type, &type_len) == FAILURE) { 101 if (!strcasecmp(type, "integer")) { 103 } else if (!strcasecmp(type, "in 215 php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) argument [all...] |
| /PHP_5_5/ext/tidy/examples/ |
| H A D | dumpit5.php | 25 function node_type($type) { 27 switch($type) { 61 do_leaf(" + $nodename (".node_type($node->type).")\n", $indent); 67 if($node->type == TIDY_NODETYPE_TEXT) {
|
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_private.h | 79 * A value of variable data type. The most important object in this API. :) 89 XMLRPC_VALUE_TYPE type; /* data type of this value */ member in struct:_xmlrpc_value 90 XMLRPC_VECTOR v; /* vector type specific info */ 116 XMLRPC_REQUEST_TYPE request_type; /* type of request */ 122 /* Vector type. Used by XMLRPC_VALUE. Never visible to users of the API. */ 124 XMLRPC_VECTOR_TYPE type; /* vector type */ member in struct:_xmlrpc_vector 164 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_cleanup.c | 13 int type; member in struct:cleanup_s 20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ argument 30 c->type = type; 38 void fpm_cleanups_run(int type) /* {{{ */ argument 44 if (c->type & type) { 45 c->cleanup(type, c->arg);
|
| H A D | fpm_cleanup.h | 8 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *); 9 void fpm_cleanups_run(int type);
|
| /PHP_5_5/scripts/dev/generate-phpt/src/ |
| H A D | gtTestCaseWriter.php | 9 public static function write($name, $string, $type, $count = 0) { 10 if ($type == 'b') { 14 if ($type == 'e') { 18 if ($type == 'v') {
|
| /PHP_5_5/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtBasicTestCase.php | 15 * @param string $type 18 public static function getInstance($optionalSections, $type = 'function') { 19 if($type == 'function') { 22 if($type =='method') {
|
| H A D | gtErrorTestCase.php | 16 * @param string $type 19 public static function getInstance($optionalSections, $type = 'function') { 21 if($type == 'function') { 24 if($type =='method') {
|
| H A D | gtVariationContainer.php | 25 * @param string $type 28 public static function getInstance ($optionalSections, $type = 'function') { 30 if($type == 'function') { 33 if($type =='method') {
|
| H A D | gtVariationTestCase.php | 5 * Class for extended variations. Needs 'data type' and argument to vary 14 * @param string $type 17 public static function getInstance($optionalSections, $type = 'function') { 19 if($type == 'function') { 22 if($type =='method') {
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | apptype.c | 10 * remarks Tue, 6 Apr 93: Moreover, it reports the type of the (new and very 15 * incorrectly identify the exe type. The "-z" option of "file" is the reason 48 APPTYPE rc, type; local 80 rc = DosQueryAppType((unsigned char *)path, &type); 108 if (type & FAPPTYP_32BIT) 111 if (type & FAPPTYP_PHYSDRV) { 114 } else if (type & FAPPTYP_VIRTDRV) { 117 } else if (type & FAPPTYP_DLL) { 118 if (type & FAPPTYP_PROTDLL) 123 } else if (type [all...] |
| /PHP_5_5/ext/intl/collator/ |
| H A D | collator_locale.c | 29 /* {{{ proto string Collator::getLocale( int $type ) 31 /* {{{ proto string collator_get_locale( Collator $coll, int $type ) 36 long type = 0; local 43 &object, Collator_ce_ptr, &type ) == FAILURE ) 63 /* Get locale by specified type. */ 65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); 66 COLLATOR_CHECK_STATUS( co, "Error getting locale by type" );
|
| /PHP_5_5/ext/intl/doc/ |
| H A D | formatter_api.php | 39 * These constants define formatter/parser argument type - integer, floating point or currency. 173 * If the type is not specified, the type is derived from the $number parameter. I.e., if it's 180 * @param [integer] $type Type of the formatting - one of TYPE constants. If not specified, default for the type. 183 public function format($number, $type = 0) {} 189 * @param [integer] $type Type of the formatting - one of TYPE constants. 196 public function parse($string, $type, &$position) {} 298 * @return string|false The pattern used by the formatter or false if formatter is of a type 305 * @param [integer] $type On [all...] |
| /PHP_5_5/TSRM/ |
| H A D | tsrm_nw.h | 26 TSRM_API FILE* popen(const char *command, const char *type);
|
| /PHP_5_5/ext/dba/libcdb/ |
| H A D | uint32.h | 33 #error Need type which holds 32 bits
|
| /PHP_5_5/win32/ |
| H A D | sockets.h | 26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2])
|
| /PHP_5_5/ext/opcache/ |
| H A D | zend_accelerator_debug.h | 31 void zend_accel_error(int type, const char *format, ...);
|