| /PHP_5_3/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_3/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_3/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_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_soap.c | 35 #define TOKEN_ANY "xsd:ur-type" 48 #define TOKEN_TYPE "xsi:type" 62 /* determine if a string represents a soap type, as used in element names */ 108 XMLRPC_VALUE_TYPE_EASY type = xmlrpc_type_none; local 114 type = XMLRPC_GetValueTypeEasy(xIter); 122 if ( (XMLRPC_GetValueTypeEasy(xIter) != type) || loopCount >= 50) { 123 type = xmlrpc_type_none; 130 switch (type) { 168 /* determines whether a node is a fault or not, and of which type: 252 const char* type local 440 XMLRPC_VALUE_TYPE_EASY type = XMLRPC_GetValueTypeEasy(node); local 455 const char* type = get_array_soap_type(node); local [all...] |
| 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_3/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_3/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_3/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_3/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_3/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_3/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_3/TSRM/ |
| H A D | tsrm_nw.h | 26 TSRM_API FILE* popen(const char *command, const char *type);
|
| /PHP_5_3/ext/dba/libcdb/ |
| H A D | uint32.h | 33 #error Need type which holds 32 bits
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | xbm.c | 37 char *type; local 57 if (!(type = strrchr(iname, '_'))) { 58 type = iname; 60 type++; 63 if (!strcmp("width", type)) { 66 if (!strcmp("height", type)) { 84 if (!(type = strrchr(iname, '_'))) { 85 type = iname; 87 type++; 89 if (!strcmp("bits[]", type)) { [all...] |
| /PHP_5_3/ext/standard/ |
| 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 | php_http.h | 31 zval *type, char *arg_sep TSRMLS_DC);
|
| 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 201 php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) argument [all...] |
| /PHP_5_3/win32/ |
| H A D | sockets.h | 26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2])
|
| /PHP_5_3/Zend/ |
| H A D | zend_fast_cache.h | 60 #define ZEND_FAST_ALLOC(p, type, fc_type) \ 64 if (((p) = (type *) AG(fast_cache_list_head)[fc_type])) { \ 68 (p) = (type *) emalloc(sizeof(type)); \ 82 #define ZEND_FAST_ALLOC_REL(p, type, fc_type) \ 83 ZEND_FAST_ALLOC(p, type, fc_type) 91 #define ZEND_FAST_ALLOC(p, type, fc_type) \ 92 (p) = (type *) emalloc(sizeof(type)) 97 #define ZEND_FAST_ALLOC_REL(p, type, fc_typ [all...] |
| H A D | zend_list.c | 35 ZEND_API int zend_list_insert(void *ptr, int type) argument 42 le.type=type; 68 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) 73 *type = le->type; 76 *type = -1; 103 rsrc_result->type = IS_RESOURCE; 127 } else if ((*passed_id)->type != IS_RESOURCE) { 175 if (zend_hash_index_find(&list_destructors, le->type, (voi [all...] |