Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 726) sorted by path

12345678910>>...30

/PHP-5.5/
H A D.gdbinit41 if $p[$i] != 0
303 ____print_str $p->arKey $p->nKeyLength
310 set $p = $p->pListNext
333 ____print_str $p->arKey $p->nKeyLength
340 printf "%p\n", (void*)$p->pData
350 set $p = $p->pListNext
401 ____print_str $p->arKey $p->nKeyLength
408 set $p = $p->pListNext
609 while $p
650 set $p = $p->pNext
[all …]
H A D.travis.yml51 script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --sh…
H A DINSTALL467 <FilesMatch "\.ph(p[2-6]?|tml)$">
H A DNEWS1579 . Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
4594 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
6465 - Fixed bug #45622 (isset($arrayObject->p) misbehaves with
8508 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES101 function someMethod($p) {
102 if (get_class($p) != 'helpingclass') {
H A DREADME.TESTING242 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
/PHP-5.5/TSRM/
H A DTSRM.c173 while (p) { in tsrm_shutdown()
180 resource_types_table[j].dtor(p->storage[j], &p->storage); in tsrm_shutdown()
186 free(p); in tsrm_shutdown()
187 p = next_p; in tsrm_shutdown()
247 while (p) { in ts_allocate_id()
255 resource_types_table[j].ctor(p->storage[j], &p->storage); in ts_allocate_id()
260 p = p->next; in ts_allocate_id()
543 while (p) { in ts_free_id()
544 if (p->count > j && p->storage[j]) { in ts_free_id()
546 resource_types_table[j].dtor(p->storage[j], &p->storage); in ts_free_id()
[all …]
H A Dtsrm_config_common.h62 # define tsrm_free_alloca(p, use_heap) \ argument
63 do { if (use_heap) free(p); } while (0)
66 # define tsrm_do_alloca(p, use_heap) malloc(p) argument
67 # define tsrm_free_alloca(p, use_heap) free(p) argument
H A Dtsrm_virtual_cwd.c597 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
598 while (p != NULL) { in realpath_cache_clean()
599 realpath_cache_bucket *r = p; in realpath_cache_clean()
600 p = p->next; in realpath_cache_clean()
/PHP-5.5/Zend/
H A DZend.dsp453 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
478 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
494 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
510 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A DZendTS.dsp485 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
501 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
517 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
533 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
556 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
572 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
588 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
604 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A Dzend.h206 # define free_alloca(p, use_heap) \ argument
207 do { if (UNEXPECTED(use_heap)) efree(p); } while (0)
211 # define do_alloca(p, use_heap) emalloc(p) argument
212 # define free_alloca(p, use_heap) efree(p) argument
H A Dzend_API.c47 void **p; in zend_get_parameters() local
87 void **p; in _zend_get_parameters_array() local
123 void **p; in zend_get_parameters_ex() local
149 void **p; in _zend_get_parameters_array_ex() local
172 void **p; in zend_copy_parameters_array() local
946 p++; in zend_parse_method_parameters()
983 p++; in zend_parse_method_parameters_ex()
2402 p++; in zend_activate_modules()
2434 p++; in zend_deactivate_modules()
2447 p++; in zend_cleanup_internal_classes()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug26698.phpt62 $p = new Proxy();
64 $p->callOne();
65 $p->callTwo();
66 $p->callThree();
H A Dbug32799.phpt8 if (!isset($GLOBALS['p'])) {
11 $GLOBALS['p']->c++; // no warning
12 print $GLOBALS['p']->c."\n"; // segfault
13 var_dump($GLOBALS['p']);
17 $p=new test;
18 $p=null; //destroy the object by a new assignment (segfault)
H A Dbug34893.phpt6 private $p;
25 $a->p = $b;
28 echo $a->p->t;
29 $a->p->t = "bar";
30 echo $a->p->t;
H A Dbug35106.phpt9 foreach($a as $p);
H A Dbug44660.phpt9 echo $a->p;
12 $a->p = $s;
15 $a->p++;
18 $a->p =& $s;
21 $s =& $a->p;
24 $a->p[0] = $s;
H A Dbug48409.phpt21 public function process($p)
23 return $p;
H A Dbug54367.phpt20 echo $a['p']('foo');
23 string(1) "p"
H A Dbug55445.phpt6 <?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
8 <p>Welcome chris</p>
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt16 ��<�?�p�h�p
17p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
H A Dmultibyte_encoding_006.phpt15 ����<���?���p���h���p���
/PHP-5.5/Zend/tests/traits/
H A Dlanguage013.phpt28 $p = new C2();
29 $p->inc();
30 $p->inc();

Completed in 80 milliseconds

12345678910>>...30