Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1416) sorted by relevance

12345678910>>...57

/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt74 echo "case 1: client cert and key from string\n";
116 echo "case 4: client cert and key from file\n";
130 echo "case 5: issuer cert from file\n";
146 echo "case 6: issuer cert from string\n";
185 case 1: client cert and key from string
192 case 2: empty client cert and key from string
200 case 3: client cert and empty key from string
208 case 4: client cert and key from file
215 case 5: issuer cert from file
224 case 6: issuer cert from string
[all …]
/php-src/Zend/tests/
H A Disset_str_offset.phpt99 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
102 Deprecated: Implicit conversion from float -10.5 to int loses precision in %s on line %d
105 Deprecated: Implicit conversion from float -0.8 to int loses precision in %s on line %d
108 Deprecated: Implicit conversion from float -0.1 to int loses precision in %s on line %d
111 Deprecated: Implicit conversion from float 0.2 to int loses precision in %s on line %d
114 Deprecated: Implicit conversion from float 0.9 to int loses precision in %s on line %d
117 Deprecated: Implicit conversion from float 3.141592653589793 to int loses precision in %s on line %d
120 Deprecated: Implicit conversion from float 100.5001 to int loses precision in %s on line %d
H A Dfunc_get_args.phpt2 Testing func_get_args() throws error when called from the global scope
14 func_get_args() cannot be called from the global scope
/php-src/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt21 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); //false (EAGAIN, no warning)
38 $from = "";
39 var_dump(socket_recvfrom($socket, $buf, 0, 0, $from)); // expect false
40 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from);
43 die('An error occurred while receiving from the socket');
/php-src/ext/standard/tests/strings/
H A Dtrim_basic.phpt15 echo "\n-- Trim non-whitespace from a string --\n";
18 echo "\n-- Trim some non-white space characters from a string --\n";
31 -- Trim non-whitespace from a string --
34 -- Trim some non-white space characters from a string --
/php-src/Zend/tests/readonly_props/
H A Dinitialization_scope.phpt2 Initialization can only happen from private scope
67 Cannot initialize readonly property A::$prop from global scope
68 Cannot initialize readonly property A::$prop from scope B
72 Cannot initialize readonly property Y::$prop from scope X
/php-src/Zend/tests/attributes/
H A D004_name_resolution.phpt33 #[\Doctrine\ORM\Mapping\Entity("absolute from namespace")]
34 #[\Entity("import absolute from global")]
75 string(23) "absolute from namespace"
85 string(27) "import absolute from global"
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorPosix.c56 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
57 sljit_update_wx_flags((from), (to), (enable_exec))
123 static void sljit_update_wx_flags(void *from, void *to, int enable_exec) in sljit_update_wx_flags() argument
126 sljit_uw start = (sljit_uw)from; in sljit_update_wx_flags()
/php-src/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator
13 var_dump(yield from gen());
H A Dbug79600.phpt7 yield from [
14 yield from createArrayGenerator();
H A Dyield_from_iterator_agregate.phpt2 yield from with an IteratorAggregate
13 yield from new foo;
H A Dyield_from_iterator.phpt2 yield from with an (Array)Iterator
7 yield from new ArrayIterator([2, 3, 4]);
H A Dbug71297.phpt2 Bug #71297 (Memory leak with consecutive yield from)
13 yield from foo();
H A Dyield_from_greedy_parse.phpt2 yield from parses too greedily
16 yield from(bar());
/php-src/Zend/tests/enum/
H A Dbacked-from-unknown-hash.phpt2 BackedEnum::from() unknown hash
13 var_dump(Foo::from($s));
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt41 function testValid($from, $to, $encoding, $bothWays = true) {
42 identifyValidString($from, $encoding);
43 convertValidString($from, $to, $encoding, 'UTF-16BE', false);
48 if ($from[0] == "\x0F")
49 $from = substr($from, 1, strlen($from) - 1);
51 if (substr($from, 0, 3) == "\x1B(B")
52 $from = substr($from, 3, strlen($from) - 3);
57 function testInvalid($from, $to, $encoding) {
58 testInvalidString($from, $to, $encoding, 'UTF-16BE');
130 /* Switch from Kanji to ASCII */
[all …]
/php-src/Zend/tests/offsets/
H A DArrayObject_container_offset_behaviour.phpt51 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
57 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
60 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
64 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
67 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
71 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
75 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
79 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
84 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
88 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
[all …]
/php-src/ext/standard/tests/serialize/
H A Dsleep_undefined_declared_properties.phpt24 Warning: serialize(): "pub" returned as member variable from __sleep() but does not exist in %s on …
26 Warning: serialize(): "prot" returned as member variable from __sleep() but does not exist in %s on…
28 Warning: serialize(): "priv" returned as member variable from __sleep() but does not exist in %s on…
/php-src/ext/zend_test/tests/
H A Dinternal-call-internal-static-return.phpt2 Calling a builtin function with 'static' return type from internal code
16 var_dump(zend_call_method(IntIntStaticInt::class, "from", 42));
18 var_dump(zend_call_method(IntIntStaticString::class, "from", "all the fish"));
/php-src/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt32 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
35 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/php-src/ext/opcache/tests/
H A Dissue0115.phpt20 echo "Hello from Index 1.\n";
28 echo "Hello from Index 2.\n";
52 Hello from Index 1.
54 Hello from Index 2.
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt58 // $from is array[][] of bool
59 public static function fromArray(array $from): Matrix
62 $rowCount = count($from);
66 $columnCount = count($from[0]);
70 // we generate 2D double linked circular list of nodes from the input 2D bool array
86 if ($from[$i][$j]) {
/php-src/ext/pdo_firebird/tests/
H A Dbug_76488.phpt16 select 1 from rdb$database
18 select n+1 from r where n < 1000
22 from r
/php-src/ext/gd/tests/
H A Dcreatefromwbmp-mb.phpt10 echo 'test create from wbmp: ';
15 test create from wbmp: ok
H A Dcreatefromwbmp.phpt10 echo 'test create from wbmp: ';
15 test create from wbmp: ok

Completed in 30 milliseconds

12345678910>>...57