ph               1528 ext/curl/interface.c 			HashTable          *ph;
ph               1531 ext/curl/interface.c 			ph = HASH_OF(*zvalue);
ph               1532 ext/curl/interface.c 			if (!ph) {
ph               1538 ext/curl/interface.c 			for (zend_hash_internal_pointer_reset(ph);
ph               1539 ext/curl/interface.c 				 zend_hash_get_current_data(ph, (void **) &current) == SUCCESS;
ph               1540 ext/curl/interface.c 				 zend_hash_move_forward(ph)
ph                119 ext/hash/hash_snefru.c 	ph(input);
ph               4174 ext/pdo_sqlite/sqlite/tool/lemon.c   int ph;
ph               4177 ext/pdo_sqlite/sqlite/tool/lemon.c   ph = strhash(data);
ph               4178 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x1a->size-1);
ph               4214 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x1a->size-1);
ph               4337 ext/pdo_sqlite/sqlite/tool/lemon.c   int ph;
ph               4340 ext/pdo_sqlite/sqlite/tool/lemon.c   ph = strhash(key);
ph               4341 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x2a->size-1);
ph               4378 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x2a->size-1);
ph               4543 ext/pdo_sqlite/sqlite/tool/lemon.c   int ph;
ph               4546 ext/pdo_sqlite/sqlite/tool/lemon.c   ph = statehash(key);
ph               4547 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x3a->size-1);
ph               4584 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x3a->size-1);
ph               4688 ext/pdo_sqlite/sqlite/tool/lemon.c   int ph;
ph               4691 ext/pdo_sqlite/sqlite/tool/lemon.c   ph = confighash(data);
ph               4692 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x4a->size-1);
ph               4728 ext/pdo_sqlite/sqlite/tool/lemon.c   h = ph & (x4a->size-1);
ph                225 sapi/apache_hooks/mod_php5.c 	php_handler *ph;
ph                226 sapi/apache_hooks/mod_php5.c 	while((ph = (php_handler *)sapi_stack_pop(stack)) != NULL) {
ph                227 sapi/apache_hooks/mod_php5.c 		free(ph->name);
ph                228 sapi/apache_hooks/mod_php5.c 		free(ph);