Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 187) sorted by relevance

12345678

/PHP-5.3/ext/soap/
H A Dphp_encoding.c655 zval *to_zval_user(encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1075 static zval *to_zval_long(encodeTypePtr type, xmlNodePtr data) in to_zval_long()
1167 static zval *to_zval_bool(encodeTypePtr type, xmlNodePtr data) in to_zval_bool()
2219 sdlTypePtr type, in add_xml_array_elements()
2606 char *type, *end, *ns; in to_zval_array() local
2627 char *type, *ns; in to_zval_array() local
2660 char *type, *end; in to_zval_array() local
3126 sdlTypePtr *type; in to_xml_list() local
3306 sdlTypePtr type; in sdl_guess_convert_zval() local
3370 sdlTypePtr type; in sdl_guess_convert_xml() local
[all …]
H A Dphp_schema.c418 char *type, *ns; in schema_list() local
501 char *type, *ns; in schema_union() local
643 char *type, *ns; in schema_restriction_simpleContent() local
748 char *type, *ns; in schema_restriction_complexContent() local
873 char *type, *ns; in schema_extension_simpleContent() local
928 char *type, *ns; in schema_extension_complexContent() local
1077 char *type, *ns; in schema_group() local
1504 char *type, *ns; in schema_element() local
2249 sdlTypePtr *type; in schema_pass2() local
2342 sdlTypePtr type = *((sdlTypePtr*)data); in delete_type() local
[all …]
/PHP-5.3/ext/pspell/
H A Dpspell.c474 int type, ind; in PHP_FUNCTION() local
504 int type, word_len; in PHP_FUNCTION() local
531 int type; in PHP_FUNCTION() local
646 int type; in PHP_FUNCTION() local
670 int type; in PHP_FUNCTION() local
764 int type; in PHP_FUNCTION() local
785 int type; in PHP_FUNCTION() local
812 int type; in PHP_FUNCTION() local
832 int type; in pspell_config_path() local
889 int type; in PHP_FUNCTION() local
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_cleanup.c13 int type; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
38 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
H A Dfpm_sockets.c36 int type; member
101 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
322 int type, fd_no; in fpm_sockets_init_main() local
/PHP-5.3/ext/shmop/
H A Dshmop.c243 int type; in PHP_FUNCTION() local
281 int type; in PHP_FUNCTION() local
299 int type; in PHP_FUNCTION() local
316 int type; in PHP_FUNCTION() local
351 int type; in PHP_FUNCTION() local
/PHP-5.3/ext/standard/
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddl.c105 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) /* {{{ */ in php_load_extension()
196 unsigned char type; in php_load_extension() member
263 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
281 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
344 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
H A Dphp_smart_str.h165 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
172 #define smart_str_append_unsigned_ex(dest, num, type) \ argument
175 #define smart_str_append_long_ex(dest, num, type) \ argument
178 #define smart_str_append_off_t_ex(dest, num, type) \ argument
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c526 XMLRPC_VALUE_TYPE type = get_zval_xmlrpc_type(in_val, &val); in PHP_to_XMLRPC_worker() local
636 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(el); in XMLRPC_to_PHP() local
896 int bSuccess = FAILURE, type; in PHP_FUNCTION() local
1031 int type; in PHP_FUNCTION() local
1064 int type; in PHP_FUNCTION() local
1099 int rawxml_len, type; in PHP_FUNCTION() local
1203 int type; in PHP_FUNCTION() local
1358 zval* type; in set_zval_xmlrpc_type() local
1403 XMLRPC_VALUE_TYPE type = xmlrpc_none; in get_zval_xmlrpc_type() local
1474 char *type; in PHP_FUNCTION() local
[all …]
/PHP-5.3/Zend/
H A Dzend_stack.c123 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
146 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
H A Dzend_list.h35 int type; member
55 unsigned char type; member
80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC) argument
/PHP-5.3/ext/intl/doc/
H A Dformatter_api.php183 public function format($number, $type = 0) {}
196 public function parse($string, $type, &$position) {}
308 public function getLocale($type = 0) {}
353 function numfmt_format($formatter, $number, $type = null) {}
366 function numfmt_parse($formatter, $string, $type, &$position) {}
484 function numfmt_get_locale($formatter, $type = 0) {}
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c140 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(xParams); in xi_system_describe_methods_cb() local
202 const char* type; in xi_system_method_signature_cb() local
287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker()
314 const char* type = NULL; in xml_element_to_method_description() local
H A Dxml_to_soap.c108 XMLRPC_VALUE_TYPE_EASY type = xmlrpc_type_none; in get_array_soap_type() local
252 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
440 XMLRPC_VALUE_TYPE_EASY type = XMLRPC_GetValueTypeEasy(node); in SOAP_to_xml_element_worker() local
455 const char* type = get_array_soap_type(node); in SOAP_to_xml_element_worker() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_locale.c36 long type = 0; in PHP_FUNCTION() local
/PHP-5.3/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
/PHP-5.3/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php18 public static function getInstance($optionalSections, $type = 'function') {
H A DgtVariationContainer.php28 public static function getInstance ($optionalSections, $type = 'function') {
H A DgtVariationTestCase.php17 public static function getInstance($optionalSections, $type = 'function') {
H A DgtErrorTestCase.php19 public static function getInstance($optionalSections, $type = 'function') {
/PHP-5.3/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dascmagic.c80 const char *type = NULL; in file_ascmagic() local
103 const char *type, int text) in file_ascmagic_with_encoding()
/PHP-5.3/ext/tidy/examples/
H A Ddumpit5.php25 function node_type($type) {

Completed in 97 milliseconds

12345678