Home
last modified time | relevance | path

Searched refs:x (Results 276 – 300 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/Zend/tests/
H A Dbug48428.phpt6 function x() { throw new Exception("ERROR"); }
7 x(x());
H A Dns_016.phpt7 function strlen($x) {
11 $x = "test\\ns1\\strlen";
12 echo $x("Hello"),"\n";
H A Dclosure_019.phpt6 $lambda = function &(&$x) {
7 return $x = $x * $x;
H A Dbug68370.phpt12 $x = $c->test();
13 print_r($x);
14 unset($c, $x);
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
13 return foo::x(function &($a=1,$b) { });
22 %string|unicode%(1) "x"
H A Dbug31177-2.phpt10 $x = new foo();
12 $y=$x->foo(1);
14 var_dump($x);
H A Dbug37144.phpt6 $x = new stdClass();
7 $x->bar = array(1);
8 return $x;
H A Dindirect_method_call_003.phpt7 public $x = 1;
10 return $this->x;
13 $this->x = $val;
H A Dunset_cv09.phpt5 $x = "ok\n";
7 echo $x;
13 Notice: Undefined variable: x in %sunset_cv09.php on line %d
H A Dbug69732.phpt14 $x = "XXX";
15 return array('foo' => 'bar', $x);
20 $x = $wpq->interesting;
21 printf("%s\n", $x);
H A Dbug60825.phpt8 public static $x;
10 self::$x = $this;
16 debug_zval_dump(test::$x);
H A Dbug63882.phpt5 class Test { public $x = 5; }
9 $testobj1->x = $testobj1;
10 $testobj2->x = $testobj2;
/PHP-5.6/ext/intl/spoofchecker/
H A Dspoofchecker.c38 …SPOOFCHECKER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long(Spoofchecker_ce_ptr, ZEND_STRS… in spoofchecker_register_constants() argument
/PHP-5.6/ext/intl/tests/
H A Dlocale_get_script.phpt47 'de-CH-x-phonebk',
48 'az-Arab-x-AZE-derbend',
53 'x-whatever',
54 'qaa-Qaaa-QM-x-southern',
60 'zh-CN-a-myExt-x-private',
108 de-CH-x-phonebk: script=''
109 az-Arab-x-AZE-derbend: script='Arab'
112 x-whatever: script=''
113 qaa-Qaaa-QM-x-southern: script='Qaaa'
117 zh-CN-a-myExt-x-private: script=''
H A Dspoofchecker_001.phpt10 $x = new Spoofchecker();
12 var_dump($x->isSuspicious($url));
15 var_dump($x->isSuspicious("NAPKIN PEZ"));
16 var_dump($x->isSuspicious("napkin pez"));
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput237 /\x{ffff}/
8 A\x{ffff}B
10 /\x{10000}/
/PHP-5.6/ext/soap/tests/
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
29 $x = new LocalSoapClient(NULL,array('location'=>'test://',
31 var_dump($x->Add(3,4));
/PHP-5.6/ext/pcre/tests/
H A Dmatch_flags2.phpt6 var_dump(preg_match('/x(.)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
9 var_dump(preg_match('/(.)x/', 'fjszxax', $match, PREG_OFFSET_CAPTURE, 4));
12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
77 string(1) "x"
/PHP-5.6/ext/standard/tests/file/
H A D007_variation16.phpt2 Test fopen and fclose() functions - usage variations - "x+t" mode
17 /* Test fopen() and fclose(): Opening the file in "x+t" mode,
20 checking for the warning msg when trying to open an existing file in "x+t" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+t' mode ***\n";
28 $file_handle = fopen($file, "x+t"); //opening the non-existing file in "x+t" mode, file will be cr…
39 $file_handle = fopen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+t' mode ***
H A D007_variation24.phpt2 Test fopen and fclose() functions - usage variations - "x+b" mode
17 /* Test fopen() and fclose(): Opening the file in "x+b" mode,
20 checking for the warning msg when trying to open an existing file in "x+b" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+b' mode ***\n";
28 $file_handle = fopen($file, "x+b"); //opening the non-existing file in "x+b" mode, file will be cr…
39 $file_handle = fopen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+b' mode ***
H A Dfscanf_variation35.phpt34 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x
/PHP-5.6/ext/opcache/tests/
H A Dbug69159.phpt12 myFunction(${"x$i"});
14 function myFunction($x) {
15 var_dump($x);
/PHP-5.6/ext/hash/
H A Dhash_haval.c139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
147 php_hash_uint32 x[32]; in PHP_3HAVALTransform() local
150 Decode(x, block, 128); in PHP_3HAVALTransform()
157 …R(F1(E[M1[i]],E[M0[i]],E[M3[i]],E[M5[i]],E[M6[i]],E[M2[i]],E[M4[i]]),7) + ROTR(E[M7[i]],11) + x[i]; in PHP_3HAVALTransform()
172 memset((unsigned char*) x, 0, sizeof(x)); in PHP_3HAVALTransform()
181 php_hash_uint32 x[32]; in PHP_4HAVALTransform() local
184 Decode(x, block, 128); in PHP_4HAVALTransform()
209 memset((unsigned char*) x, 0, sizeof(x)); in PHP_4HAVALTransform()
218 php_hash_uint32 x[32]; in PHP_5HAVALTransform() local
221 Decode(x, block, 128); in PHP_5HAVALTransform()
[all …]
/PHP-5.6/ext/exif/tests/
H A Dbug60150.phpt17 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/PHP-5.6/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt11 "&#x&amp;",
12 "&#x&#x24;",
49 &#x&
50 &#x$

Completed in 27 milliseconds

1...<<11121314151617181920>>...49