Home
last modified time | relevance | path

Searched refs:type (Results 3101 – 3125 of 3157) sorted by relevance

1...<<121122123124125126127

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c831 uint16_t type; member
2298 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
2302 switch (PRIV(utt)[i].type) in get_ucp()
2491 uint32_t c, type; in read_name() local
2494 type = UCD_CHARTYPE(c); in read_name()
2496 if (type == ucp_Nd) in read_name()
2504 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
2510 type = UCD_CHARTYPE(c); in read_name()
10324 switch(p->type) in pcre2_compile()
10366 if (p->type == PSO_LIMH) limit_heap = c; in pcre2_compile()
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.c2273 static zval *row_prop_read(zend_object *object, zend_string *name, int type, void **cache_slot, zva… in row_prop_read() argument
2283 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
2305 static zval *row_dim_read(zend_object *object, zval *offset, int type, zval *rv) in row_dim_read() argument
2326 zval *result = row_prop_read(object, member, type, NULL, rv); in row_dim_read()
H A Dpdo_dbh.c385 if (le->type == php_pdo_list_entry()) { in internal_construct()
1325 func.type = ZEND_INTERNAL_FUNCTION; in pdo_hash_methods()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c419 (void)type; /* keep the compiler happy */
452 (void)type; /* keep the compiler happy */
/php-src/ext/standard/
H A Dvar_unserializer.re607 /* If the value is overwritten, remove old type source from ref. */
679 /* Add type source even if we failed to unserialize.
697 * type source if it is turned into a reference lateron. */
H A Dconfig.m4427 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp91 tz = timezone_convert_datetimezone(tzobj->type, tzobj, false, NULL, in PHP_FUNCTION()
/php-src/docs-old/
H A Dstreams.md196 appropriate error message of type `E_WARNING` if the cast fails.
239 `stream_is` tells you if the stream is a particular type of stream, whereas
/php-src/main/
H A Doutput.c665 PHPAPI zend_result php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook() argument
668 switch (type) { in php_output_handler_hook()
/php-src/ext/gd/
H A Dgd.stub.php780 function imageaffinematrixget(int $type, $options): array|false {} argument
/php-src/ext/odbc/
H A Dodbc_arginfo.h212 ZEND_ARG_TYPE_INFO(0, type, IS_LONG, 0)
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c851 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream() argument
856 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
863 DPRINTF(("Cannot find type %d `%s'\n", type, name)); in cdf_find_stream()
/php-src/win32/build/
H A Dconfutils.js224 function ConfigureArg(type, optname, helptext, defval) argument
226 var opptype = type == "enable" ? "disable" : "without";
230 this.imparg = "--" + type + "-" + optname;
232 this.arg = "--" + type + "-" + optname;
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c488 tkz->token->type |= LXB_HTML_TOKEN_TYPE_CLOSE; in lxb_html_tokenizer_state_end_tag_open()
1278 tkz->token->type |= LXB_HTML_TOKEN_TYPE_CLOSE_SELF; in lxb_html_tokenizer_state_self_closing_start_tag()
/php-src/sapi/litespeed/
H A DREADME.md92 external application of type "LSAPI app", "Command" should be set to a shell
/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 1)
H A Drfc-datetime_and_daylight_saving_time-type2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 2)
/php-src/ext/xml/
H A Dcompat.c353 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler() argument
/php-src/ext/mysqli/
H A Dmysqli.stub.php1063 public int $type;
/php-src/ext/hash/
H A Dhash.c40 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/php-src/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl189 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c649 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in odbc_stmt_get_col() argument
/php-src/ext/spl/
H A Dphp_spl.c536 if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c45 return mime->type; in phar_file_type()
1463 switch (intern->type) { in phar_build()
1904 zend_long type; in PHP_METHOD() local
1906 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &type) == FAILURE) { in PHP_METHOD()
1912 switch (type) { in PHP_METHOD()
/php-src/ext/gmp/
H A Dgmp.c277 static zend_result gmp_cast_object(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in gmp_cast_object() argument
280 switch (type) { in gmp_cast_object()

Completed in 238 milliseconds

1...<<121122123124125126127