Home
last modified time | relevance | path

Searched refs:p (Results 451 – 475 of 775) sorted by relevance

1...<<11121314151617181920>>...31

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-8447 /[\p{L}]/BM
451 3 [\p{L}]
456 /[\p{^L}]/BM
478 3 [\p{L}]
483 /[abc\p{L}\x{0660}]/8BM
492 /[\p{Nd}]/8BM
496 3 [\p{Nd}]
501 /[\p{Nd}+-]+/8BM
505 3 [+\-\p{Nd}]++
646 3 [^\p{Nd}]
[all …]
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c604 q = p; in ZEND_FUNCTION()
614 p++; in ZEND_FUNCTION()
620 q = p; in ZEND_FUNCTION()
630 p++; in ZEND_FUNCTION()
799 if (!p) { in ZEND_FUNCTION()
801 if (p) { in ZEND_FUNCTION()
813 p->orig_value = p->value; in ZEND_FUNCTION()
814 p->orig_modifiable = p->modifiable; in ZEND_FUNCTION()
817 } else if (p->orig_value != p->value) { in ZEND_FUNCTION()
2344 p++; in debug_backtrace_get_args()
[all …]
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c252 char *p; in fpm_conf_set_integer() local
255 for (p = val; *p; p++) { in fpm_conf_set_integer()
256 if (p == val && *p == '-') continue; in fpm_conf_set_integer()
257 if (*p < '0' || *p > '9') { in fpm_conf_set_integer()
270 char *p;
272 for (p = val; *p; p++) {
273 if ( p == val && *p == '-' ) continue;
274 if (*p < '0' || *p > '9') {
1075 char **p; in fpm_conf_process_all_pools() local
1078 for (p = options; *p; p++) { in fpm_conf_process_all_pools()
[all …]
H A Dfpm_php_trace.c33 #define valid_ptr(p) ((p) && 0 == ((p) & (sizeof(long) - 1))) argument
/PHP-7.1/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt6 var_dump(isset(C::$p));
/PHP-7.1/ext/posix/
H A Dposix.c589 char *p; in PHP_FUNCTION() local
593 if (NULL == (p = getlogin())) { in PHP_FUNCTION()
598 RETURN_STRING(p); in PHP_FUNCTION()
788 char *p; in PHP_FUNCTION() local
813 p = emalloc(buflen); in PHP_FUNCTION()
817 efree(p); in PHP_FUNCTION()
820 RETURN_STRING(p); in PHP_FUNCTION()
821 efree(p); in PHP_FUNCTION()
828 RETURN_STRING(p); in PHP_FUNCTION()
876 char *p; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63 …::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
H A Dstrip_tags_variation8.phpt18 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>";
/PHP-7.1/ext/dba/libcdb/
H A Dcdb_make.c90 head->hp[head->num].p = c->pos; in cdb_make_addend()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
213 uint32_pack(buf + 4, c->hash[u].p); in cdb_make_finish()
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c92 char buf[128], *p; in parse_array_type_info() local
94 p = strchr(buf, '['); in parse_array_type_info()
95 if (p) { in parse_array_type_info()
96 *p = 0; in parse_array_type_info()
315 char* p = NULL; in xml_element_to_SOAP_REQUEST_worker() local
330 p = strchr(el->name, ':'); in xml_element_to_SOAP_REQUEST_worker()
331 if (p) { in xml_element_to_SOAP_REQUEST_worker()
332 methodname = p + 1; in xml_element_to_SOAP_REQUEST_worker()
/PHP-7.1/win32/
H A Dregistry.c184 char *p, *orig_path; in UpdateIniFromRegistry() local
221 p = strchr(path, ':'); in UpdateIniFromRegistry()
222 if (p) { in UpdateIniFromRegistry()
223 *p = path[0]; /* replace the colon with the drive letter */ in UpdateIniFromRegistry()
224 path = p; /* make path point to the drive letter */ in UpdateIniFromRegistry()
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_csr_get_subject_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/PHP-7.1/ext/dom/tests/
H A Ddom005.phpt17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug35273.phpt23 …1:echoPerson><p xsi:type="ns2:Person"><name xsi:type="SOAP-ENC:string">Name</name><surname xsi:typ…
/PHP-7.1/ext/standard/tests/array/
H A Duasort_variation8.phpt18 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
53 ["p"]=>
63 ["p"]=>
H A Dbug51552.phpt5 function walk($element, $key, $p) {
/PHP-7.1/ext/standard/
H A Dhead.c135 const char *p; in php_setcookie() local
142 p = zend_memrchr(ZSTR_VAL(dt), '-', ZSTR_LEN(dt)); in php_setcookie()
143 if (!p || *(p + 5) != ' ') { in php_setcookie()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt45 if ($have_procedures && (false !== $db->exec('DROP PROCEDURE IF EXISTS p')) &&
46 …(false !== $db->exec("CREATE PROCEDURE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as…
48 $stmt = $db->prepare('CALL p()');
80 @$db->exec('DROP PROCEDURE IF EXISTS p');
/PHP-7.1/ext/opcache/
H A Dzend_shared_alloc.c138 if ((*shared_segments_p)[i]->p && (*shared_segments_p)[i]->p != (void *)-1) { in zend_shared_alloc_try()
324 …void *retval = (void *) (((char *) ZSMMG(shared_segments)[i]->p) + ZSMMG(shared_segments)[i]->pos); in zend_shared_alloc()
513 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect()
527 if ((char*)ptr >= (char*)ZSMMG(shared_segments)[i]->p && in zend_accel_in_shm()
528 (char*)ptr < (char*)ZSMMG(shared_segments)[i]->p + ZSMMG(shared_segments)[i]->size) { in zend_accel_in_shm()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c732 char *p; local
734 if (!p) {
750 char *p; local
752 if (!p) {
1481 char *p; local
1487 major = ZEND_STRTOL(p, &p, 10);
1489 minor = ZEND_STRTOL(p, &p, 10);
1491 patch = ZEND_STRTOL(p, &p, 10);
2510 p++;
2525 p++;
[all …]
/PHP-7.1/Zend/tests/
H A Dbug35106.phpt9 foreach($a as $p);
H A Dbug69805.phpt5 class p{public function c(){(0)::t;}}?>
/PHP-7.1/ext/spl/tests/
H A Dfileobject_setmaxlinelen_basic.phpt15 <?p
H A Dbug67805.phpt10 var_dump($line === '<?p');
/PHP-7.1/ext/opcache/tests/
H A Dbug75570.phpt7 foreach ($parents as $p) {

Completed in 123 milliseconds

1...<<11121314151617181920>>...31