Home
last modified time | relevance | path

Searched refs:string (Results 201 – 225 of 7170) sorted by last modified time

12345678910>>...287

/php-src/ext/gmp/tests/
H A Dconstruct.phpt31 string(1) "0"
35 string(1) "0"
39 string(3) "123"
43 string(3) "170"
47 string(1) "6"
50 GMP::__construct(): Argument #1 ($num) is not an integer string
51 GMP::__construct(): Argument #1 ($num) is not an integer string
H A Dgmp_init.phpt37 string(8) "98765678"
39 string(8) "98765678"
41 gmp_init(): Argument #1 ($num) is not an integer string
42 gmp_init(): Argument #1 ($num) is not an integer string
43 gmp_init(): Argument #1 ($num) is not an integer string
H A Dgmp_init_leading_spaces.phpt27 string(2) "22"
31 string(2) "22"
35 string(2) "14"
39 string(2) "14"
43 string(2) "14"
47 string(2) "14"
51 string(1) "3"
55 string(1) "3"
59 string(1) "0"
61 ValueError: gmp_init(): Argument #1 ($num) is not an integer string
/php-src/ext/pcntl/
H A Dpcntl.stub.php975 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {}
992 function pcntl_strerror(int $error_code): string {}
/php-src/build/
H A Dlibtool.m4116 # double_quote_subst'ed string.
449 # find a string as large as possible, as long as the shell can cope with it
523 # maybe with a smaller string...
/php-src/Zend/tests/
H A Dgh14003.phpt6 function foo(string $key): string {
H A Dclosure_067.phpt20 string(26) "{closure:Foo\Bar::baz():6}"
/php-src/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_openssl32.phpt26 string(2) "BR"
37 string(8) "%s"
41 string(2) "BR"
66 string(8) "RSA-SHA1"
134 string(3) "any"
173 string(7) "CA:TRUE"
182 string(2) "BR"
193 string(8) "%s"
197 string(2) "BR"
222 string(8) "RSA-SHA1"
[all …]
H A Dopenssl_x509_parse_basic.phpt26 string(2) "BR"
37 string(8) "%s"
41 string(2) "BR"
66 string(8) "RSA-SHA1"
134 string(3) "any"
164 string(7) "CA:TRUE"
173 string(2) "BR"
184 string(8) "%s"
188 string(2) "BR"
213 string(8) "RSA-SHA1"
[all …]
/php-src/ext/tidy/
H A Dtidy.c803 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint32_t len, char *enc) in php_tidy_parse_string() argument
817 tidyBufAttach(&buf, (byte *) string, len); in php_tidy_parse_string()
/php-src/ext/opcache/
H A Dconfig.m4115 #include <string.h>
185 #include <string.h>
257 #include <string.h>
/php-src/ext/reflection/tests/
H A DReflectionConstant_dump.phpt28 string(15) "ZEND_CONSTANT_A"
30 Constant [ <persistent> string ZEND_CONSTANT_A ] { global }
33 string(20) "ZEND_TEST_DEPRECATED"
38 string(8) "RT_CONST"
43 string(8) "CT_CONST"
H A DReflectionConstant_getName.phpt24 string(15) "ZEND_CONSTANT_A"
25 string(20) "ZEND_TEST_DEPRECATED"
26 string(8) "RT_CONST"
27 string(8) "CT_CONST"
H A DReflectionConstant_getValue.phpt24 string(6) "global"
H A DReflectionConstant_ns.phpt31 string(1) "C"
35 string(2) "\C"
39 string(5) "Foo\C"
45 string(0) ""
46 string(0) ""
47 string(3) "Foo"
48 string(3) "Foo"
49 string(1) "C"
50 string(1) "C"
51 string(1) "C"
[all …]
H A DReflectionExtension_getClasses_basic.phpt15 string(19) "ReflectionException"
20 string(10) "Reflection"
25 string(9) "Reflector"
35 string(18) "ReflectionFunction"
40 string(19) "ReflectionGenerator"
50 string(14) "ReflectionType"
70 string(16) "ReflectionMethod"
75 string(15) "ReflectionClass"
80 string(16) "ReflectionObject"
115 string(14) "ReflectionEnum"
[all …]
H A DReflectionConstant_double_construct.phpt19 string(2) "C1"
23 string(2) "C2"
H A Dclosures_bound_getDeclaringFunction.phpt39 string(16) "ReflectionMethod"
/php-src/sapi/cli/tests/
H A D006.phpt29 string(39) "Exception: Extension "" does not exist
71 Parameter #0 [ <required> string $pattern ]
72 Parameter #1 [ <required> string $subject ]
82 Parameter #0 [ <required> string $pattern ]
99 - Return [ array|string|null ]
110 - Return [ array|string|null ]
122 - Return [ array|string|null ]
133 - Return [ array|string|null ]
148 Parameter #0 [ <required> string $str ]
151 - Return [ string ]
[all …]
/php-src/ext/mbstring/
H A Dconfig.w323 ARG_ENABLE("mbstring", "multibyte string functions", "no");
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt21 'string' => function ($s): string { return $s; },
143 string(1) "1"
145 string(1) "1"
147 string(1) "1"
149 string(3) "1.5"
151 string(2) "1a"
153 string(1) "a"
155 string(0) ""
159 string(3) "NAN"
161 string(1) "1"
[all …]
H A Dscalar_strict.phpt12 'string' => function (string $s) { return $s; },
62 *** Trying string(1) "1"
71 *** Trying string(2) "1a"
74 *** Trying string(1) "a"
77 *** Trying string(0) ""
130 *** Trying string(0) ""
163 Testing 'string' type:
169 string(1) "1"
178 string(2) "1a"
181 string(1) "a"
[all …]
/php-src/ext/session/tests/
H A Dsession_start_read_and_close.phpt49 TypeError: session_start(): Option "read_and_close" must be of type string|int|bool, float given
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt2 Test file_put_contents() and file_get_contents() functions with 5GB string
7 die("skip PHP_INT_SIZE<5 will not fit test string in RAM");
/php-src/ext/standard/tests/array/
H A Darray_walk_closure.phpt93 string(3) "one"
99 string(3) "two"
105 string(5) "three"
206 string(%d) "{closure:%s:%d}"
212 string(3) "two"
218 string(%d) "%s"
222 string(10) "array_walk"
237 string(%d) "{closure:%s:%d}"
239 string(%d) "%s"
245 string(10) "<required>"
[all …]

Completed in 78 milliseconds

12345678910>>...287