Home
last modified time | relevance | path

Searched refs:h (Results 726 – 747 of 747) sorted by last modified time

1...<<21222324252627282930

/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
16 ["h"]=>
/PHP-5.5/ext/standard/tests/array/
H A Dbug24220.phpt32 string(1) "h"
/PHP-5.5/ext/spl/tests/
H A Dpqueue_current_error.phpt8 $h = new SplPriorityQueue();
9 var_dump($h->current());
H A Dheap_it_current_empty.phpt8 $h = new SplMinHeap();
10 foreach ($h as $val) { echo 'FAIL'; }
H A Dheap_011.phpt10 $h = new SplMinHeap2();
11 $h->insert(1);
12 $h->insert(6);
13 $h->insert(5);
14 $h->insert(2);
15 var_dump($h->top());
23 $h->insert(1);
24 $h->insert(6);
25 $h->insert(5);
26 $h->insert(2);
[all …]
H A Dbug46115.phpt5 $h = new RecursiveArrayIterator(array());
7 $z = $x->invoke($h);
/PHP-5.5/ext/soap/tests/
H A Dsetheaders.phpt22 $h = array(new SoapHeader("test://","HDR0"));
23 $client->__soapCall("test", array(), null, $h);
/PHP-5.5/ext/reflection/tests/
H A Dbug52057.phpt18 var_dump($h = $reflection->getMethod('__invoke')); // true
19 var_dump($h->class.'::'.$h->getName());
22 var_dump($h = $reflection->getMethod('__invoke')); // true
23 var_dump($h->class.'::'.$h->getName());
26 var_dump($h = $reflection->getMethod('__invoke')); // true
27 var_dump($h->class.'::'.$h->getName());
/PHP-5.5/ext/phar/tests/files/
H A Dmd5.phar2 0���������������������hi���UIG����*�ض������hi���(�J���N+h����GBMB
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dmd5.phar2 0���������������������hi���UIG����*�ض������hi���(�J���N+h����GBMB
H A Dwrite7.phar10 �g�$�h����UxB�����GBMB
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/PHP-5.5/ext/gd/libgd/
H A Dgdparttopng.c15 int x, y, w, h; in main() local
32 h = atoi (argv[6]); in main()
34 printf ("Extracting from (%d, %d), size is %dx%d\n", x, y, w, h); in main()
36 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgd2time.c17 int x, y, w, h; in main() local
32 h = atoi (argv[6]); in main()
34 printf ("Extracting %d times from (%d, %d), size is %dx%d\n", c, x, y, w, h); in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
/PHP-5.5/ext/date/tests/
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A Dbug55253.phpt18 echo $interval->format('Add %h hours %i minutes') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
H A DDateInterval_format.phpt31 echo $interval->format('h=%h') . "\n";
62 h=4
/PHP-5.5/build/
H A Dshtool306 eval `echo h.$opt_spec |\
310 eval `echo h:help,$opt_alias |\
/PHP-5.5/Zend/tests/
H A Ddereference_004.phpt11 $h = array();
12 $h[] = new stdclass;
13 $this->x = $h;
H A Ddereference_009.phpt14 var_dump($h =& a());
15 $h[] = 1;
18 $h[] = array($h);
H A Dbug52193.phpt9 var_dump($h = (array) function () { return 2; });
10 var_dump($h[0]());
12 $i = function () use (&$h) {
13 return $h;
47 ["h"]=>
59 ["h"]=>

Completed in 56 milliseconds

1...<<21222324252627282930