Home
last modified time | relevance | path

Searched refs:from (Results 76 – 100 of 1543) sorted by relevance

12345678910>>...62

/PHP-7.0/ext/standard/tests/array/
H A Darray_shift_variation4.phpt11 * Test popping elements from a sub-array and popping an array from an array
25 echo "---- Pop array from array:\n";
31 echo "---- Pop element from array within array:\n";
77 ---- Pop array from array:
93 ---- Pop element from array within array:
H A Darray_splice_variation3.phpt29 echo "absolute offset - absolute length - cut from end\n";
77 absolute offset - absolute length - cut from beginning
118 absolute offset - absolute length - cut from middle
159 absolute offset - absolute length - cut from end
323 absolute offset - relative length - cut from beginning
364 absolute offset - relative length - cut from middle
487 relative offset - absolute length - cut from beginning
528 relative offset - absolute length - cut from middle
569 relative offset - absolute length - cut from end
733 relative offset - relative length - cut from beginning
[all …]
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_setAccessible.phpt96 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
97 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
98 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
99 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
100 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
101 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
102 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"
103 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"
H A DReflectionClass_getStaticPropertyValue_001.phpt22 echo "Retrieving static values from A:\n";
30 echo "\nRetrieving static values from B:\n";
37 echo "\nRetrieving non-existent values from A with no default value:\n";
54 Retrieving static values from A:
61 Retrieving static values from B:
67 Retrieving non-existent values from A with no default value:
/PHP-7.0/ext/exif/
H A Dconfig.m45 PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
6 [ --enable-exif Enable EXIF (metadata from images) support])
9 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h51 const mbfl_encoding *from; member
60 enum mbfl_no_encoding from; member
72 enum mbfl_no_encoding from,
85 …l_convert_filter_reset(mbfl_convert_filter *filter, enum mbfl_no_encoding from, enum mbfl_no_encod…
88 …ct mbfl_convert_vtbl * mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encod…
/PHP-7.0/ext/interbase/tests/
H A D005.phpt13 @ibase_query("delete from test5");
75 $res = ibase_query("select * from test5");
107 $res = ibase_query("select * from test5");
125 $res = ibase_query("select * from test5");
132 $res = ibase_query($tr_1, "select * from test5");
146 $res = ibase_query($tr_2, "select * from test5");
154 $res = ibase_query($tr_3, "select * from test5");
162 $res = ibase_query($tr_4, "select * from test5");
180 $res = ibase_query($tr_1, "select * from test5");
189 $res = ibase_query($tr_1, "select * from test5");
[all …]
/PHP-7.0/ext/iconv/tests/
H A Diconv_strlen_variation2.phpt111 Notice: iconv_strlen(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
116 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
121 Notice: iconv_strlen(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
126 Notice: iconv_strlen(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
131 Notice: iconv_strlen(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
136 Notice: iconv_strlen(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
141 Notice: iconv_strlen(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
146 Notice: iconv_strlen(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
151 Notice: iconv_strlen(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
162 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
[all …]
H A Diconv_strpos_variation4.phpt114 Notice: iconv_strpos(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
119 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
124 Notice: iconv_strpos(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
129 Notice: iconv_strpos(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
134 Notice: iconv_strpos(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
139 Notice: iconv_strpos(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
144 Notice: iconv_strpos(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
149 Notice: iconv_strpos(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
154 Notice: iconv_strpos(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
165 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
[all …]
H A Diconv_strrpos_variation3.phpt112 Notice: iconv_strrpos(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on li…
117 Notice: iconv_strrpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on li…
122 Notice: iconv_strrpos(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s o…
127 Notice: iconv_strrpos(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s o…
132 Notice: iconv_strrpos(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on…
137 Notice: iconv_strrpos(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s o…
142 Notice: iconv_strrpos(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed …
147 Notice: iconv_strrpos(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed…
152 Notice: iconv_strrpos(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on …
163 Notice: iconv_strrpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on li…
[all …]
/PHP-7.0/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
7 yield from [1, 2, 3, 4, 5];
11 yield from $g;
H A Dyield_from_already_running.phpt2 Yielding from the already running Generator should fail (bug #69458)
7 yield from yield;
14 Fatal error: Uncaught Error: Impossible to yield from the Generator being currently run in %s:%d
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_close_2.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_get_all.phpt25 open c1 for select 1 from dual union all select 2 from dual;
27 open c1 for select 3 from dual union all select 4 from dual;
29 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_close.phpt28 open c1 for select 1 from dual union all select 2 from dual order by 1;
30 open c1 for select 3 from dual union all select 4 from dual order by 1;
32 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dimp_res_get_close_1.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields
10 /* Testing fgetcsv() to read from an empty file */
12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
/PHP-7.0/ext/zip/tests/
H A Dpecl12414.phpt2 Bug #12414 ( extracting files from damaged archives)
27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-7.0/ext/pdo/tests/
H A Dbug_44861.phpt30 $from = 'FROM DUAL';
33 $from = '';
37 $query = "SELECT 'row1' AS r $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT…
57 $res = $db->prepare("SELECT ? $from", $aParams);
/PHP-7.0/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
/PHP-7.0/ext/sysvsem/tests/
H A Dsysv.phpt61 echo "Fail to retrieve Var 1 from Shared memory $shm_id, return value=$var1.\n";
69 echo "Fail to retrieve Var 2 from Shared memory $shm_id, return value=$var2.\n";
80 // remove shared memory segmant from SysV
82 echo "Shared memory successfully removed from SysV.\n";
84 echo "Fail to remove $shm_id shared memory from SysV.\n";
89 echo "semaphore removed successfully from SysV.\n";
91 echo "Fail to remove $sem_id semaphore from SysV.\n";
110 Shared memory successfully removed from SysV.
111 semaphore removed successfully from SysV.
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h292 #define SLJIT_CACHE_FLUSH(from, to) argument
300 #define SLJIT_CACHE_FLUSH(from, to) \ argument
301 sys_icache_invalidate((char*)(from), (char*)(to) - (char*)(from))
307 #define SLJIT_CACHE_FLUSH(from, to) \ argument
308 cacheflush((long)(from), (long)(to), 0)
313 #define SLJIT_CACHE_FLUSH(from, to) \ argument
314 ppc_cache_flush((from), (to))
319 #define SLJIT_CACHE_FLUSH(from, to) \ argument
320 sparc_cache_flush((from), (to))
325 #define SLJIT_CACHE_FLUSH(from, to) \ argument
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
20 echo "\n-- Trim non-whitespace from a string --\n";
23 echo "\n-- Trim some non-white space characters from a string --\n";
37 -- Trim non-whitespace from a string --
40 -- Trim some non-white space characters from a string --
/PHP-7.0/
H A DREADME.namespaces60 namespace qualification. All class and function names started from \
100 function from the global namespace.
107 A\B\foo() first tries to call function foo() from namespace A\B, then
110 7) qualified class names are interpreted as class from corresponding
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
139 \B\foo(); // first tries to call function "foo" from namespace "B"
140 // then calls method "foo" of class "B" from global scope
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
148 // then tries to call function "foo" from namespace "A"
[all …]

Completed in 43 milliseconds

12345678910>>...62