Home
last modified time | relevance | path

Searched refs:p2 (Results 51 – 75 of 75) sorted by path

123

/PHP-7.4/ext/reflection/tests/
H A D023.phpt7 protected $p2 = 2;
26 ["p2"]=>
H A D024.phpt7 protected $p2 = 2;
33 Property [ <default> protected $p2 ]
H A Dproperty_exists.phpt23 foreach($props as $p2) {
24 echo $oc, '::$' , $p2, "\n";
25 var_dump(property_exists($oc, $p2));
37 foreach($props as $p2) {
38 echo $oc, '::$' , $p2, "\n";
39 var_dump(property_exists($oc, $p2));
51 foreach($props as $p2) {
52 echo $oc, '::$' , $p2, "\n";
53 var_dump(property_exists($oc, $p2));
74 foreach($pr as $p2) {
[all …]
/PHP-7.4/ext/session/
H A Dsession.c632 char *p2; in PHP_INI_MH() local
634 if ((p2 = strchr(p, ';'))) { in PHP_INI_MH()
635 p = p2 + 1; in PHP_INI_MH()
/PHP-7.4/ext/soap/
H A Dsoap.c495 char *p2; in PHP_INI_MH() local
497 if ((p2 = strchr(p, ';'))) { in PHP_INI_MH()
498 p = p2 + 1; in PHP_INI_MH()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug37013.phpt42 $p2 = new ThingWithParent( 2, $p );
45 $p->children = array( $p2, $p3 );
47 return $p2;
H A Dbug50675.phpt50 …pe="ns2:Person" id="ref1"><name xsi:type="SOAP-ENC:string">name</name></p><p2 href="#ref1"/></ns1:…
/PHP-7.4/ext/spl/
H A Dspl_directory.c403 char *p1, *p2; in spl_filesystem_info_set_filename() local
419 p2 = strrchr(intern->file_name, '\\'); in spl_filesystem_info_set_filename()
421 p2 = 0; in spl_filesystem_info_set_filename()
423 if (p1 || p2) { in spl_filesystem_info_set_filename()
424 intern->_path_len = ((p1 > p2 ? p1 : p2) - intern->file_name); in spl_filesystem_info_set_filename()
2265 char *p1, *p2; in SPL_METHOD() local
2300 p2 = strrchr(tmp_path, '\\'); in SPL_METHOD()
2302 p2 = 0; in SPL_METHOD()
2304 if (p1 || p2) { in SPL_METHOD()
2305 intern->_path_len = ((p1 > p2 ? p1 : p2) - tmp_path); in SPL_METHOD()
/PHP-7.4/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt11 $a['p2'] = 'new element added to a after clone';
24 ["p2"]=>
H A DarrayObject_clone_basic2.phpt13 $c->p2 = 'new prop added to c after clone';
22 ["p2"]=>
32 ["p2"]=>
/PHP-7.4/ext/standard/
H A Dlevenshtein.c31 zend_long *p1, *p2, *tmp; in reference_levdist() local
46 p2 = safe_emalloc((l2 + 1), sizeof(zend_long), 0); in reference_levdist()
52 p2[0] = p1[0] + cost_del; in reference_levdist()
60 c2 = p2[i2] + cost_ins; in reference_levdist()
64 p2[i2 + 1] = c0; in reference_levdist()
67 p1 = p2; in reference_levdist()
68 p2 = tmp; in reference_levdist()
73 efree(p2); in reference_levdist()
H A Dquot_print.c56 register unsigned char *p2; in php_quot_print_decode() local
98 i = length; p1 = str; p2 = (unsigned char*)ZSTR_VAL(retval); in php_quot_print_decode()
114 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
133 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
138 *p2 = '\0'; in php_quot_print_decode()
H A Dstring.c1064 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode() local
1067 if (p2 == NULL) { in php_explode()
1072 size_t l = p2 - p1; in php_explode()
1079 ZVAL_STRINGL(&tmp, p1, p2 - p1); in php_explode()
1082 p1 = p2 + ZSTR_LEN(delim); in php_explode()
1083 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
1084 } while (p2 != NULL && --limit > 1); in php_explode()
1104 if (p2 == NULL) { in php_explode_negative_limit()
1120 positions[found++] = p1 = p2 + ZSTR_LEN(delim); in php_explode_negative_limit()
1121 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
[all …]
H A Dversioning.c127 char *p1, *p2, *n1, *n2; in php_version_compare() local
149 p2 = n2 = ver2; in php_version_compare()
150 while (*p1 && *p2 && n1 && n2) { in php_version_compare()
154 if ((n2 = strchr(p2, '.')) != NULL) { in php_version_compare()
157 if (isdigit(*p1) && isdigit(*p2)) { in php_version_compare()
160 l2 = strtol(p2, NULL, 10); in php_version_compare()
162 } else if (!isdigit(*p1) && !isdigit(*p2)) { in php_version_compare()
164 compare = compare_special_version_forms(p1, p2); in php_version_compare()
180 p2 = n2 + 1; in php_version_compare()
191 if (isdigit(*p2)) { in php_version_compare()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug28739.phpt13 $p2 = array(new p(0), new p(2), new p(3));
18 print_r(array_udiff($p1,$p2, 'b'));
H A Dbug34227.phpt86 function p2()
93 p2();
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt33 $p2 = realpath($p);
34 var_dump($p2);
36 var_dump(substr($p, 0, strlen($p) - 1) == $p2);
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt57 private $p2 = 50;
149 ["p2":"contains_object_class":private]=>
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c187 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
190 *p2 = *p; in date_from_ISO8601()
191 p2++; in date_from_ISO8601()
192 if (p2-buf >= sizeof(buf)) { in date_from_ISO8601()
198 *p2 = 0; in date_from_ISO8601()
/PHP-7.4/main/
H A Dmergesort.c137 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in php_mergesort()
138 p2 = *EVAL(p2); in php_mergesort()
141 if (p2 != last) in php_mergesort()
142 p2 = *EVAL(p2); in php_mergesort()
143 l2 = list1 + (p2 - list2); in php_mergesort()
284 p2 = list2; in setup()
297 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
305 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
315 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
317 p2 = *EVAL(p2) = list2 + n*size; in setup()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c189 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name() local
200 spprintf(&buf, 0, "%s%s%s", *value, current_wp->config->name, p2); in fpm_conf_expand_pool_name()
/PHP-7.4/tests/classes/
H A Dclone_001.phpt7 public $p2 = 2;
12 $obj->p2 = 'A';
27 ["p2"]=>
36 ["p2"]=>
H A Dclone_002.phpt7 public $p2 = 2;
14 $obj->p2 = 'A';
29 ["p2"]=>
38 ["p2"]=>
H A Dclone_003.phpt7 public $p2 = 'base:2';
43 [p2] => base:2
53 [p2] => base:2
/PHP-7.4/win32/
H A Dsendmail.c1016 char *p1 = address, *p2; in get_angle_addr() local
1033 p2 = ++p1; in get_angle_addr()
1034 while ((p2 = strpbrk(p2, ">\"\\")) != NULL) { in get_angle_addr()
1035 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1036 if (p2[1] == '\0') { in get_angle_addr()
1040 p2++; in get_angle_addr()
1041 } else if (*p2 == '"') { in get_angle_addr()
1043 } else if (*p2 == '>' && !in_quotes) { in get_angle_addr()
1046 p2++; in get_angle_addr()
1048 if (p2 == NULL) return NULL; in get_angle_addr()
[all …]

Completed in 85 milliseconds

123