Home
last modified time | relevance | path

Searched refs:type (Results 3051 – 3075 of 3256) sorted by relevance

1...<<121122123124125126127128129130131

/php-src/ext/standard/tests/file/
H A Dtempnam_variation7.phpt101 tempnam(): Argument #1 ($directory) must be of type string, array given
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation9.phpt7 // array of float type values
H A Dlcfirst.phpt27 TRUE, // bool type
H A Dstr_replace_variation1.phpt274 Deprecated: str_replace(): Passing null to parameter #1 ($search) of type array|string is deprecate…
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b_64bit.phpt267 resource(%d) of type (stream) refcount(%d)
H A Dghsa-9fcc-425m-g385_003.phpt96 resource(%d) of type (process)
126 resource(%d) of type (process)
H A Dprint_r.phpt226 /* file type resource */
229 /* directory type resource */
236 /* calling check_printr() to display the resource content type
246 /* unset file type resource */
H A Dprint_r_64bit.phpt230 /* file type resource */
233 /* directory type resource */
240 /* calling check_printr() to display the resource content type
250 /* unset file type resource */
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php212 public function getLocale(int $type): string|false {} argument
/php-src/main/
H A Dphp_output.h231 PHPAPI zend_result php_output_handler_hook(php_output_handler_hook_t type, void *arg);
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h45 zend_ulong type; member
/php-src/ext/date/lib/
H A Dtm2unixtime.c328 switch (time->relative.special.type) { in do_adjust_special()
341 switch (time->relative.special.type) { in do_adjust_special_early()
/php-src/ext/reflection/
H A Dphp_reflection.stub.php567 public function hasHook(PropertyHookType $type): bool {} argument
569 public function getHook(PropertyHookType $type): ?ReflectionMethod {} argument
/php-src/ext/dba/
H A Ddba.c326 static zend_result dba_connection_cast_object(zend_object *obj, zval *result, int type) in dba_connection_cast_object() argument
328 if (type == IS_LONG) { in dba_connection_cast_object()
336 return zend_std_cast_object_tostring(obj, result, type); in dba_connection_cast_object()
582 if (le->type != le_pdb) { in php_dba_open()
/php-src/ext/intl/uchar/
H A Duchar.stub.php1415 …public static function charFromName(string $name, int $type = IntlChar::UNICODE_CHAR_NAME): ?int {} argument
1421 …public static function charName(int|string $codepoint, int $type = IntlChar::UNICODE_CHAR_NAME): ?… argument
1433 …numCharNames(int|string $start, int|string $end, callable $callback, int $type = IntlChar::UNICODE… argument
1474 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s… argument
1480 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_… argument
H A Duchar.c166 UChar32 start, UChar32 limit, UCharCategory type) { in enumCharType_callback() argument
176 ZVAL_LONG(&args[2], type); in enumCharType_callback()
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c1200 token->type ^= (token->type & LXB_HTML_TOKEN_TYPE_CLOSE); in lxb_html_tree_insertion_mode_in_body_br_closed()
1552 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE_SELF) { in lxb_html_tree_insertion_mode_in_body_math()
1583 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE_SELF) { in lxb_html_tree_insertion_mode_in_body_svg()
1688 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_body()
H A Din_select.c283 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_select()
H A Din_head.c44 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_head()
/php-src/
H A DNEWS204 declare statement, and now perform the usual type coercions instead of
230 type). (ilutov)
439 . Change highlight_string() and print_r() return type to string|true. (Ayesh)
459 . Changed the type of PHP_DEBUG and PHP_ZTS constants to bool. (haszi)
534 . Changed return type of hash_update() to true. (nielsdos)
557 . ResourceBundle::get() now has a tentative return type of:
762 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
/php-src/ext/sqlite3/
H A Dsqlite3.c1518 switch (param->type) { in php_sqlite3_bind_params()
1590 …t_obj->db_obj, 0, "Unknown parameter type: %pd for parameter %pd", param->type, param->param_numbe… in php_sqlite3_bind_params()
1690 (p).type = SQLITE_TEXT; \
1695 (p).type = SQLITE_INTEGER; \
1698 (p).type = SQLITE_FLOAT; \
1701 (p).type = SQLITE_NULL; \
1716 param.type = SQLITE3_TEXT; in sqlite3stmt_bind()
1722 Z_PARAM_LONG(param.type) in sqlite3stmt_bind()
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt121 TypeError: mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, nu…
/php-src/ext/zend_test/tests/
H A Dzend_object_init_with_constructor.phpt153 TypeError: TestUserWithConstructorArgs::__construct(): Argument #1 ($int_param) must be of type int…
/php-src/ext/sockets/
H A Dphp_sockets.h71 int type; member
/php-src/ext/dom/
H A Dxpath_callbacks.c326 switch (obj->type) { in php_dom_xpath_callback_fetch_args()
348 if (UNEXPECTED(node->type == XML_NAMESPACE_DECL)) { in php_dom_xpath_callback_fetch_args()

Completed in 143 milliseconds

1...<<121122123124125126127128129130131