This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
SoftwareDesign
/
csu3_am335x
Segui
8
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8e9969d6dd
Rami (Branch)
Tag
master
csu3_am335x
/
EVSE
/
GPL
/
php-7.3.28
/
ext
/
pcre
/
tests
/
skip_003.inc
skip_003.inc
89 B
Cronologia
Originale
1
2
3
4
5
<?php
if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
die('skip');
}