Home
last modified time | relevance | path

Searched refs:type (Results 3076 – 3100 of 3260) sorted by relevance

1...<<121122123124125126127128129130131

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_head.c44 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_head()
/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()
/php-src/ext/intl/uchar/
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/mbstring/
H A Dmbstring_arginfo.h13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_STRING, 1, "null")
195 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_STRING, 0, "\"all\"")
/php-src/ext/standard/tests/file/
H A Dftruncate_variation2-win32.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
70 -- Testing ftruncate() with file having data of type numeric --
264 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation2.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
70 -- Testing ftruncate() with file having data of type numeric --
264 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation3-win32.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
69 -- Testing ftruncate() with file having data of type numeric --
263 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation3.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
69 -- Testing ftruncate() with file having data of type numeric --
263 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5-win32.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
71 -- Testing ftruncate() with file having data of type numeric --
265 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5.phpt25 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
71 -- Testing ftruncate() with file having data of type numeric --
265 -- Testing ftruncate() with file having data of type text_with_new_line --
/php-src/ext/ftp/tests/
H A Dserver.inc73 fputs($s, "234 auth type accepted\r\n");
520 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
521 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
522 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
/php-src/ext/pgsql/
H A Dpgsql.c349 if (rsrc->type != le_plink) { in _rollback_transactions()
713 if (le->type != le_plink) { in php_pgsql_do_connect()
4793 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
4828 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) { in php_pgsql_convert()
4857 data_type = php_pgsql_get_data_type(Z_STR_P(type)); in php_pgsql_convert()
4958 …ust be of type int|null, %s given", get_active_function_name(), ZSTR_VAL(field), Z_STRVAL_P(type)); in php_pgsql_convert()
5064 … be of type string|null, %s given", get_active_function_name(), ZSTR_VAL(field), Z_STRVAL_P(type)); in php_pgsql_convert()
5176 … be of type string|null, %s given", get_active_function_name(), ZSTR_VAL(field), Z_STRVAL_P(type)); in php_pgsql_convert()
5206 … be of type string|null, %s given", get_active_function_name(), ZSTR_VAL(field), Z_STRVAL_P(type)); in php_pgsql_convert()
5236 … be of type string|null, %s given", get_active_function_name(), ZSTR_VAL(field), Z_STRVAL_P(type)); in php_pgsql_convert()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit.c449 if (ZEND_TYPE_IS_SET(arg_info->type)) { in skip_valid_arguments()
450 if (ZEND_TYPE_IS_ONLY_MASK(arg_info->type)) { in skip_valid_arguments()
453 uint32_t type_mask = ZEND_TYPE_PURE_MASK(arg_info->type); in skip_valid_arguments()
471 info = ssa->var_info[var].type; in zend_ssa_cv_info()
474 info |= ssa->var_info[j].type; in zend_ssa_cv_info()
583 if (parent->type == ZEND_INTERNAL_CLASS) { in zend_get_known_property_info()
2140 || op_array->type == ZEND_EVAL_CODE in zend_jit()
2798 if (callee_info->callee_func && callee_info->callee_func->type == ZEND_USER_FUNCTION) { in zend_jit_cleanup_func_info()
2910 if (func->type == ZEND_INTERNAL_FUNCTION) { in zend_jit_check_funcs()
3637 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_jit_deactivate()
[all …]
/php-src/
H A DNEWS209 declare statement, and now perform the usual type coercions instead of
235 type). (ilutov)
444 . Change highlight_string() and print_r() return type to string|true. (Ayesh)
464 . Changed the type of PHP_DEBUG and PHP_ZTS constants to bool. (haszi)
539 . Changed return type of hash_update() to true. (nielsdos)
562 . ResourceBundle::get() now has a tentative return type of:
767 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
H A DUPGRADING.INTERNALS18 This function will also assign the module number and type, there is no need
22 * ZPP now accepts a F or Z_PARAM_FUNC_NO_TRAMPOLINE_FREE type check.
23 This is identical to the 'f' or Z_PARAM_FUNC type check, except the FCC is
340 - Added a way to fix a class type onto php_libxml_ref_obj.
397 instead of an int. This corresponds to the XML_Index type when
/php-src/ext/gmp/tests/
H A Doverloading.phpt285 Number must be of type GMP|string|int, stdClass given
/php-src/main/
H A DSAPI.h252 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
/php-src/sapi/phpdbg/
H A Dphpdbg.c134 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
307 while (ex && ex->func && !ZEND_USER_CODE(ex->func->type)) { in PHP_FUNCTION()
540 if (func->type == ZEND_USER_FUNCTION) { in PHP_FUNCTION()
554 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
557 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dvar.c80 ZEND_ASSERT(ZEND_TYPE_IS_SET(prop_info->type)); in php_object_property_dump()
81 zend_string *type_str = zend_type_to_string(prop_info->type); in php_object_property_dump()
285 zend_string *type_str = zend_type_to_string(prop_info->type); in zval_object_property_dump()
934 ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
949 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
/php-src/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
15 var_dump($type);
/php-src/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
H A Dbug50698_4.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt23 // don't bail - column type might not be supported by the server, ignore this
71 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
/php-src/ext/gd/libgd/
H A Dgd_topal.c56 #define METHODDEF(type) static type argument
57 #define LOCAL(type) static type argument
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c32 #define READ_AND_RETURN_USING_MEMCPY(type, sqldata) do { \ argument
33 type ret; \
455 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_firebird_stmt_get_col() argument

Completed in 118 milliseconds

1...<<121122123124125126127128129130131