Home
last modified time | relevance | path

Searched refs:p (Results 251 – 275 of 726) sorted by last modified time

1...<<11121314151617181920>>...30

/PHP-5.5/ext/soap/
H A Dphp_sdl.c3152 sdl_cache_bucket *p = (sdl_cache_bucket*)data; in delete_psdl() local
3153 sdlPtr tmp = p->sdl; in delete_psdl()
3213 sdl_cache_bucket *p; in get_sdl() local
3215 if (SUCCESS == zend_hash_find(SOAP_GLOBAL(mem_cache), uri, uri_len+1, (void*)&p)) { in get_sdl()
3216 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()
3220 return p->sdl; in get_sdl()
3368 sdl_cache_bucket p; in get_sdl() local
3400 p.time = t; in get_sdl()
3401 p.sdl = psdl; in get_sdl()
3404 uri_len+1, (void*)&p, sizeof(sdl_cache_bucket), NULL)) { in get_sdl()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dfeature55218.phpt13 <people xmlns:p="http://example.org/p" >
19 <p:div>jdslkfjsldk jskdfjsmlkjfkldjkjflskj kljfslkjf sldk</p:div>
58 ["p"]=>
59 string(20) "http://example.org/p"
64 ["p"]=>
70 ["p"]=>
78 ["p"]=>
82 ["p"]=>
86 ["p"]=>
94 ["p"]=>
[all …]
H A D034.phpt11 <p>Blah 1</p>
12 <p>Blah 2</p>
13 <p>Blah 3</p>
18 $p = $foo->bar->p;
19 echo count($p);
20 $p = (array)$foo->bar->p;
21 echo count($p);
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
16 $p = $foo->bar->p;
17 echo $p."\n";
18 echo $p->__toString()."\n";
19 echo $p."\n";
H A Dbug46003.phpt9 <p>Test</p>
19 var_dump(isset($x->p));
20 var_dump(isset($x->p->o));
/PHP-5.5/ext/snmp/
H A Dsnmp.c1966 php_snmp_prop_handler p; in php_snmp_add_property() local
1968 p.name = (char*) name; in php_snmp_add_property()
1969 p.name_length = name_length; in php_snmp_add_property()
1970 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1971 p.write_func = (write_func) ? write_func : NULL; in php_snmp_add_property()
1972 zend_hash_add(h, (char *)name, name_length + 1, &p, sizeof(php_snmp_prop_handler), NULL); in php_snmp_add_property()
/PHP-5.5/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>
/PHP-5.5/ext/reflection/tests/
H A Dparameters_001.phpt16 $p = new ReflectionParameter(array('Test', 'func'), 'x');
17 var_dump($p->isOptional());
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
20 var_dump($p->isOptional());
23 $p = new ReflectionParameter(array('Test', 'func'), 'z');
24 var_dump($p->isOptional());
H A Dparameters_002.phpt40 foreach($r->getParameters() as $p)
44 check_params_func($p, 'getName');
45 check_params_func($p, 'isPassedByReference');
48 check_params_decl_class($p, 'getClass');
54 check_params_decl_class($p, 'getDeclaringClass');
56 check_params_func($p, 'isArray');
57 check_params_func($p, 'allowsNull');
58 check_params_func($p, 'isOptional');
59 check_params_func($p, 'isDefaultValueAvailable');
60 if ($p->isOptional())
[all …]
H A DReflectionProperty_constructor_variation1.phpt7 private $p = 1;
11 $rp = new ReflectionProperty("D", "p");
22 $rp = new ReflectionProperty("D", "p");
32 $rp = new ReflectionProperty("D", "p");
49 Property D::$p does not exist
52 Property D::$p does not exist
55 Property D::$p does not exist
58 Property D::$p does not exist
H A DReflectionProperty_error.phpt7 public static $p;
11 var_dump(new ReflectionProperty('C::p'));
12 var_dump(new ReflectionProperty('C', 'p', 'x'));
13 $rp = new ReflectionProperty('C', 'p');
H A Dbug37816.phpt8 protected $p = 2;
13 $r = new ReflectionProperty($o, 'p');
27 Caught: Cannot access non-public member TestClass::p
H A Dbug46064.phpt40 $p = new reflectionproperty($this, 'foobar');
41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A Dbug46064_2.phpt13 $p = new ReflectionObject($x);
14 var_dump($p->getProperty('test'));
29 $p = new reflectionobject($this);
30 var_dump($h = $p->getProperty('a'));
32 var_dump($p->getProperties());
H A Dbug36434.phpt23 foreach ($r->GetProperties() as $p)
25 echo $p->getName(). " ". $p->getDeclaringClass()->getName()."\n";
H A DReflectionObject_export_basic3.phpt6 private $p = 1;
13 $Obj->p = 'value';
/PHP-5.5/ext/session/
H A Dsession.c265 if (p < q) { in bin_to_readable()
447 for (p = key; (c = *p); p++) { in php_session_valid_key()
646 char *p; in PHP_INI_MH() local
655 p++; in PHP_INI_MH()
767 smart_str *p; in ZEND_INI_MH() local
929 for (p = val; p < endptr; ) {
1021 p = val;
1025 q = p;
1030 p++;
1062 p = q;
[all …]
H A Dmod_files.c77 const char *p; in ps_files_path_create() local
87 p = key; in ps_files_path_create()
92 buf[n++] = *p++; in ps_files_path_create()
259 const char *p, *last; in PS_OPEN_FUNC() local
276 p = strchr(save_path, ';'); in PS_OPEN_FUNC()
277 while (p) { in PS_OPEN_FUNC()
279 last = ++p; in PS_OPEN_FUNC()
280 p = strchr(p, ';'); in PS_OPEN_FUNC()
/PHP-5.5/ext/pspell/tests/
H A D005.phpt14 $p = pspell_new_personal($wordlist, 'en');
16 var_dump(pspell_check($p, 'dfnvnsafksfksf'));
21 $p = pspell_new_config($cfg);
25 var_dump(pspell_check($p, 'ola'));
26 var_dump(pspell_add_to_personal($p, 'ola'));
27 var_dump(pspell_check($p, 'ola'));
30 var_dump(pspell_save_wordlist($p));
H A D002.phpt11 $p = pspell_new('en');
14 var_dump(pspell_check($p, 'somebogusword'));
16 var_dump(pspell_add_to_session($p, ''));
17 var_dump(pspell_add_to_session($p, 'somebogusword'));
18 var_dump(pspell_check($p, 'somebogusword'));
22 $res = @pspell_clear_session($p);
25 var_dump(pspell_check($p, 'somebogusword'));
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
H A Dposix_errno_variation2.phpt21 $result = shell_exec("ps -p " . $pid);
/PHP-5.5/ext/phar/
H A Dzip.c174 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
201 while ((p=(char *) memchr(p + 1, 'P', (size_t) (size - (p + 1 - buf)))) != NULL) { in phar_parse_zipfile()
202 if ((p - buf) + sizeof(locator) <= size && !memcmp(p + 1, "K\5\6", 3)) { in phar_parse_zipfile()
227 metadata = p + sizeof(locator); in phar_parse_zipfile()
539 p = buf; in phar_parse_zipfile()
772 struct _phar_zip_pass *p; in phar_zip_changed_apply() local
777 p = (struct _phar_zip_pass*) arg; in phar_zip_changed_apply()
932 if (p->old) { in phar_zip_changed_apply()
977 if (1 != php_stream_write(p->filefp, "/", 1)) { in phar_zip_changed_apply()
1046 p->free_fp = 0; in phar_zip_changed_apply()
[all …]
/PHP-5.5/ext/posix/
H A Dposix.c525 char *p; in PHP_FUNCTION() local
529 if (NULL == (p = getlogin())) { in PHP_FUNCTION()
534 RETURN_STRING(p, 1); in PHP_FUNCTION()
724 char *p; in PHP_FUNCTION() local
749 p = emalloc(buflen); in PHP_FUNCTION()
751 if (ttyname_r(fd, p, buflen)) { in PHP_FUNCTION()
753 efree(p); in PHP_FUNCTION()
756 RETURN_STRING(p, 0); in PHP_FUNCTION()
763 RETURN_STRING(p, 1); in PHP_FUNCTION()
811 char *p; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt20 $p = new Phar($fname);
21 $p['file1.txt'] = 'hi';
22 var_dump($p->getSignature());
26 $p = new Phar($fname2);
27 var_dump($p->getSignature());
32 $p = new Phar($fname3);
33 var_dump($p->getSignature());
38 $p = new Phar($fname4);
39 var_dump($p->getSignature());
46 $p = new Phar($fname5);
[all …]

Completed in 117 milliseconds

1...<<11121314151617181920>>...30