Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-5.3/
H A D.gdbinit28 if $p[$i] != 0
198 ____print_str $p->arKey $p->nKeyLength
205 set $p = $p->pListNext
228 ____print_str $p->arKey $p->nKeyLength
235 printf "%p\n", (void*)$p->pData
245 set $p = $p->pListNext
296 ____print_str $p->arKey $p->nKeyLength
303 set $p = $p->pListNext
504 while $p
545 set $p = $p->pNext
[all …]
H A DINSTALL467 <FilesMatch "\.ph(p[2-6]?|tml)$">
H A DNEWS1543 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
3415 - Fixed bug #45622 (isset($arrayObject->p) misbehaves with
5458 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
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
H A DUPGRADING291 with "p:".
/PHP-5.3/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.c609 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
610 while (p != NULL) { in realpath_cache_clean()
611 realpath_cache_bucket *r = p; in realpath_cache_clean()
612 p = p->next; in realpath_cache_clean()
/PHP-5.3/Zend/
H A DZend.dsp441 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
466 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
482 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
498 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A DZendTS.dsp473 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
489 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
505 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
521 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
544 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
560 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
576 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
592 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A Dzend.h193 # define free_alloca(p, use_heap) \ argument
194 do { if (UNEXPECTED(use_heap)) efree(p); } while (0)
198 # define do_alloca(p, use_heap) emalloc(p) argument
199 # define free_alloca(p, use_heap) efree(p) argument
H A Dzend_API.c41 void **p; in zend_get_parameters() local
81 void **p; in _zend_get_parameters_array() local
117 void **p; in zend_get_parameters_ex() local
143 void **p; in _zend_get_parameters_array_ex() local
166 void **p; in zend_copy_parameters_array() local
463 *p = NULL; in zend_parse_arg_impl()
467 *p = *arg; in zend_parse_arg_impl()
629 *p = arg; in zend_parse_arg_impl()
896 p++; in zend_parse_method_parameters()
933 p++; in zend_parse_method_parameters_ex()
[all …]
H A Dzend_API.h690 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p argument
H A Dzend_alloc.c885 p->next_free_block = p; in zend_mm_init()
886 p->prev_free_block = p; in zend_mm_init()
898 p = &(*p)->next_segment; in zend_mm_del_segment()
1243 p = q; in zend_mm_find_leaks()
1301 p = q; in zend_mm_check_leaks()
1569 p = q; in zend_mm_check_heap()
1769 p = p->child[0]; in zend_mm_search_large_block()
1774 p = p->child[1]; in zend_mm_search_large_block()
1780 for (p = rst; p; p = p->child[p->child[0] != NULL]) { in zend_mm_search_large_block()
1802 while ((p = p->child[p->child[0] != NULL])) { in zend_mm_search_large_block()
[all …]
H A Dzend_alloc.h112 p = realloc(p, len); in __zend_realloc()
113 if (p) { in __zend_realloc()
114 return p; in __zend_realloc()
167 (p) = (type *) emalloc(sizeof(type))
169 #define ZEND_FAST_FREE(p, fc_type) \ argument
170 efree(p)
173 (p) = (type *) emalloc_rel(sizeof(type))
175 #define ZEND_FAST_FREE_REL(p, fc_type) \ argument
176 efree_rel(p)
215 #define zend_mm_free(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
[all …]
/PHP-5.3/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"
/PHP-5.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt15 ��<�?�p�h�p
16p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
H A Dmultibyte_encoding_006.phpt13 ����<���?���p���h���p���

Completed in 95 milliseconds

12345678910>>...27