/PHP-7.0/ext/openssl/tests/ |
H A D | openssl_csr_export_to_file_basic.phpt | 14 $dh_details = array('p' => $phex, 'g' => '2'); 16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
|
/PHP-7.0/ext/hash/tests/ |
H A D | fnv1a64.phpt | 50 array( 'p\\^Fz:gCC', 'b9ffcd384d90ba98' ), 55 array( 'p)fE!vd`B;', '9c94c2a34d9f95c3' ), 91 array( '-{Cp%ZCK5ctO2v}\'p', '58ebf399369565ce' ), 95 array( 'p<&I&pxmd:57{r06\\D', '4660b5543de2afdc' ), 99 array( '~+1lrm8 Wr&uA[p[a!o', '22783c7a8fbe4826' ), 104 array( ':f 8pd!!hMWeL1A!^u|p', '4c9d34c81b647804' ), 143 array( '=*"H&iA\\f/!p:>b<v;S"?T].Q#?', '226c52cdff2324cb' ), 167 array( 'u w4)46r^~nWX,x:0%TIdmg<,^o<z`"p', 'a3296f83b9d4178e' ), 185 array( '6hxk&5$p}|lKu!I\\DQoK_ON!X#{<G:H]#AI*', '93be8d30fbf2a711' ), 197 array( ':]O;p&c,lv0\\ UdZVhW6U^umtbax066KsefelK', 'ea574dd4514d7c68' ), [all …]
|
/PHP-7.0/ext/phar/tests/ |
H A D | bug71331.phpt | 7 $p = new PharData(__DIR__."/bug71331.tar");
|
H A D | bug69720.phar | 2 …*�p*%X�FTn��c�…
|
H A D | refcount1.phpt | 26 $p = new Phar($fname); 28 $a = $p['b/c.php'];
|
H A D | phar_oo_iswriteable.phpt | 44 $p = new Phar('doesnotexisthere.phar'); 45 var_dump($p->isWritable());
|
/PHP-7.0/ext/phar/tests/tar/ |
H A D | truncated.phpt | 8 $p = new PharData(dirname(__FILE__) . '/files/trunc.tar');
|
/PHP-7.0/ext/sysvmsg/tests/ |
H A D | 001.phpt | 8 $key = ftok(dirname(__FILE__) . "/001.phpt", "p");
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_query.phpt | 57 mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'); 58 …if (mysqli_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) BEGIN SELECT VERSION() INTO… 59 $res = mysqli_query($link, 'CALL p(@version)'); 125 @mysqli_query($link, 'DROP PROCEDURE IF EXISTS p');
|
H A D | mysqli_real_connect_pconn.phpt | 18 $host = 'p:' . $host; 122 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ; 136 ini_set('mysqli.default_host', 'p:'); 139 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;
|
H A D | mysqli_debug_control_string.phpt | 66 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70); 67 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 455 pcre_uchar *p; in pcre_get_substring_list() local 470 p = (pcre_uchar *)(stringlist + stringcount + 1); in pcre_get_substring_list() 475 memcpy(p, subject + ovector[i], IN_UCHARS(len)); in pcre_get_substring_list() 476 *stringlist++ = p; in pcre_get_substring_list() 477 p += len; in pcre_get_substring_list() 478 *p++ = 0; in pcre_get_substring_list()
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 599 const char** p = attrs; in _xmlrpc_startElement() local 609 while(p && *p) { in _xmlrpc_startElement() 612 attr->key = strdup(*p); in _xmlrpc_startElement() 613 attr->val = strdup(*(p+1)); in _xmlrpc_startElement() 616 p += 2; in _xmlrpc_startElement()
|
/PHP-7.0/build/ |
H A D | shtool | 953 for p in ${1+"$@"}; do 955 if [ -d "$p" ]; then 967 echo "mkdir $p" 1>&2 969 mkdir $p || errstatus=$? 972 echo "chown $opt_o $p" 1>&2 974 chown $opt_o $p || errstatus=$? 978 echo "chgrp $opt_g $p" 1>&2 980 chgrp $opt_g $p || errstatus=$? 984 echo "chmod $opt_m $p" 1>&2 986 chmod $opt_m $p || errstatus=$? [all …]
|
/PHP-7.0/ext/intl/tests/ |
H A D | breakiter_clone_basic.phpt | 11 $bi = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;');
|
H A D | transliterator_get_error_code_basic.phpt | 8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
|
/PHP-7.0/ext/standard/ |
H A D | url_scanner_ex.re | 112 #define YYCURSOR p 118 register const char *p, *q; 152 q = (p = ZSTR_VAL(url->s)) + ZSTR_LEN(url->s); 158 "#" { bash = p - 1; goto done; } 253 …char *e, *p = (char *)zend_memnstr(ZSTR_VAL(ctx->val.s), "://", sizeof("://") - 1, ZSTR_VAL(ctx->v… 254 if (p) { 255 e = memchr(p, '/', (ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s)) - p); 259 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) {
|
H A D | html.c | 946 const char *p, in traverse_for_entities() local 954 for (p = old, q = ZSTR_VAL(ret); p < lim;) { in traverse_for_entities() 964 if (p[0] != '&' || (p + 3 >= lim)) { in traverse_for_entities() 965 *(q++) = *(p++); in traverse_for_entities() 972 if (p[1] == '#') { in traverse_for_entities() 973 next = &p[2]; in traverse_for_entities() 994 next = &p[1]; in traverse_for_entities() 1033 p = next + 1; in traverse_for_entities() 1037 for (; p < next; p++) { in traverse_for_entities() 1038 *(q++) = *p; in traverse_for_entities()
|
/PHP-7.0/Zend/ |
H A D | zend_vm_def.h | 3708 p++; 3834 p++; 5822 p++; 5938 p++; 5973 p++; 6076 p++; 6132 p++; 6153 p++; 6255 p++; 6281 p++; [all …]
|
/PHP-7.0/win32/ |
H A D | sendmail.c | 389 char *p; in SendText() local 638 p = ZSTR_VAL(data_cln); in SendText() 640 while (e - p > 1024) { in SendText() 641 e2 = p + 1024; in SendText() 644 if ((res = Post(p)) != SUCCESS) { in SendText() 649 p = e2; in SendText() 651 if ((res = Post(p)) != SUCCESS) { in SendText()
|
/PHP-7.0/ext/spl/ |
H A D | spl_array.c | 1742 const unsigned char *p, *s; in SPL_METHOD() local 1764 if (*p!= 'x' || *++p != ':') { in SPL_METHOD() 1767 ++p; in SPL_METHOD() 1774 --p; /* for ';' */ in SPL_METHOD() 1781 if (*p != ';') { in SPL_METHOD() 1784 ++p; in SPL_METHOD() 1793 if (*p!='a' && *p!='O' && *p!='C' && *p!='r') { in SPL_METHOD() 1813 if (*p != ';') { in SPL_METHOD() 1816 ++p; in SPL_METHOD() 1820 if (*p!= 'm' || *++p != ':') { in SPL_METHOD() [all …]
|
/PHP-7.0/ext/odbc/ |
H A D | php_odbc.c | 477 zend_resource *p; in _close_odbc_conn() local 483 if (p->ptr && (p->type == le_result)) { in _close_odbc_conn() 506 zend_resource *p; in _close_odbc_pconn() local 511 if (p->ptr && (p->type == le_result)) { in _close_odbc_pconn() 1138 zend_resource *p; in PHP_FUNCTION() local 1146 if (p->ptr && (p->type == le_result)) { in PHP_FUNCTION() 1153 if (p->ptr) { in PHP_FUNCTION() 2698 if (p && p->ptr && (p->type == le_conn || p->type == le_pconn)) { in odbc_do_connect() 2700 RETVAL_RES(p); in odbc_do_connect() 2739 zend_resource *p; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/sapi/cli/tests/ |
H A D | php_cli_server_014.phpt | 80 …<body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</code> was…
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | array_map_error.phpt | 25 function callback2($p, $q) { 26 return $p * $q;
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | wordwrap_variation5.phpt | 58 string(43) "T e s t i n g w o r d r a p f u n c t i o n" 59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
|