Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 7165) sorted by last modified time

12345678910>>...287

/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt55 string(1) "."
57 string(1) ","
61 string(1) "$"
63 string(1) "."
65 string(1) ","
67 string(0) ""
69 string(1) "-"
101 string(1) "."
103 string(1) ","
107 string(1) "$"
[all …]
H A Dsetlocale_variation4.phpt53 string(1) "."
55 string(1) ","
59 string(1) "$"
61 string(1) "."
63 string(1) ","
65 string(0) ""
67 string(1) "-"
99 string(1) "."
101 string(1) ","
105 string(1) "$"
[all …]
H A Dsetlocale_variation5.phpt57 string(1) "."
59 string(1) ","
63 string(1) "$"
65 string(1) "."
67 string(1) ","
69 string(0) ""
71 string(1) "-"
103 string(1) "."
105 string(1) ","
109 string(1) "$"
[all …]
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt11 public function __call(string $name, array $arguments) {
76 TypeError: SQLite3::createAggregate(): Argument #1 ($name) must be of type string, stdClass given
80 TypeError: SQLite3::createAggregate(): Argument #4 ($argCount) must be of type int, string given
H A Dsqlite3_trampoline_createcollation_no_leak.phpt11 public function __call(string $name, array $arguments) {
47 TypeError: SQLite3::createCollation(): Argument #1 ($name) must be of type string, stdClass given
H A Dsqlite3_trampoline_createfunction_no_leak.phpt11 public function __call(string $name, array $arguments) {
48 TypeError: SQLite3::createFunction(): Argument #1 ($name) must be of type string, stdClass given
H A Dsqlite3_trampoline_setauthorizer_no_leak.phpt9 public function __call(string $name, array $arguments) {
/php-src/ext/curl/tests/
H A Dcurl_ssh_hostkey_trampoline.phpt17 public function __call(string $name, array $arguments) {
H A Dcurl_write_trampoline.phpt9 public function __call(string $name, array $arguments) {
H A Dcurl_writeheader_tranpoline.phpt9 public function __call(string $name, array $arguments) {
H A Dcurl_xferinfo_trampoline.phpt11 public function __call(string $name, array $arguments) {
H A Dcurl_progress_trampoline.phpt11 public function __call(string $name, array $arguments) {
H A Dcurl_pushfunction_trampoline.phpt18 public function __call(string $name, array $arguments) {
H A Dcurl_read_callback.phpt50 string(27) "custom:contents of tempfile"
H A Dcurl_read_trampoline.phpt9 public function __call(string $name, array $arguments) {
49 string(0) ""
H A Dcurl_fnmatch_trampoline.phpt15 public function __call(string $name, array $arguments) {
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt13 public function __call(string $name, array $arguments) {
33 PdoSqlite::createCollation(): Argument #1 ($name) must be of type string, null given
34 PdoSqlite::createCollation(): Argument #2 ($callback) must be a valid callback, no array or string
H A Dpdo_sqlite_createafunction_arg_error.phpt13 public function __call(string $name, array $arguments) {
45 PdoSqlite::createFunction(): Argument #1 ($function_name) must be of type string, null given
46 PdoSqlite::createFunction(): Argument #2 ($callback) must be a valid callback, no array or string g…
H A Dpdo_sqlite_createaggregate_arg_error.phpt13 public function __call(string $name, array $arguments) {
57 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
58 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
59 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
60 PdoSqlite::createAggregate(): Argument #2 ($step) must be a valid callback, no array or string given
61 PdoSqlite::createAggregate(): Argument #3 ($finalize) must be a valid callback, no array or string
/php-src/ext/curl/
H A Dinterface.c610 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch() argument
620 ZVAL_STRING(&argv[2], string); in curl_fnmatch()
/php-src/
H A DNEWS43 . Fix DOMElement->prefix with empty string creates bogus prefix. (nielsdos)
88 - ValueError for an empty string
91 ResourceBundle|array|string|int|null
256 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
H A DUPGRADING51 - ValueError for an empty string
129 . Get methods called, or casting to a string on a SimpleXMLElement will no
131 For example, casting an element to a string within a foreach loop would
153 signature of callable|string|null for the $handler parameters.
154 Moreover, values of type string that correspond to method names,
159 Passing an empty string to disable the handler is still allowed,
280 empty string.
306 . Calling DatePeriod::__construct(string $isostr, int $options = 0) is
372 ResourceBundle|array|string|int|null
451 . long2ip() now returns string instead of string|false.
[all …]
/php-src/ext/dom/tests/
H A DchildNodes_current_crash.phpt23 string(4) "foo1"
H A Dentity_reference_stale_01.phpt37 string(0) ""
/php-src/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
27 function bcsqrt(string $num, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
34 function bcfloor(string $num): string {}
[all …]

Completed in 67 milliseconds

12345678910>>...287