Home
last modified time | relevance | path

Searched refs:a (Results 751 – 775 of 6311) sorted by relevance

1...<<31323334353637383940>>...253

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-871 /a#/IxMD
75 3 a
131 14 a+
172 8 a
185 8 a
199 3 a
213 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/BM
218 6 a
233 /(?P<a>a)...(?P=a)bbb(?P>a)d/BM
571 /[a]/BM
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt_005.phpt4 --arg value --arg=value -avalue -a=value -a value
10 var_dump(getopt("a:", array("arg:")));
21 ["a"]=>
H A Dcall_user_method.phpt9 class a {
14 $a = new a();
15 $res = call_user_method('b', $a);
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS152 This is mainly a bug-fixing release, with a small number of developments:
166 given as a file.
179 strings, compiled as a separate library. There are a few changes to the
185 . When a compiled pattern was saved to a file and later reloaded on a host
283 process has been improved, and an option to make a partial match override a
308 This is once again mainly a bug-fix release, but there are a couple of new
441 3. The \R escape matches a single Unicode newline sequence as a single unit.
624 name a group.
678 builds a Makefile, a config.h file, and the pcre-config script.
689 Please note that there has been a change in the API such that a larger
[all …]
/PHP-5.5/ext/spl/tests/
H A Dpqueue_001.phpt14 $pq->insert("a", 1);
27 $pq1->insert("a", 1);
40 $pq2->insert("a", 1);
53 $pq3->insert("a", 1);
67 1=>a
78 [data] => a
90 1=>a
H A Dbug62978.phpt5 $a = new ArrayObject();
9 $a[null]['hurr'] = 'durr';
11 var_dump($a['epic_magic']);
16 var_dump($a['epic_magic']); // more magic!
20 var_dump($a['epic_magic']); // srsly.
21 var_dump(isset($a['epic_magic']));
24 var_dump($a[$fp]);
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk2.phpt5 $input_array = array('a', 'b', 'c', 'd', 'e');
25 string(1) "a"
52 string(1) "a"
79 string(1) "a"
100 string(1) "a"
121 string(1) "a"
136 string(1) "a"
H A Darray_keys_variation_001.phpt14 array("a" => 1, "b" => 2, "c" =>3, "d" => array()),
16 array(0.001=>3.000, 1.002=>2, 1.999=>3, "a"=>3, 3=>5, "5"=>3.000),
18 array("a" => "abcd", "a" => "", "ab" => -6, "cd" => -0.5 ),
77 string(1) "a"
105 string(1) "a"
129 string(1) "a"
H A Darray_intersect_uassoc_error.phpt6 …tes the intersection of arrays with additional index check, compares indexes by a callback function
13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
14 $array2 = array("a" => "green", "yellow", "red");
15 $array3 = array("a"=>"green", "brown");
19 function key_compare_func($a, $b) {
20 if ($a === $b) {
23 return ($a > $b) ? 1 : -1;
45 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi…
53 …: array_intersect_uassoc() expects parameter 3 to be a valid callback, second array member is not
H A Dextract_variation11.phpt5 $a = array('foo' => 'original.foo');
6 $ref = &$a;
8 extract($a, EXTR_OVERWRITE|EXTR_REFS);
10 var_dump($a['foo']);
H A Darray_column_error.phpt9 * the specified "column" in a two-dimensional array.
29 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
35 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
63 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
65 Warning: array_column(): The column key should be either a string or an integer in %s on line %d
68 -- Testing array_column() column key parameter should be a string or integer (testing array) --
70 Warning: array_column(): The column key should be either a string or an integer in %s on line %d
73 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
75 Warning: array_column(): The index key should be either a string or an integer in %s on line %d
78 -- Testing array_column() index key parameter should be a string or integer (testing array) --
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt6 * Description: Perform a Perl-style regular expression match
12 $string = 'Hello, world. [*], this is \ a string';
20 var_dump(preg_match('/\[\*\],\s(.*)/', $string, $match3)); //finds "[*], this is \ a string";
23 …(?:\s.*)@', $string, $match4, PREG_OFFSET_CAPTURE, 14)); //finds "this is \ a string" (with non-ca…
43 string(23) "[*], this is \ a string"
45 string(18) "this is \ a string"
52 string(18) "this is \ a string"
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation7.phpt6 * Description: Format a local time/date according to locale settings
21 'Day of the month as a decimal number' => "%d",
22 'Day of the year as a decimal number' => "%j",
23 'Day of the week as a decimal number' => "%w"
39 --Day of the month as a decimal number--
43 --Day of the year as a decimal number--
47 --Day of the week as a decimal number--
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug35336.phpt15 $a = new PDO("sqlite::memory:");// pool ("sqlite::memory:");
16 $a->query ("CREATE TABLE test (a integer primary key, b text)");
17 $b = $a->prepare("insert into test (b) values (?)");
19 $rez = $a->query ("SELECT * FROM test")->fetchAll(PDO::FETCH_CLASS, 'EEE');
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE61 effectively restrict the users of a free program by obtaining a
74 a shared library, the combination of the two is legally speaking a
98 programs enables a greater number of people to use a large body of
131 copyright law: that is to say, a work containing the Library or a
158 You may charge a fee for the physical act of transferring a copy,
167 a) The modified work must itself be a software library.
175 d) If a facility in the modified Library refers to a function or a
225 the Library into a program that is not a library.
242 linked with it, is called a "work that uses the Library". Such a
272 link a "work that uses the Library" with the Library to produce a
[all …]
/PHP-5.5/ext/session/
H A Dmod_user.c29 #define SESS_ZVAL_LONG(val, a) \ argument
31 MAKE_STD_ZVAL(a); \
32 ZVAL_LONG(a, val); \
35 #define SESS_ZVAL_STRING(vl, a) \ argument
38 SESS_ZVAL_STRINGN(__vl, strlen(__vl), a); \
41 #define SESS_ZVAL_STRINGN(vl, ln, a) \ argument
43 MAKE_STD_ZVAL(a); \
44 ZVAL_STRINGL(a, vl, ln, 1); \
69 #define PSF(a) PS(mod_user_names).name.ps_##a argument
/PHP-5.5/Zend/tests/
H A Ddereference_008.phpt18 $a = 'b';
19 var_dump($foo->$a()[0]);
21 $h = &$foo->$a();
23 var_dump($foo->$a());
H A Ddereference_010.phpt8 function a() {
12 $a = 1;
13 var_dump($a[1]);
14 var_dump(a()[1]);
/PHP-5.5/tests/lang/
H A Dbug30862.phpt6 static $a = array(false=>"false", true=>"true");
8 print_r(T::$a);
15 static $a = array(X=>"false", Y=>"true");
17 print_r(T2::$a);
H A DforeachLoopObjects.003.phpt7 public $a = "Original a";
68 unset($obj->a);
78 unset($obj->a);
89 string(10) "Original a"
93 ["a"]=>
94 string(9) "changed.a"
107 ["a"]=>
121 ["a"]=>
122 string(9) "changed.a"
147 ["a"]=>
[all …]
/PHP-5.5/ext/com_dotnet/
H A DREADME9 module doesn't make a distinction between them.
21 method on a null object and cause a fatal php error.
37 This implementation of COM takes a simpler approach than the PHP 4 version;
40 parameters to and from COM objects (no data will be lost). In addition, a
43 types. This could be used as a replacement for the bcmath extension, for
46 You can use the new object casting hook to for a php-native representation of
47 a variant object:
49 $a = new variant(4);
51 $c = variant_add($a, $b);
52 echo $c; // outputs 10 as a string, instead of Object
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_filter.c19 int r,g,b,a; in gdImageNegate() local
36 a = gdImageAlpha(src, pxl); in gdImageNegate()
52 int r,g,b,a; in gdImageGrayScale() local
68 a = gdImageAlpha(src, pxl); in gdImageGrayScale()
85 int r,g,b,a; in gdImageBrightness() local
106 a = gdImageAlpha(src, pxl); in gdImageBrightness()
130 int r,g,b,a; in gdImageContrast() local
152 a = gdImageAlpha(src, pxl); in gdImageContrast()
202 int r,g,b,a; in gdImageColor() local
213 a = a + alpha; in gdImageColor()
[all …]
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES1 1. strrpos() and strripos() now use the entire string as a needle. Be aware
18 $a = "foo";
19 unset($a[0][1][2]);
61 $a = new a();
62 class a {
68 $a = new a();
71 class a implements b {
87 $a = new FooBar();
88 var_dump(get_class($a), get_parent_class($a));
146 $a = new Foo();
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_getcontents.phpt13 $phar['a/b'] = 'file contents
16 echo $phar['a/b']->getContent() . "\n";
18 echo $phar['a']->getContent(), "\n";
37 Phar error: Cannot retrieve contents, "a" in phar "%sphar_oo_getcontents.phar.php" is a directory
38 Phar error: Cannot retrieve contents, "hi" in phar "%sphar_oo_getcontents.phar.php" is a directory
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_magic.phpt13 $p['a'] = '<?php include "b/c.php";' . "\n";
14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
21 include "phar://" . __FILE__ . "/a";

Completed in 50 milliseconds

1...<<31323334353637383940>>...253