/PHP-7.1/Zend/tests/generators/ |
H A D | yield_from_iterator_agregate.phpt | 2 yield from with an IteratorAggregate 13 yield from new foo;
|
H A D | yield_from_iterator.phpt | 2 yield from with an (Array)Iterator 7 yield from new ArrayIterator([2, 3, 4]);
|
H A D | bug71297.phpt | 2 Bug #71297 (Memory leak with consecutive yield from) 13 yield from foo();
|
H A D | yield_from_greedy_parse.phpt | 2 yield from parses too greedily 16 yield from(bar());
|
/PHP-7.1/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_unix.phpt | 21 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); //false (EAGAIN, no warning) 39 $from = ""; 40 var_dump(socket_recvfrom($socket, $buf, 0, 0, $from)); // expect false 41 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from); 44 die('An error occurred while receiving from the socket');
|
/PHP-7.1/Zend/tests/ |
H A D | list_keyed_evaluation_order_nested.phpt | 33 // 4. Assign $b from $k[$a] 37 // 8. Assign $d from $k[$c][0] 39 // 10. Assign $e from $k[$c][1] 44 // 15. Assign $h from $k[$f][$g] 47 // 18. Assign $j from $k[$f][$i]
|
/PHP-7.1/tests/classes/ |
H A D | property_recreate_protected.phpt | 22 echo "Unset and recreate a protected property from property's declaring class scope:\n"; 27 echo "\nUnset and recreate a protected property from subclass:\n"; 39 Unset and recreate a protected property from property's declaring class scope: 45 Unset and recreate a protected property from subclass:
|
H A D | implicit_instantiation_001.phpt | 40 Warning: Creating default object from empty value in %s on line 18 46 Warning: Creating default object from empty value in %s on line 22 50 Warning: Creating default object from empty value in %s on line 26 58 Warning: Creating default object from empty value in %s on line 18 64 Warning: Creating default object from empty value in %s on line 22 68 Warning: Creating default object from empty value in %s on line 26 76 Warning: Creating default object from empty value in %s on line 18 82 Warning: Creating default object from empty value in %s on line 22 86 Warning: Creating default object from empty value in %s on line 26
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | bug_33689.phpt | 19 var_dump($db->query('SELECT * from test')); 20 foreach ($db->query('SELECT * from test') as $row) { 24 $stmt = $db->prepare('SELECT * from test'); 45 %unicode|string%(18) "SELECT * from test"
|
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 69 return 'Data from serialize'; 98 …printf("\nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize … 104 printf("\nUsing PDO::FETCH_CLASS to fetch the object from DB and unserialize it...\n"); 131 myclass::unserialize('Data from serialize') 137 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it... 138 myclass::unserialize('C:7:"myclass":19:{Data from serialize}') 144 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it... 145 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}') 151 %unicode|string%(38) "C:7:"myclass":19:{Data from serialize}"
|
/PHP-7.1/ext/standard/ |
H A D | cyr_convert.c | 204 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string() argument 213 switch (toupper((int)(unsigned char)from)) in php_convert_cyr_string() 231 php_error_docref(NULL, E_WARNING, "Unknown source charset: %c", from); in php_convert_cyr_string()
|
/PHP-7.1/ext/spl/examples/ |
H A D | autoload.inc | 13 * Tries to load class $classname from directory $dir. 31 * Loads classes automatically from include_path as given by ini or from
|
/PHP-7.1/ext/openssl/tests/ |
H A D | openssl_csr_sign_basic.phpt | 53 Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d 56 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d 65 Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d 68 Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d 71 Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d 76 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
|
/PHP-7.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 132 const mbfl_encoding *from; member 136 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new(enum mbfl_no_encoding from, enum m… 137 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new2(const mbfl_encoding *from, const … 214 mbfl_substr(mbfl_string *string, mbfl_string *result, int from, int length); 220 mbfl_strcut(mbfl_string *string, mbfl_string *result, int from, int length); 232 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
|
/PHP-7.1/ext/oci8/tests/ |
H A D | imp_res_2.phpt | 28 open c1 for select * from dual where 1 = 0; 35 open c1 for select * from dual; 37 open c1 for select * from dual where 1 = 0; 44 open c1 for select * from dual where 1 = 0; 46 open c1 for select * from dual;
|
H A D | bug44206.phpt | 17 $stmt = "select cursor (select $x from dual) a, 18 cursor (select $x from dual) b 19 from dual";
|
/PHP-7.1/ext/phar/tests/ |
H A D | bug77022.phpt | 20 $phar->addFromString("test-from-string", 'test-file-phar'); 23 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode'])); 25 unlink(__DIR__ . '/test-from-string');
|
/PHP-7.1/ext/readline/ |
H A D | README.libedit | 2 Libedit can be obtained from http://sourceforge.net/projects/libedit/ 3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | bug71434.phpt | 10 from serial import Serial 11 from sys import exit
|
/PHP-7.1/ext/gd/tests/ |
H A D | createfromwbmp-mb.phpt | 12 echo 'test create from wbmp: '; 17 test create from wbmp: ok
|
H A D | createfromwbmp.phpt | 12 echo 'test create from wbmp: '; 17 test create from wbmp: ok
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strtr_variation4.phpt | 5 /* Prototype : string strtr(string $str, string $from[, string $to]); 13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments 35 $from = ""; 47 var_dump( strtr($str, $from, $to) );
|
/PHP-7.1/ext/spl/tests/ |
H A D | arrayObject_setIteratorClass_error1.phpt | 46 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat… 51 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat… 55 string(113) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato… 56 string(105) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
|
/PHP-7.1/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_socket_variation4.phpt | 22 echo "\n\nRead a line from the client:\n"; 26 echo "\n\nClose the server side socket and read the remaining data from the client:\n"; 57 Read a line from the client: 76 Close the server side socket and read the remaining data from the client:
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | userwrapper.phpt | 10 function rename($from, $to) { 11 print "Renaming $from to $to\n"; 37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to'); 39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to'); 48 Renaming test://example.com/path/to/from to test://example.com/path/to/to
|