Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/ext/soap/
H A Dphp_encoding.c272 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name()
632 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
2106 sdlTypePtr type, in add_xml_array_elements()
2486 char *type, *end, *ns; in to_zval_array() local
2507 char *type, *ns; in to_zval_array() local
2539 char *type, *end; in to_zval_array() local
2990 sdlTypePtr type; in to_xml_list() local
3164 sdlTypePtr type; in sdl_guess_convert_zval() local
3228 sdlTypePtr type; in sdl_guess_convert_xml() local
3345 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
[all …]
H A Dphp_schema.c418 char *type, *ns; in schema_list() local
502 char *type, *ns; in schema_union() local
645 char *type, *ns; in schema_restriction_simpleContent() local
750 char *type, *ns; in schema_restriction_complexContent() local
875 char *type, *ns; in schema_extension_simpleContent() local
930 char *type, *ns; in schema_extension_complexContent() local
1079 char *type, *ns; in schema_group() local
1514 char *type, *ns; in schema_element() local
2285 sdlTypePtr type; in schema_pass2() local
2372 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local
[all …]
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_cleanup.c12 int type; member
19 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
37 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
/PHP-7.2/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
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddl.c109 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension()
246 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
264 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
H A Durl_scanner_ex.c56 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_tags()
117 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_hosts()
292 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) in tag_arg()
486 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val()
1066 static int php_url_scanner_ex_activate(int type) in php_url_scanner_ex_activate()
1081 static int php_url_scanner_ex_deactivate(int type) in php_url_scanner_ex_deactivate()
1100 … *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode, int type) in php_url_scanner_session_handler_impl()
1147 …nner_add_var_impl(char *name, size_t name_len, char *value, size_t value_len, int encode, int type) in php_url_scanner_add_var_impl()
1222 static inline void php_url_scanner_reset_vars_impl(int type) { in php_url_scanner_reset_vars_impl()
1254 static inline int php_url_scanner_reset_var_impl(zend_string *name, int encode, int type) in php_url_scanner_reset_var_impl()
H A Dtype.c29 zend_string *type; in PHP_FUNCTION() local
49 char *type; in PHP_FUNCTION() local
193 static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type()
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
352 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
H A Dincomplete_class.c52 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property()
71 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr()
/PHP-7.2/TSRM/
H A DTSRM.h175 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
176 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
178 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
179 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
202 #define TSRMG_STATIC(id, type, element) argument
/PHP-7.2/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-7.2/Zend/
H A Dzend_ini_scanner.l145 #define RETURN_TOKEN(type, str, len) { \ argument
157 zend_uchar type; in convert_to_number() local
175 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
H A Dzend_stack.c105 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
128 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c137 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(xParams); in xi_system_describe_methods_cb() local
199 const char* type; in xi_system_method_signature_cb() local
284 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker()
311 const char* type = NULL; in xml_element_to_method_description() local
H A Dxml_to_soap.c105 XMLRPC_VALUE_TYPE_EASY type = xmlrpc_type_none; in get_array_soap_type() local
249 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
437 XMLRPC_VALUE_TYPE_EASY type = XMLRPC_GetValueTypeEasy(node); in SOAP_to_xml_element_worker() local
452 const char* type = get_array_soap_type(node); in SOAP_to_xml_element_worker() local
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp32 U_CFUNC TimeZone *timezone_convert_datetimezone(int type,
175 int type; local
/PHP-7.2/ext/intl/collator/
H A Dcollator_locale.c36 zend_long type = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.c849 #define JUMP_POSTFIX(type) \ argument
1410 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in check_sljit_emit_jump()
1442 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmp()
1466 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fcmp()
1519 sljit_s32 type) in check_sljit_emit_op_flags()
1554 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmov()
1675 …tic SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov_generic()
1756 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2110 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2164 sljit_s32 type) in sljit_emit_op_flags()
[all …]
/PHP-7.2/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
/PHP-7.2/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.php16 public static function getInstance($optionalSections, $type = 'function') {
/PHP-7.2/ext/fileinfo/libmagic/
H A Dascmagic.c80 const char *type = NULL; in file_ascmagic() local
100 const char *type, int text) in file_ascmagic_with_encoding()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-7.2/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()

Completed in 113 milliseconds

12345678910