Home
last modified time | relevance | path

Searched refs:type (Results 101 – 125 of 2182) sorted by last modified time

12345678910>>...88

/PHP-7.2/
H A Drun-tests.php507 foreach($cfgtypes as $type) {
508 $cfg[$type] = array();
511 $cfg[$type][$file] = false;
2851 * @param array|string $type
2879 if (is_array($type)) {
2882 $type = reset($temp);
2887 if ('PASS' == $type || 'XFAIL' == $type) {
2889 } elseif ('BORK' == $type) {
2892 } elseif ('SKIP' == $type) {
2895 } elseif ('WARN' == $type) {
[all …]
H A Dphp.ini-development677 ; By default, PHP will output a media type using the Content-Type header. To
680 ; PHP's built-in default media type is set to text/html.
790 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1453 ; find /path/to/sessions -cmin +24 -type f | xargs rm
/PHP-7.2/main/
H A Dphp_output.h235 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg);
H A Dmain.c956 php_error(type, "%s", message); in php_verror()
1070 PG(last_error_type) = type; in php_error_cb()
1078 switch (type) { in php_error_cb()
1108 if (display && (EG(error_reporting) & type || (type & E_CORE)) in php_error_cb()
1113 switch (type) { in php_error_cb()
1158 if (type == E_CORE_ERROR || type == E_CORE_WARNING) { in php_error_cb()
1175 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1201 switch (type) { in php_error_cb()
1218 switch (type) { in php_error_cb()
1243 if (type != E_PARSE) { in php_error_cb()
[all …]
H A Doutput.c670 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook() argument
673 switch (type) { in php_output_handler_hook()
H A Dphp_ini.c73 static void php_ini_displayer_cb(zend_ini_entry *ini_entry, int type) in php_ini_displayer_cb() argument
76 ini_entry->displayer(ini_entry, type); in php_ini_displayer_cb()
82 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in php_ini_displayer_cb()
629 fh.type = ZEND_HANDLE_FP; in php_init_config()
707 fh2.type = ZEND_HANDLE_FP; in php_init_config()
801 fh.type = ZEND_HANDLE_FP; in php_parse_user_ini_file()
H A Dphp.h374 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
377 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
379 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
381 …r_docref2(const char *docref, const char *param1, const char *param2, int type, const char *format…
H A DSAPI.h233 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dfastcgi.c139 unsigned char type; member
1008 hdr->type = type; in fcgi_make_header()
1498 req->out_hdr->type = type;
1551 if (req->out_hdr && req->out_hdr->type != type) {
1566 open_packet(req, type);
1593 open_packet(req, type);
1599 open_packet(req, type);
1609 open_packet(req, type);
1619 open_packet(req, type);
1635 open_packet(req, type);
[all …]
H A Dfastcgi.h108 typedef void (*fcgi_logger)(int type, const char *fmt, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
121 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation9.phpt43 gzopen=resource(%d) of type (stream)
H A Dgzgetss.test3 …<code><span class="type">string</span><span class="methodname"><strong>gzgetss</strong></span>(res…
H A Dgzopen_variation3.phpt130 resource(%d) of type (stream)
133 resource(%d) of type (stream)
136 resource(%d) of type (stream)
139 resource(%d) of type (stream)
142 resource(%d) of type (stream)
161 resource(%d) of type (stream)
164 resource(%d) of type (stream)
167 resource(%d) of type (stream)
170 resource(%d) of type (stream)
173 resource(%d) of type (stream)
[all …]
/PHP-7.2/ext/zip/tests/
H A Dbug53579.phpt38 resource(%d) of type (stream)
H A Doo_stream.phpt44 resource(%d) of type (stream)
/PHP-7.2/ext/zip/
H A Dphp_zip.c796 int type; member
807 hnd.type = rettype; in php_zip_register_prop_handler()
840 switch (hnd->type) { in php_zip_property_reader()
925 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in php_zip_read_property()
960 if (type == 2) { in php_zip_has_property()
963 if (type == 1) { in php_zip_has_property()
965 } else if (type == 0) { in php_zip_has_property()
973 retval = std_hnd->has_property(object, member, type, cache_slot); in php_zip_has_property()
1685 if (type == 1) { in php_zip_add_from_pattern()
1714 if (type == 1) { in php_zip_add_from_pattern()
[all …]
/PHP-7.2/ext/zip/lib/
H A Dphp_zip_config.w32.h53 #error no suitable type for ssize_t found
H A Dzip.h258 …e ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), ZIP_E… argument
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c176 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php() argument
237 switch (obj->type) { in xsl_ext_function_php()
248 if (type == 1) { in xsl_ext_function_php()
252 } else if (type == 2) { in xsl_ext_function_php()
261 if (node->type == XML_NAMESPACE_DECL) { in xsl_ext_function_php()
275 node->type = XML_NAMESPACE_DECL; in xsl_ext_function_php()
450 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStr… in PHP_FUNCTION()
/PHP-7.2/ext/zend_test/
H A Dtest.c138 fptr->type = ZEND_OVERLOADED_FUNCTION_TEMPORARY; in zend_test_class_method_get()
154 fptr->type = ZEND_OVERLOADED_FUNCTION; in zend_test_class_static_method_get()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c102 ZEND_ARG_INFO(0, type)
506 XMLRPC_VALUE_TYPE type; in PHP_to_XMLRPC_worker() local
512 switch (type) { in PHP_to_XMLRPC_worker()
618 switch (type) { in XMLRPC_to_PHP()
1293 zval type; in set_zval_xmlrpc_type() local
1336 type = xmlrpc_base64; in get_zval_xmlrpc_type()
1350 type = xmlrpc_int; in get_zval_xmlrpc_type()
1353 type = xmlrpc_double; in get_zval_xmlrpc_type()
1392 return type; in get_zval_xmlrpc_type()
1401 char *type; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/xmlreader/
H A Dphp_xmlreader.c54 int type; member
67 hnd.type = rettype; in xmlreader_register_prop_handler()
92 switch (hnd->type) { in xmlreader_property_reader()
116 zval *xmlreader_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) in xmlreader_get_property_ptr_ptr() argument
139 retval = std_hnd->get_property_ptr_ptr(object, member, type, cache_slot); in xmlreader_get_property_ptr_ptr()
151 zval *xmlreader_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in xmlreader_read_property() argument
180 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in xmlreader_read_property()
274 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG() argument
283 switch (type) { in _xmlreader_get_relaxNG()
481 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c111 type = XMLRPC_GetValueTypeEasy(xIter); in get_array_soap_type()
120 type = xmlrpc_type_none; in get_array_soap_type()
127 switch (type) { in get_array_soap_type()
255 type = el->name; in xml_element_to_SOAP_REQUEST_worker()
269 type = attr_iter->val; in xml_element_to_SOAP_REQUEST_worker()
340 type = parent_array->kids_type; in xml_element_to_SOAP_REQUEST_worker()
342 if (!type || !strcmp(type, TOKEN_STRING)) { in xml_element_to_SOAP_REQUEST_worker()
352 !strcmp(type, TOKEN_FLOAT)) { in xml_element_to_SOAP_REQUEST_worker()
373 if (!type || !strcmp(type, TOKEN_STRUCT)) { in xml_element_to_SOAP_REQUEST_worker()
443 switch (type) { in SOAP_to_xml_element_worker()
[all …]
H A Dxml_to_xmlrpc.c192 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in XMLRPC_to_xml_element_worker() local
198 !(type == xmlrpc_vector && in XMLRPC_to_xml_element_worker()
210 switch (type) { in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.c419 request->request_type = type; in XMLRPC_RequestSetRequestType()
866 v->type = xmlrpc_empty; in XMLRPC_CreateValueEmpty()
984 value->type = xmlrpc_int; in XMLRPC_SetValueInt()
1048 value->v->type = type; in XMLRPC_SetIsVector()
1058 value->v->type = type; in XMLRPC_SetIsVector()
1158 switch(source->type) { in XMLRPC_AddValueToVector()
1487 switch(value->type) { in XMLRPC_CleanupValue()
1630 switch (xSource->type) { in XMLRPC_DupValueNew()
2275 switch (value->type) { in XMLRPC_GetValueTypeEasy()
2277 switch (value->v->type) { in XMLRPC_GetValueTypeEasy()
[all …]

Completed in 143 milliseconds

12345678910>>...88