Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 2182) sorted by last modified time

12345678910>>...88

/PHP-7.2/
H A DNEWS276 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
717 . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
726 TIMEZONE' data type). (Andy Gajetzki)
875 type). (cmb)
965 type). (cmb)
1229 . Fixed bug #75687 (var 8 (TMP) has array key type but not value type).
1301 . Fixed bug #75608 ("Narrowing occurred during type inference" error).
1305 . Fixed bug #75570 ("Narrowing occurred during type inference" error).
1401 . Added object type annotation. (brzuchal)
2437 . Added void return type. (Andrea)
[all …]
H A DUPGRADING23 . gettype() will now return "resource (closed)" instead of "unknown type" for
119 . It is now possible to remove argument type annotations when overriding an
122 (https://wiki.php.net/rfc/parameter-no-type-variance)
128 . The "object" type annotation is now supported.
/PHP-7.2/main/
H A Dphp_variables.c122 if (ex->func && ZEND_USER_CODE(ex->func->common.type)) { in php_register_variable_ex()
/PHP-7.2/ext/openssl/
H A Dopenssl.c2260 switch (name->type) { in openssl_x509v3_subjectAltName()
3084 char * type; in php_openssl_make_REQ() local
3123 type = v->name; in php_openssl_make_REQ()
3125 len = strlen(type); in php_openssl_make_REQ()
3136 memcpy(buffer, type, len); in php_openssl_make_REQ()
3138 type = buffer; in php_openssl_make_REQ()
3142 for (str = type; *str; str++) { in php_openssl_make_REQ()
3146 type = str; in php_openssl_make_REQ()
3152 nid = OBJ_txt2nid(type); in php_openssl_make_REQ()
3786 if (res->type == le_x509) { in php_openssl_evp_from_zval()
[all …]
/PHP-7.2/ext/standard/
H A Dimage.c1025 char *type; in php_get_xbm() local
1038 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
1039 type = iname; in php_get_xbm()
1041 type++; in php_get_xbm()
1044 if (!strcmp("width", type)) { in php_get_xbm()
1051 if (!strcmp("height", type)) { in php_get_xbm()
H A Dexec.c97 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value) in php_exec() argument
129 if (type != 3) { in php_exec()
148 if (type == 1) { in php_exec()
153 } else if (type == 2) { in php_exec()
167 if ((type == 2 && buf != b) || type != 2) { in php_exec()
174 if (type == 2) { in php_exec()
H A Dstring.c5534 zend_long type = 0; local
5539 Z_PARAM_LONG(type)
5543 switch(type) {
5558 php_error_docref(NULL, E_WARNING, "Invalid format value " ZEND_LONG_FMT, type);
5584 switch (type)
5600 if (!type) {
/PHP-7.2/main/streams/
H A Dstreams.c74 if (rsrc->type != le_pstream) { in forget_persistent_resource_id_numbers()
114 if (le->type == le_pstream) { in php_stream_from_persistent_id()
/PHP-7.2/ext/exif/
H A Dexif.c1892 int type; member
1974 …cref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format… in exif_error_docref() argument
1984 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
1988 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
2008 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add() argument
2015 ImageInfo->file.list[count].type = 0xFFFF; in exif_file_sections_add()
2024 ImageInfo->file.list[count].type = type; in exif_file_sections_add()
/PHP-7.2/ext/phar/
H A Dphar_object.c46 return mime->type; in phar_file_type()
224 file_handle.type = ZEND_HANDLE_FILENAME; in phar_file_action()
1511 switch (intern->type) { in phar_build()
1976 zend_long type; in PHP_METHOD() local
1979 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &type) == FAILURE) { in PHP_METHOD()
1983 switch (type) { in PHP_METHOD()
/PHP-7.2/ext/dom/
H A Ddocument.c991 if (nodep->type == XML_HTML_DOCUMENT_NODE || nodep->type == XML_DOCUMENT_NODE in PHP_FUNCTION()
992 || nodep->type == XML_DOCUMENT_TYPE_NODE) { in PHP_FUNCTION()
1691 if (cur->type == XML_XINCLUDE_START) { in php_dom_remove_xinclude_nodes()
1695 while(cur && cur->type != XML_XINCLUDE_END) { in php_dom_remove_xinclude_nodes()
1697 if (cur->type == XML_ELEMENT_NODE) { in php_dom_remove_xinclude_nodes()
1703 if (cur && cur->type == XML_XINCLUDE_END) { in php_dom_remove_xinclude_nodes()
1707 if (cur->type == XML_ELEMENT_NODE) { in php_dom_remove_xinclude_nodes()
1745 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_FUNCTION()
1821 switch (type) { in _dom_document_schema_validate()
1921 switch (type) { in _dom_document_relaxNG_validate()
[all …]
/PHP-7.2/ext/spl/
H A Dspl_directory.c81 switch(intern->type) { in spl_filesystem_object_destroy_object()
122 switch(intern->type) { in spl_filesystem_object_free_storage()
206 switch (intern->type) { in spl_filesystem_object_get_file_name()
258 intern->type = SPL_FS_DIR; in spl_filesystem_dir_open()
288 intern->type = SPL_FS_FILE; in spl_filesystem_file_open()
363 switch (source->type) { in spl_filesystem_object_clone()
486 switch (source->type) { in spl_filesystem_object_create_type()
498 switch (type) { in spl_filesystem_object_create_type()
584 switch (intern->type) { in spl_filesystem_object_get_pathname()
1866 if (type == IS_STRING) { in spl_filesystem_object_cast()
[all …]
/PHP-7.2/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() argument
45 sock[0] = socket(domain, type, protocol); in socketpair()
66 sock[1] = socket(domain, type, protocol); in socketpair()
H A Dsockets.h29 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dinstall.txt335 C:\php. To register the DLL just type regsvr32 php7activescript.dll.
338 (the extension is very important) and type:
715 type (Category: type, Content-Type: magnus-internal/shellcgi, File
736 type (Category: type, Content-Type: magnus-internal/x-httpd-php,
767 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
825 corresponding default Service line for type="magnus-internal/directory"
1324 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1332 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1336 in .htaccess files. Any directive type set with php_admin_value
1342 used in .htaccess files. Any directive type set with
[all …]
H A Dregistry.c90 DWORD name_len, type, value_len; in LoadDirectory() local
99 if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) { in LoadDirectory()
100 if ((type == REG_SZ) || (type == REG_EXPAND_SZ)) { in LoadDirectory()
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def
7 type ..\ext\libxml\php_libxml2.def
/PHP-7.2/win32/build/
H A Dconfutils.js236 function ConfigureArg(type, optname, helptext, defval) argument
238 var opptype = type == "enable" ? "disable" : "without";
242 this.imparg = "--" + type + "-" + optname;
244 this.arg = "--" + type + "-" + optname;
/PHP-7.2/tests/lang/
H A Dtype_hints_003.phpt2 ZE2 type
11 Fatal error: Default value for parameters with a class type can only be NULL in %stype_hints_003.ph…
H A DforeachLoopIteratorAggregate.002.phpt2 IteratorAggregate::getIterator bad return type
/PHP-7.2/tests/output/
H A Dob_014.phpt18 [type] => 2
H A Dob_015.phpt18 [type] => 2
H A Dob_get_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_clean()
H A Dob_start_error_001.phpt22 echo "\n- Arg 1 wrong type\n";
25 echo "\n- Arg 2 wrong type\n";
28 echo "\n- Arg 3 wrong type\n";
38 - Arg 1 wrong type
45 - Arg 2 wrong type
50 - Arg 3 wrong type
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()

Completed in 143 milliseconds

12345678910>>...88