Home
last modified time | relevance | path

Searched refs:used (Results 26 – 50 of 579) sorted by relevance

12345678910>>...24

/php-src/ext/spl/tests/
H A Diterator_069.phpt2 SPL: RecursiveIteratorIterator cannot be used with foreach by reference
17 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
/php-src/ext/ldap/tests/
H A DREADME.md80 OpenLDAP 2.4.31 has been used with the configuration below.
90 It is used for testing ldap_start_tls(), which also requires
107 # hdb is used instead of bdb as it enables the usage of referrals & aliases
134 … to use. May be the ldap root or a subtree. (ldap_search_variation6 will fail if a subtree is used)
135 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
136 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding
137 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
/php-src/ext/curl/tests/
H A Dbug63795.phpt20 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
24 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/php-src/docs/source/core/data-structures/
H A Dzval.rst119 into 3 parts. ``v.type`` stores the actual variable type, ``v.type_flags`` is used for some
164 ``zval``\ s are sometimes used internally with types that don't exist in userland.
174 ``IS_CONSTANT_AST`` is used to represent constant values (the right hand side of ``const``,
182 pointer to some other ``zval``. This type is mainly used in two situations, namely for intermediate
189 ``IS_PTR`` is used for pointers to arbitrary data. Most commonly, this type is used internally for
193 ``IS_ALIAS_PTR`` is used for class aliases registered via ``class_alias``. Essentially, it just
197 or function, the ``zval.value.ce`` or ``zval.value.func`` fields may be used, respectively.
204 /* Fake types used only for type hinting.
213 /* used for casts */
217 These flags are never actually stored in ``zval.u1``. They are used for type hinting and in the
[all …]
H A Dindex.rst12 This section provides an overview of the core data structures used in php-src.
/php-src/Zend/tests/traits/
H A Dbug60717.phpt73 …$attributes as nullable is deprecated, the explicit nullable type must be used instead in %s on li…
75 …$attributes as nullable is deprecated, the explicit nullable type must be used instead in %s on li…
77 …$attributes as nullable is deprecated, the explicit nullable type must be used instead in %s on li…
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml28 …description: "The used PHP version. Make sure it is [supported](https://www.php.net/supported-vers…
35 description: "The used operating system, if relevant."
/php-src/ext/phar/tests/zip/
H A Dphar_setalias2.phpt47 alias "test" is already used for archive "%sphar_setalias2.phar.zip" and cannot be used for other a…
/php-src/ext/phar/tests/tar/
H A Dphar_setalias2.phpt49 alias "test" is already used for archive "%sphar_setalias2.phar.tar" and cannot be used for other a…
/php-src/ext/standard/tests/file/
H A Dunlink_basic.phpt9 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
21 // temp file name used here
H A Dsymlink_link_linkinfo_is_link_variation7.phpt14 // temp file used
18 // link name used
20 // temp dirname used
/php-src/ext/pdo/tests/
H A Dbug_69356.phpt22 …he output. It will provide the SQL query in use, the number of parameters used (Params), the list …
25 …s its result directly to the browser, the output-control functions can be used to capture the outp…
42 …he output. It will provide the SQL query in use, the number of parameters used (Params), the list …
45 …s its result directly to the browser, the output-control functions can be used to capture the outp…
/php-src/Zend/tests/constants/
H A Ddir-constant-eval.phpt2 __DIR__ constant used with eval()
/php-src/Zend/tests/type_declarations/union_types/
H A Dstandalone_null.phpt2 Null can be used as a standalone type
H A Dstandalone_nullable_false.phpt2 Nullable false can be used as a standalone type
/php-src/tests/classes/
H A Dstatic_properties_004.phpt16 echo "\nReferences cannot be used to split the properties:\n";
32 References cannot be used to split the properties:
/php-src/ext/phar/tests/
H A Dalias_acrobatics.phpt41 alias "foo" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%salia…
44 alias "another" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%s…
/php-src/ext/zend_test/tests/
H A Dobserver_retval_04.phpt22 $res = foo(); // Retval used
29 $res = bar('freed'); // Retval used
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c685 size_t used = 255; /* not 256; the driver NUL terminated the buffer */ in odbc_stmt_get_col() local
695 ZEND_ASSERT(fixed_used <= used + 1); in odbc_stmt_get_col()
696 used = fixed_used; in odbc_stmt_get_col()
704 str = zend_string_realloc(str, used + 256, 0); in odbc_stmt_get_col()
705 memcpy(ZSTR_VAL(str) + used, buf2, 256); in odbc_stmt_get_col()
706 used = used + 255; in odbc_stmt_get_col()
708 str = zend_string_realloc(str, used + C->fetched_len, 0); in odbc_stmt_get_col()
709 memcpy(ZSTR_VAL(str) + used, buf2, C->fetched_len); in odbc_stmt_get_col()
710 used = used + C->fetched_len; in odbc_stmt_get_col()
721 ZSTR_VAL(str)[used] = '\0'; in odbc_stmt_get_col()
/php-src/ext/standard/tests/math/
H A Dbug30069.phpt2 Bug #30069 (floats as strings used in calculations do not work)
H A Dnumber_format_with_3_args.phpt2 number_format should use default thousands seperator when 3 arguments are used
/php-src/Zend/tests/named_params/
H A Dreserved.phpt2 Reserved keywords can be used with named parameters
/php-src/Zend/tests/
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
/php-src/ext/reflection/tests/
H A Dbug70674.phpt2 Bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)
/php-src/Zend/tests/type_declarations/
H A Dstandalone_null.phpt2 Null can be used as a standalone type

Completed in 27 milliseconds

12345678910>>...24