+63 test data

🇵🇭 Philippines phone number generator

Generate Philippines phone number examples for development, QA, input masks and documentation. Results are not live subscriber lines.

Generate an example

International display+639171234567
Do not call or text generated values. Philippine mobile numbers use a domestic 09 prefix. Examples are structural and may be assigned.

Philippines format reference

Calling code+63
National pattern09xx xxx xxxx
E.164 example+639171234567
Typical length10 national digits after +63

Convert a Philippines number to E.164

1. Clean the input

Remove spaces, parentheses and hyphens while preserving the digits and country context.

2. Apply the trunk rule

Remove the leading domestic 0 before adding +63.

3. Store one canonical value

Use +639171234567 for machine storage and format it for display at the edge of your application.

Philippines phone test cases

CaseFixtureExpected test behavior
National display09xx xxx xxxxAccept punctuation, then normalize.
Valid E.164 structure+639171234567Accept for format testing; do not infer reachability.
Invalid length+63917123456Reject before storing or sending to an API.

Manually reviewed country notes

What makes Philippines phone input different

Philippine mobile display uses domestic 09xx plus seven subscriber digits. International normalization removes the trunk zero, adds +63 and retains ten national digits after the calling code.

The NTC numbering plan supports the shape but does not reserve this 0917 example for testing. It may be assigned and must not receive calls, SMS or verification requests.

Check 1

Convert domestic 0917 to international +63 917.

Check 2

Keep ten national digits after +63.

Check 3

Separate prefix classification from subscriber ownership.

Reviewed Philippines normalization cases

These cases document the fixture contract used by GetPhoneNum. They test parsing and normalization only; they never prove that a subscriber exists.

InputExpected resultReason
0917 123 4567+639171234567Remove the domestic trunk zero
+63 917 123 4567+639171234567Normalize punctuation
0063 917 123 4567+639171234567Convert an access prefix
+63 0917 123 4567Reject or repairThe trunk zero follows +63
0917 123 456RejectOne digit short

Reviewed by GetPhoneNum Editorial Team · Last reviewed August 11, 2026

Frontend checks

Test empty input, pasted punctuation, a missing country code, one digit too few and one digit too many. Avoid using a single global regex for every country.

Test a JavaScript regex

Production validation

Numbering plans change. Use a maintained numbering library and treat carrier, line type and reachability as separate checks.

Browse calling-code references

Related generators and tools

Continue testing international phone formats

Philippines phone number FAQ

Are these Philippines phone numbers real?

They are generated test fixtures, not verified subscriber lines. Even a structurally valid value may coincide with an assigned number unless it comes from an officially reserved fictional range.

What does the +63 calling code mean?

+63 is the international country calling code for Philippines. In E.164 format it appears after the leading plus sign and before the national number.

Can generated numbers receive calls, SMS or verification codes?

No capability is provided or verified. Do not call, text or use generated values for account verification.

Official numbering reference

Numbering rules can change. Check the NTC national numbering plan before enforcing production rules.

Need repeatable Philippines fixtures?

Create up to 100 local fixtures in the browser, download the open dataset, or use the API design reference to define a deterministic contract for automated test suites.