Home
last modified time | relevance | path

Searched refs:from (Results 126 – 150 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/tests/lang/
H A DforeachLoop.016.phpt2 Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated ent…
152 Warning: Creating default object from empty value in %s on line %d
160 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
170 Warning: Creating default object from empty value in %s on line %d
178 Warning: Creating default object from empty value in %s on line %d
186 Warning: Creating default object from empty value in %s on line %d
188 Warning: Creating default object from empty value in %s on line %d
208 Warning: Creating default object from empty value in %s on line %d
H A Dengine_assignExecutionOrder_008.phpt69 Warning: Creating default object from empty value in %s on line %d
72 Warning: Creating default object from empty value in %s on line %d
74 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
80 Warning: Creating default object from empty value in %s on line %d
82 Warning: Creating default object from empty value in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt67 return 'Data from serialize';
96 …printf("\nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize …
102 printf("\nUsing PDO::FETCH_CLASS to fetch the object from DB and unserialize it...\n");
129 myclass::unserialize('Data from serialize')
135 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
136 myclass::unserialize('C:7:"myclass":19:{Data from serialize}')
142 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
143 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
149 string(38) "C:7:"myclass":19:{Data from serialize}"
H A Dbug_33689.phpt19 var_dump($db->query('SELECT * from test'));
20 foreach ($db->query('SELECT * from test') as $row) {
24 $stmt = $db->prepare('SELECT * from test');
45 string(18) "SELECT * from test"
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
58 // remove last element from array, rewind and check end()
59 echo "\n-- Remove last element from array --\n";
66 echo "\n-- Remove any element from array apart from first and last element --\n";
195 -- Remove first element from array --
198 -- Remove last element from array --
202 -- Remove any element from array apart from first and last element --
H A Dend_64bit.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
58 // remove last element from array, rewind and check end()
59 echo "\n-- Remove last element from array --\n";
66 echo "\n-- Remove any element from array apart from first and last element --\n";
194 -- Remove first element from array --
197 -- Remove last element from array --
201 -- Remove any element from array apart from first and last element --
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt36 open cur1 for select * from refcurtest order by c1;
63 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
73 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
110 // Fetch from PHP
116 echo "Fetch Row from PHP\n";
122 // Fetch from PL/SQL
127 echo "Fetch Row from PL/SQL\n";
132 $sql_stmt = "select value from v\$mystat a,v\$statname c where
133 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
217 Fetch Row from PHP
[all …]
H A Dbug44206.phpt17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
19 from dual";
H A Dimp_res_2.phpt28 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;
/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt13 yield from $generator;
17 yield from $generator;
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_undefined_declared_properties.phpt24 Notice: serialize(): "pub" returned as member variable from __sleep() but does not exist in %s on l…
26 Notice: serialize(): "prot" returned as member variable from __sleep() but does not exist in %s on …
28 Notice: serialize(): "priv" returned as member variable from __sleep() but does not exist in %s on …
/PHP-7.4/ext/standard/
H A Dcyr_convert.c202 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string() argument
211 switch (toupper((int)(unsigned char)from)) in php_convert_cyr_string()
229 php_error_docref(NULL, E_WARNING, "Unknown source charset: %c", from); in php_convert_cyr_string()
/PHP-7.4/tests/classes/
H A Dproperty_recreate_protected.phpt22 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 Dinterface_constant_inheritance_002.phpt2 Ensure a class may not shadow a constant inherited from an interface.
16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt21 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.4/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt33 // 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.4/ext/fileinfo/tests/
H A Dbug71434.phpt10 from serial import Serial
11 from sys import exit
/PHP-7.4/ext/gd/tests/
H A Dcreatefromwbmp-mb.phpt12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
H A Dcreatefromwbmp.phpt12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
/PHP-7.4/ext/ffi/tests/
H A D301.phpt11 $ffi->printf("Hello World from %s!\n", "PHP");
14 Hello World from PHP!
H A D302.phpt12 $ffi->printf("Hello World from %s!\n", "PHP");
15 Hello World from PHP!
H A D303.phpt12 $ffi->printf("Hello World from %s!\n", "PHP");
15 Hello World from PHP!
/PHP-7.4/ext/openssl/tests/
H A Dbug25614.phpt2 openssl: get public key from generated private key
14 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
H A Dopenssl_csr_sign_basic.phpt53 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.4/ext/phar/tests/
H A Dbug77022.phpt20 $phar->addFromString("test-from-string", 'test-file-phar');
23 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
25 unlink(__DIR__ . '/test-from-string');

Completed in 57 milliseconds

12345678910>>...61