Home
last modified time | relevance | path

Searched refs:type (Results 2976 – 3000 of 3256) sorted by relevance

1...<<111112113114115116117118119120>>...131

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1224 meta->type = uint1korr(p); in php_mysqlnd_rset_field_read()
1238 (meta->type <= MYSQL_TYPE_INT24 && in php_mysqlnd_rset_field_read()
1239 (meta->type != MYSQL_TYPE_TIMESTAMP || meta->length == 14 || meta->length == 8) in php_mysqlnd_rset_field_read()
1240 ) || meta->type == MYSQL_TYPE_YEAR) in php_mysqlnd_rset_field_read()
1450 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
1457 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
1458 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()
1461 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_binary_protocol()
1543 mysqlnd_ps_fetch_functions[fields_metadata[i].type]; in php_mysqlnd_rowp_read_text_protocol()
1546 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_text_protocol()
[all …]
/php-src/Zend/
H A Dzend_operators.c400 uint8_t type; in zendi_try_get_long() local
408 if (type == 0) { in zendi_try_get_long()
418 if (EXPECTED(type == IS_LONG)) { in zendi_try_get_long()
927 uint8_t type; in zval_get_long_func() local
2212 if (type == IS_LONG) { in compare_long_to_string()
2216 if (type == IS_DOUBLE) { in compare_long_to_string()
2234 if (type == IS_LONG) { in compare_double_to_string()
2238 if (type == IS_DOUBLE) { in compare_double_to_string()
3525 uint8_t type; local
3594 type = IS_DOUBLE;
[all …]
H A Dzend_weakrefs.c344 static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in zend_weakmap_read_dimension() argument
361 if (type != BP_VAR_IS) { in zend_weakmap_read_dimension()
369 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_weakmap_read_dimension()
/php-src/.github/workflows/
H A Dnightly.yml405 type: ['asan', 'verify_type_inference']
406 # These branches don't include type verification
408 …- { branch: { name: 'PHP-8.1', ref: 'PHP-8.1', major: 8, minor: 1 }, type: 'verify_type_inference'…
409 …- { branch: { name: 'PHP-8.2', ref: 'PHP-8.2', major: 8, minor: 2 }, type: 'verify_type_inference'…
410 …- { branch: { name: 'PHP-8.3', ref: 'PHP-8.3', major: 8, minor: 3 }, type: 'verify_type_inference'…
411 name: "${{ matrix.branch.name }}_COMMUNITY_${{ matrix.type }}"
431 …${{ matrix.type == 'asan' && '--enable-debug CFLAGS="-fsanitize=undefined,address -fno-sanitize-re…
432 … ${{ matrix.type == 'verify_type_inference' && 'CFLAGS="-DZEND_VERIFY_TYPE_INFERENCE -O2"' || '' }}
454 if: matrix.type != 'verify_type_inference'
540 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
/php-src/ext/curl/
H A Dinterface.c528 if (type == IS_LONG) { in curl_cast_object()
535 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()
922 if (type == CURLINFO_HEADER_OUT) { in curl_debug()
1392 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
1413 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
1444 || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in build_mime_structure_from_hash()
1457 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
1477 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
1500 || (form_error = curl_mime_type(part, type)) != CURLE_OK) { in build_mime_structure_from_hash()
2607 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
[all …]
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt109 resource(%d) of type (stream)
/php-src/Zend/tests/nullsafe_operator/
H A D001.phpt106 string(38) "Cannot use object of type Foo as array"
/php-src/ext/standard/tests/file/
H A Dtempnam_variation3.phpt102 tempnam(): Argument #2 ($prefix) must be of type string, array given
H A Dfseek_ftell_rewind_basic1.phpt20 echo "\n-- File having data of type ". $file_content_type ." --\n";
56 -- File having data of type text_with_new_line --
250 -- File having data of type alphanumeric --
/php-src/Zend/asm/
H A Djump_mips32_o32_elf_gas.S45 .type jump_fcontext,@function
H A Djump_mips64_n64_elf_gas.S52 .type jump_fcontext,@function
H A Dmake_ppc32_sysv_elf_gas.S57 .type make_fcontext,@function
/php-src/Zend/tests/attributes/
H A D006_filter.phpt2 Attributes can be filtered by name and base type.
/php-src/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1
H A Dis_subclass_of_variation_004.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in …
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation10.phpt7 // array of int type values
/php-src/ext/dom/tests/
H A DDOMNode_contains.phpt81 DOMNode::contains(): Argument #1 ($other) must be of type DOMNode|DOMNameSpaceNode|null, stdClass g…
/php-src/ext/pdo_mysql/tests/
H A Dgh11587.phpt2 GH-11587 PHP8.1: Fixed the condition for result set values to be of native type, making it compatib…
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php210 public function quote(string $string, int $type = PDO::PARAM_STR): string|false {}
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata.phpt113 ["type"]=>
/php-src/ext/intl/
H A Dconfig.w328 // always build as shared - zend_strtod.c/ICU type conflict
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c77 const char **code_mime, const char **type) in file_encoding() argument
91 *type = "text"; in file_encoding()
171 *type = "binary"; in file_encoding()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c62 node->type = LXB_DOM_NODE_TYPE_ELEMENT; in lxb_html_element_interface_create()
276 id = declr->type; in lxb_html_element_style_append()
390 if (rule->type != LXB_CSS_RULE_DECLARATION) { in lxb_html_element_style_list_append()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c108 if (EXPECTED(function->type == ZEND_USER_FUNCTION) in zend_accel_move_user_functions()
139 if (EXPECTED(ce->type == ZEND_USER_CLASS) in zend_accel_move_user_classes()
179 if (function2->type == ZEND_USER_FUNCTION in _zend_accel_function_hash_copy()
/php-src/ext/soap/
H A Dphp_http.c22 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len);
23 static char *get_http_header_value(char *headers, char *type);
1373 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len) in get_http_header_value_nodup() argument
1378 typelen = strlen(type); in get_http_header_value_nodup()
1386 if (strncasecmp(pos, type, typelen) == 0) { in get_http_header_value_nodup()
1426 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() argument
1431 value = get_http_header_value_nodup(headers, type, &len); in get_http_header_value()

Completed in 71 milliseconds

1...<<111112113114115116117118119120>>...131