Home
last modified time | relevance | path

Searched refs:details (Results 26 – 50 of 65) sorted by relevance

123

/php-src/ext/soap/
H A Dphp_schema.c61 if (enc->details.ns) { in create_encoder()
62 efree(enc->details.ns); in create_encoder()
64 if (enc->details.type_str) { in create_encoder()
65 efree(enc->details.type_str); in create_encoder()
67 if (enc->details.clark_notation) { in create_encoder()
76 enc->details.ns = estrdup((char*)ns); in create_encoder()
78 enc->details.sdl_type = cur_type; in create_encoder()
79 if (enc->details.ns != NULL){ in create_encoder()
80 …enc->details.clark_notation = zend_strpprintf(0, "{%s}%s", enc->details.ns, enc->details.type_str); in create_encoder()
345 …cur_type->encode->details.clark_notation = zend_strpprintf(0, "{%s}%s", cur_type->encode->details.… in schema_simpleType()
[all …]
H A Dsoap.stub.php461 …t(array|string|null $code, string $string, ?string $actor = null, mixed $details = null, ?string $… argument
485 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
H A Dphp_encoding.h190 encodeType details; member
H A Dphp_sdl.h221 HashTable *details; /* array of sdlParamPtr */ member
H A Dsoap_arginfo.h29 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, details, IS_MIXED, 0, "null")
55 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, details, IS_MIXED, 0, "null")
/php-src/
H A D.travis.yml45 … %{commit} : %{author}): %{message} - Change view : %{compare_url} - Build details : %{build_url}"
H A DREADME.md124 See [Git workflow](https://wiki.php.net/vcs/gitworkflow) for details on how pull
/php-src/Zend/
H A Dzend_atomic.h146 #warning No atomics support detected. Please open an issue with platform details.
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt48 …\"ISO-8859-1\"", // Note: have to encode + as 2B because of implementation details of http_server()
/php-src/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt11 /* see mysqli.c for details */
H A Dmysqli_last_insert_id.phpt15 values. Check the MySQL C API reference manual for details.
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst71 `re2c documentation`_ for details.
107 `Bison documentation`_ for details. Luckily, the syntax is quite approachable.
172 That's it! This is how PHP works, fundamentally. Of course, we skipped over a ton of details. The VM
/php-src/ext/gd/
H A Dconfig.m4241 AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])
255 AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt71 // use localeconv() to get the details of currently set locale
H A Dsetlocale_variation1.phpt70 // use localeconv() to get the details of currently set locale
H A Dsetlocale_basic1.phpt92 // use localeconv() to get the details of currently set locale
H A Dsetlocale_basic2.phpt94 // use localeconv() to get the details of currently set locale
/php-src/ext/ldap/
H A Dconfig.m4129 [AC_MSG_ERROR([LDAP build check failed. Please check config.log for details.])])])
/php-src/build/
H A Dpkg.m415 dnl General Public License for more details.
152 See the pkg-config man page for more details.])
H A Dax_func_which_gethostbyname_r.m446 # Public License for more details.
/php-src/docs-old/
H A Dunix-build-system.md54 Please have a look at `build/php.m4` for the gory details and meanings of the
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt19 // -download & instructions: http://www.microsoft.com/en-us/download/details.aspx?id=28160
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst149 :doc:`./reference-counting` for details.
/php-src/ext/standard/
H A Dbasic_functions.c1913 bool details = 1; local
1921 Z_PARAM_BOOL(details)
1943 if (details) {
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc18 * Lesser General Public License for more details.

Completed in 51 milliseconds

123