Home
last modified time | relevance | path

Searched refs:as (Results 101 – 125 of 3880) sorted by relevance

12345678910>>...156

/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…
8 otherwise, the number is interpreted as decimal).
32 foreach($ips as $ip) {
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt23 foreach ( $variation as $var ) {
33 as it turns around
40 as it turns around
47 as it turns around
54 as it turns around
61 as it turns around
H A Dreadgzfile_variation12.phpt22 foreach ( $variation as $var ) {
32 as it turns around
39 as it turns around
46 as it turns around
53 as it turns around
H A Dgzfile_variation11.phpt23 foreach ( $variation as $var ) {
43 string(19) "as it turns around
63 string(19) "as it turns around
83 string(19) "as it turns around
103 string(19) "as it turns around
123 string(19) "as it turns around
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt2 Test setlocale() function : basic functionality - passing multiple locales as argument
21 /* Test the setlocale() when multiple locales are provided as argument */
26 Returns : set of locale as array
48 pass as argument to setlocale() */
49 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
69 // Now check for three locales that is present in the system and use that as argument to setlocale()
73 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
98 *** Testing setlocale() by passing multiple locales as argument ***
99 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…
H A Dsprintf_variation10.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
28 0123, // integer as octal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
43 foreach($integer_values as $int_value) {
46 foreach($float_formats as $format) {
H A Dsprintf_variation3.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max postive integer as hexadecimal
27 0x7FFFFFFF, // max postive integer as hexadecimal
28 0123, // integer as octal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
42 foreach($valid_ints as $int_value) {
45 foreach($int_formats as $format) {
H A Dmd5_file.phpt41 /* Scalar value as filename */
44 /* NULL as filename */
53 /* Hexadecimal Output for Empty file as input */
54 echo "\n*** Hexadecimal Output for Empty file as Argument ***\n";
57 /* Raw Binary Output for Empty file as input */
58 echo "\n*** Raw Binary Output for Empty file as Argument ***\n";
96 *** Hexadecimal Output for Empty file as Argument ***
99 *** Raw Binary Output for Empty file as Argument ***
H A Dsprintf_variation28.phpt27 0x123B, // integer as hexadecimal
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max postive integer as hexadecimal
33 0x7FFFFFFF, // max postive integer as hexadecimal
34 0123, // integer as octal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
49 foreach($integer_values as $integer_value) {
52 foreach($octal_formats as $format) {
H A Dsprintf_variation28_64bit.phpt23 0x123B, // integer as hexadecimal
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max postive integer as hexadecimal
29 0x7FFFFFFF, // max postive integer as hexadecimal
30 0123, // integer as octal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
45 foreach($integer_values as $integer_value) {
48 foreach($octal_formats as $format) {
H A Dsprintf_variation40.phpt27 0x123B, // integer as hexadecimal
31 -0x80000000, // max negative integer as hexadecimal
32 0x7fffffff, // max postive integer as hexadecimal
33 0x7FFFFFFF, // max postive integer as hexadecimal
34 0123, // integer as octal
36 -020000000000, // max negative integer as octal
37 017777777777 // max positive integer as octal
50 foreach($integer_values as $integer_value) {
53 foreach($unsigned_formats as $format) {
H A Dsprintf_variation40_64bit.phpt23 0x123B, // integer as hexadecimal
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max postive integer as hexadecimal
29 0x7FFFFFFF, // max postive integer as hexadecimal
30 0123, // integer as octal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
46 foreach($integer_values as $integer_value) {
49 foreach($unsigned_formats as $format) {
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument
21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
26 Returns : set of locale as array
48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
68 // Now check for three locales that is present in the system and use that as argument to setlocale()
72 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
98 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…
/PHP-5.5/ext/spl/tests/
H A Ddllist_003.phpt12 foreach ($dll as $k => $v) {
17 foreach ($dll as $k => $v) {
23 foreach ($dll as $k => $v) {
/PHP-5.5/Zend/tests/traits/
H A Dbug64235b.phpt28 TestTrait::method as methodAlias;
29 TestParentClass::method as TestParent;
35 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
/PHP-5.5/ext/standard/tests/assert/
H A Dassert02.phpt23 assert('aa=sd+as+safsafasfasafsaf');
28 assert('aa=sd+as+safsafasfasafsaf');
41 aa=sd+as+safsafasfasafsaf"
48 aa=sd+as+safsafasfasafsaf"
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt26 other {{2} invites {3} as one of the # people invited to her party.}}}
31 other {{2} invites {3} as one of the # other people invited to his party.}}}
36 other {{2} invites {3} as one of the # other people invited to their party.}}}}
54 foreach ($args as $arg) {
74 'Alice invites Bob as one of the 26 people invited to her party.'
75 'Alice invites Bob as one of the 26 people invited to her party.'
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt46 configured filter. The 'callback' filter can not be used here, as that
50 quotes or slashes added - it will be the pure data as send by the browser.
59 filter as specified in *$filter* with a constant, and additional options
64 The keys are used as the name of the argument. The value can be either
76 Filters the user supplied variable *$variable* in the same manner as
127 0nn as input too.
202 them as numerical HTML entities
204 them as numerical HTML entities
205 * ENCODE_AMP: encodes & as &
258 * ENCODE_AMP: encodes & as &
[all …]
/PHP-5.5/tests/lang/
H A DforeachLoop.002.phpt8 foreach ($a as $k=>$v) {
16 foreach ($a as $k=>$v) {
24 foreach ($a as $k=>&$v) {
32 foreach ($a as $v) {
46 foreach ($a as &$v) {
59 foreach ($a as $v) {
67 foreach ($a as &$v) {
/PHP-5.5/ext/reflection/tests/
H A Dtraits005.phpt9 class C3 { use T1 { m1 as a1; } }
10 class C4 { use T1 { m1 as a1; m2 as a2; } }
/PHP-5.5/ext/date/tests/
H A Dbug51819.phpt10 foreach (array_keys($aTzAbbr) as $sKey) {
11 foreach (array_keys($aTzAbbr[$sKey]) as $iIndex) {
20 foreach ($aTz as $sTz) {
/PHP-5.5/ext/dom/tests/
H A Ddom005.phpt9 print "--- save as XML\n";
12 print "--- save as HTML\n";
21 --- save as XML
28 --- save as HTML
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
11 * Pass different integers as $sorting_order argument to test how scandir()
25 // different ints to pass as $sorting_order argument
28 foreach($ints as $sorting_order) {
/PHP-5.5/Zend/tests/
H A Dclosure_038.phpt31 echo "Testing with scope given as object", "\n";
38 echo "Testing with scope as string", "\n";
51 Testing with scope given as object
54 Testing with scope as string
H A Dclosure_039.phpt31 echo "Testing with scope given as object", "\n";
38 echo "Testing with scope as string", "\n";
51 Testing with scope given as object
54 Testing with scope as string

Completed in 35 milliseconds

12345678910>>...156