Home
last modified time | relevance | path

Searched refs:type (Results 1951 – 1975 of 2207) sorted by relevance

1...<<71727374757677787980>>...89

/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_output.phpt7 //TODO: Add more encoding. Wrong parameter type test.
/PHP-7.4/ext/dom/
H A Dphp_dom.h128 zval *dom_nodelist_read_dimension(zval *object, zval *offset, int type, zval *rv);
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_cclass1.phpt19 die('skip could not identify container type');
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_error1.phpt11 * Testing how preg_match_all reacts to being passed the wrong type of regex argument
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation16_64bit.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dvfprintf_variation16.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dvfprintf_variation16_64bit.phpt29 // Arrays of signed and other type of values for the format defined in $format.
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2-win32.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
74 -- File having data of type text_with_new_line --
256 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation2.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
74 -- File having data of type text_with_new_line --
256 -- File having data of type alphanumeric --
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c72 static zval *saproxy_property_read(zval *object, zval *member, int type, void **cache_slot, zval *r… in saproxy_property_read() argument
87 static zval *saproxy_read_dimension(zval *object, zval *offset, int type, zval *rv) in saproxy_read_dimension() argument
353 static int saproxy_object_cast(zval *readobj, zval *writeobj, int type) in saproxy_object_cast() argument
/PHP-7.4/ext/oci8/
H A Doci8.c132 ZEND_ARG_INFO(0, type)
140 ZEND_ARG_INFO(0, type)
149 ZEND_ARG_INFO(0, type)
254 ZEND_ARG_INFO(0, type)
592 ZEND_ARG_INFO(0, type)
1810 if (le->type == le_pconnection) { in php_oci_do_connect_ex()
1816 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
2052 new_le.type = le_pconnection; in php_oci_do_connect_ex()
2074 new_le.type = le_index_ptr; in php_oci_do_connect_ex()
2727 if (le->type == le_pconnection) { in php_oci_persistent_helper()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c623 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call() argument
630 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
634 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
635 type &= 0xff; in sljit_emit_call()
651 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall() argument
658 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c146 } type; member
227 static void php_cli_server_logf(int type, const char *format, ...);
763 if (php_cli_server_log_level < type) { in sapi_cli_server_log_write()
941 switch (chunk->type) { in php_cli_server_chunk_size()
952 switch (chunk->type) { in php_cli_server_chunk_dtor()
1016 chunk->type = PHP_CLI_SERVER_CHUNK_IMMORTAL; in php_cli_server_chunk_immortal_new()
1027 chunk->type = PHP_CLI_SERVER_CHUNK_HEAP; in php_cli_server_chunk_heap_new()
1039 chunk->type = PHP_CLI_SERVER_CHUNK_HEAP; in php_cli_server_chunk_heap_new_self_contained()
1070 switch (chunk->type) { in php_cli_server_content_sender_send()
1255 if (php_cli_server_log_level < type) { in php_cli_server_logf()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1253 meta->type = uint1korr(p); in php_mysqlnd_rset_field_read()
1267 (meta->type <= MYSQL_TYPE_INT24 && in php_mysqlnd_rset_field_read()
1268 (meta->type != MYSQL_TYPE_TIMESTAMP || meta->length == 14 || meta->length == 8) in php_mysqlnd_rset_field_read()
1269 ) || meta->type == MYSQL_TYPE_YEAR) in php_mysqlnd_rset_field_read()
1491 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
1498 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
1499 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()
1502 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_binary_protocol()
1584 mysqlnd_ps_fetch_functions[fields_metadata[i].type]; in php_mysqlnd_rowp_read_text_protocol_aux()
1588 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_text_protocol_aux()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation3.phpt71 Warning: Illegal offset type in %s on line %d
H A Darray_values_variation2.phpt212 resource(%d) of type (stream)
H A Dnatcasesort_variation2.phpt224 resource(%d) of type (stream)
H A Duasort_variation4.phpt11 * sorting different types of numeric arrays containing data of following type:
/PHP-7.4/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt2 Test is_a() function : usage variations - wrong type for arg 1
/PHP-7.4/ext/mbstring/
H A Dmbstring.h183 int type; member
/PHP-7.4/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt102 Warning: ldap_modify_batch(): Batch Modify: Undefined attribute type in %s on line %d
H A Dldap_search_overrides.phpt46 resource(%d) of type (ldap result)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt30 …printf("[%03d] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt82 ["type"]=>
/PHP-7.4/Zend/
H A Dzend_ast.h332 static zend_always_inline zend_ast *zend_ast_create_cast(uint32_t type, zend_ast *op0) { in zend_ast_create_cast() argument
333 return zend_ast_create_ex(ZEND_AST_CAST, type, op0); in zend_ast_create_cast()

Completed in 54 milliseconds

1...<<71727374757677787980>>...89