Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 3154) sorted by last modified time

12345678910>>...127

/php-src/ext/sqlite3/
H A Dsqlite3.c1519 switch (param->type) { in php_sqlite3_bind_params()
1591 …t_obj->db_obj, 0, "Unknown parameter type: %pd for parameter %pd", param->type, param->param_numbe… in php_sqlite3_bind_params()
1691 (p).type = SQLITE_TEXT; \
1696 (p).type = SQLITE_INTEGER; \
1699 (p).type = SQLITE_FLOAT; \
1702 (p).type = SQLITE_NULL; \
1717 param.type = SQLITE3_TEXT; in sqlite3stmt_bind()
1723 Z_PARAM_LONG(param.type) in sqlite3stmt_bind()
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt76 TypeError: SQLite3::createAggregate(): Argument #1 ($name) must be of type string, stdClass given
77 TypeError: SQLite3::createAggregate(): Argument #4 ($argCount) must be of type int, stdClass given
80 TypeError: SQLite3::createAggregate(): Argument #4 ($argCount) must be of type int, string given
H A Dsqlite3_trampoline_createcollation_no_leak.phpt47 TypeError: SQLite3::createCollation(): Argument #1 ($name) must be of type string, stdClass given
H A Dsqlite3_trampoline_createfunction_no_leak.phpt48 TypeError: SQLite3::createFunction(): Argument #1 ($name) must be of type string, stdClass given
49 TypeError: SQLite3::createFunction(): Argument #3 ($argCount) must be of type int, stdClass given
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt33 PdoSqlite::createCollation(): Argument #1 ($name) must be of type string, null given
H A Dpdo_sqlite_createafunction_arg_error.phpt45 PdoSqlite::createFunction(): Argument #1 ($function_name) must be of type string, null given
47 PdoSqlite::createFunction(): Argument #3 ($num_args) must be of type int, null given
48 PdoSqlite::createFunction(): Argument #4 ($flags) must be of type int, null given
H A Dpdo_sqlite_createaggregate_arg_error.phpt57 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
58 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
59 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
62 PdoSqlite::createAggregate(): Argument #4 ($numArgs) must be of type int, null given
/php-src/ext/curl/
H A Dcurl_private.h153 zend_result curl_cast_object(zend_object *obj, zval *result, int type);
H A Dinterface.c525 if (type == IS_LONG) { in curl_cast_object()
532 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()
865 if (type == CURLINFO_HEADER_OUT) { in curl_debug()
1332 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
1353 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
1384 || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in build_mime_structure_from_hash()
1397 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
1417 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
1440 || (form_error = curl_mime_type(part, type)) != CURLE_OK) { in build_mime_structure_from_hash()
2543 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
[all …]
/php-src/
H A DNEWS13 . Changed the type of PHP_DEBUG and PHP_ZTS constants to bool. (haszi)
68 . Changed return type of hash_update() to true. (nielsdos)
90 . ResourceBundle::get() now has a tentative return type of:
256 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
H A DUPGRADING31 . The type of PHP_DEBUG and PHP_ZTS constants changed to bool.
42 a tentative return type of DOMDocument instead of DOMDocument|false.
57 . mb_http_input() now always throws a ValueError if the $type is invalid.
139 . Out of bounds accesses in SplFixedArray now throw an exception of type
154 Moreover, values of type string that correspond to method names,
276 to resolve a type with a specific namespace to a specific class.
349 . trigger_error() and user_error() now have a return type of true instead of
353 . DOMDocument::registerNodeClass() now has a tentative return type of true.
371 . ResourceBundle::get() now has a tentative return type of:
425 now has a tentative return type of true
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c235 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() argument
/php-src/main/
H A Dfastcgi.c133 unsigned char type; member
996 hdr->type = type; in fcgi_make_header()
1495 req->out_hdr->type = type;
1548 if (req->out_hdr && req->out_hdr->type != type) {
1563 open_packet(req, type);
1590 open_packet(req, type);
1596 open_packet(req, type);
1604 open_packet(req, type);
1613 open_packet(req, type);
1629 open_packet(req, type);
[all …]
/php-src/ext/dom/
H A Ddom_properties.h153 #define DOM_PROP_NODE(type, name, obj) \ argument
154 type name = (type) dom_object_get_node(obj); \
H A Dphp_dom.h166 bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type);
167 bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type);
168 bool php_dom_has_child_of_type(xmlNodePtr node, xmlElementType type);
290 if (parent->type == XML_DOCUMENT_NODE || parent->type == XML_HTML_DOCUMENT_NODE) { in php_dom_first_child_of_container_node()
H A Dphp_dom.c151 switch (node->type) { in dom_node_is_read_only()
174 switch (node->type) { in dom_node_children_valid()
1310 switch (node->type) { in node_list_unlink()
1548 switch (obj->type) { in php_dom_create_object()
1814 switch (child->type) { in php_dom_normalize_legacy()
2233 switch (nodep->type) { in php_dom_get_content_into_zval()
2424 …|| (src_node->type != XML_ELEMENT_NODE && src_node->type != XML_DOCUMENT_FRAG_NODE && src_node->ty… in dom_clone_helper()
2507 …if (clone->type == XML_DOCUMENT_NODE || clone->type == XML_HTML_DOCUMENT_NODE || clone->type == XM… in dom_clone_node()
2531 if (child->type == type) { in php_dom_has_child_of_type()
2546 if (next->type == type) { in php_dom_has_sibling_following_node()
[all …]
H A Dnode.c85 switch (nodep->type) { in dom_node_node_name_read()
658 …if (nodep->type == XML_ELEMENT_NODE || nodep->type == XML_ATTRIBUTE_NODE || nodep->type == XML_NAM… in dom_node_local_name_read()
709 int type = nodep->type; in dom_skip_text_content() local
710 if (type != XML_DOCUMENT_FRAG_NODE && type != XML_ELEMENT_NODE && type != XML_ATTRIBUTE_NODE in dom_skip_text_content()
711 …&& type != XML_TEXT_NODE && type != XML_CDATA_SECTION_NODE && type != XML_COMMENT_NODE && type != … in dom_skip_text_content()
750 int type = nodep->type; in dom_node_text_content_write() local
758 if (type == XML_DOCUMENT_FRAG_NODE || type == XML_ELEMENT_NODE || type == XML_ATTRIBUTE_NODE) { in dom_node_text_content_write()
870 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in dom_node_insert_before_legacy()
1693 if (this->type != other->type) { in php_dom_node_is_equal_node()
1717 …} else if (this->type == XML_TEXT_NODE || this->type == XML_COMMENT_NODE || this->type == XML_CDAT… in php_dom_node_is_equal_node()
[all …]
H A Dnodelist.c55 if (nodep->type == XML_ENTITY_REF_NODE) { in dom_nodelist_iter_start_first_child()
260 ret.type = DOM_NODELIST_DIM_LONG; in dom_modern_nodelist_get_index()
263 ret.type = DOM_NODELIST_DIM_LONG; in dom_modern_nodelist_get_index()
268 ret.type = DOM_NODELIST_DIM_LONG; in dom_modern_nodelist_get_index()
271 ret.type = DOM_NODELIST_DIM_STRING; in dom_modern_nodelist_get_index()
275 ret.type = DOM_NODELIST_DIM_ILLEGAL; in dom_modern_nodelist_get_index()
281 zval *dom_modern_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_modern_nodelist_read_dimension() argument
289 if (UNEXPECTED(index.type == DOM_NODELIST_DIM_ILLEGAL || index.type == DOM_NODELIST_DIM_STRING)) { in dom_modern_nodelist_read_dimension()
290 zend_illegal_container_offset(object->ce->name, offset, type); in dom_modern_nodelist_read_dimension()
304 if (UNEXPECTED(index.type == DOM_NODELIST_DIM_ILLEGAL || index.type == DOM_NODELIST_DIM_STRING)) { in dom_modern_nodelist_has_dimension()
H A Dnodelist.h31 enum dom_nodelist_dimension_index_type type; member
37 zval *dom_modern_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv);
H A Ddom_iterators.c57 ret->type = XML_NOTATION_NODE; in create_notation()
/php-src/ext/odbc/
H A Dphp_odbc.c113 if (le->type == le_pconn) { in _close_pconn()
333 if (type == PHP_INI_DISPLAY_ORIG && ini_entry->modified) { in PHP_INI_DISP()
356 if (type == PHP_INI_DISPLAY_ORIG && ini_entry->modified) { in PHP_INI_DISP()
385 if (type == PHP_INI_DISPLAY_ORIG && ini_entry->modified) { in PHP_INI_DISP()
524 odbc_module_entry.type = type; in PHP_MINIT_FUNCTION()
2342 ZEND_ASSERT(le->type == le_pconn);
2821 &table, &table_len, &type, &type_len) == FAILURE) {
2853 (SQLCHAR *) type, SAFE_SQL_NTS(type));
3326 SQLUSMALLINT type, scope, nullable;
3334 type = (SQLUSMALLINT) vtype;
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst62 field that repeats some of the type information that is also stored in the ``zval``, for situations
158 Sometimes, even a reference counted type is not reference counted. When PHP runs in a multi-process
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c139 switch (type) { in phpdbg_check_watch_diff()
167 switch (type) { in phpdbg_print_watch_diff()
359 watch->type = WATCH_ON_ZVAL;
373 switch (watch->type) {
424 ZEND_ASSERT(watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET);
513 if (watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET) {
1048 switch (watch->type) {
1107 if (watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET) {
1389 switch (param->type) {
1419 switch (param->type) {
[all …]
/php-src/ext/libxml/
H A Dlibxml.c124 doc->oldNs->type = XML_LOCAL_NAMESPACE; in php_libxml_set_old_ns_list()
162 if (nodep->type != XML_DOCUMENT_NODE) { in php_libxml_unregister_node()
189 switch (node->type) { in php_libxml_node_free()
252 node->type = XML_ELEMENT_NODE; in php_libxml_node_free()
317 if (curnode->type == XML_ELEMENT_NODE) { in php_libxml_node_free_list()
332 switch (node->type) { in php_libxml_node_free_list()
1393 switch (node->type) { in php_libxml_node_free_resource()
1407 if (node->parent == NULL || node->type == XML_NAMESPACE_DECL) { in php_libxml_node_free_resource()
1409 if (node->type == XML_ELEMENT_NODE) { in php_libxml_node_free_resource()
/php-src/ext/reflection/
H A Dphp_reflection.c140 zend_type type; member
374 if (ce->type == ZEND_USER_CLASS) { in _class_string()
567 smart_str_appends(str, type); in _const_string()
596 zend_string *type_str = ZEND_TYPE_IS_SET(c->type) ? zend_type_to_string(c->type) : NULL; in _class_const_string()
1043 switch(dep->type) { in _extension_string()
1380 if (ZEND_TYPE_HAS_LIST(type)) { in get_type_kind()
1388 if (ZEND_TYPE_IS_COMPLEX(type)) { in get_type_kind()
1415 bool is_only_null = (ZEND_TYPE_PURE_MASK(type) == MAY_BE_NULL && !ZEND_TYPE_IS_COMPLEX(type)); in reflection_type_factory()
1432 reference->type = type; in reflection_type_factory()
1442 if (ZEND_TYPE_HAS_NAME(type)) { in reflection_type_factory()
[all …]

Completed in 120 milliseconds

12345678910>>...127