Home
last modified time | relevance | path

Searched refs:p (Results 226 – 250 of 671) sorted by relevance

12345678910>>...27

/PHP-5.4/ext/dom/tests/
H A Dbug47430.phpt8 version="1.0"?><html><p><i>Hello</i></p><p><i>World!</i></p></html>';
/PHP-5.4/ext/phar/tests/
H A Dbug53872.phpt12 $p=new Phar('bug53872-phar.phar');
13 $p->buildFromDirectory(__DIR__ . "/bug53872/");
14 $p->setStub('<?php __HALT_COMPILER();?\>');
15 $p->compressFiles(Phar::GZ);
H A Dphar_offset_get_error.phpt17 $p = new Phar($fname);
18 $p[$iname] = "foobar\n";
22 $p[$ename] = "foobar\n";
33 $p['.phar/oops'] = 'hi';
38 $a = $p['.phar/stub.php'];
/PHP-5.4/ext/zip/lib/
H A Dzip_name_locate.c55 const char *fn, *p; in _zip_name_locate() local
85 p = strrchr(fn, '/'); in _zip_name_locate()
86 if (p) in _zip_name_locate()
87 fn = p+1; in _zip_name_locate()
/PHP-5.4/Zend/
H A Dzend_execute_API.c475 #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) argument
476 #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) argument
477 #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT argument
484 *value = **p; in zval_deep_copy()
489 *p = value; in zval_deep_copy()
494 zval *p = *pp; in zval_update_constant_ex() local
506 p = *pp; in zval_update_constant_ex()
513 …if (!zend_get_constant_ex(p->value.str.val, p->value.str.len, &const_value, scope, Z_REAL_TYPE_P(p in zval_update_constant_ex()
518 Z_STRLEN_P(p) -= ((colon - Z_STRVAL_P(p)) + 1); in zval_update_constant_ex()
540 memmove(Z_STRVAL_P(p), Z_STRVAL_P(p)+1, Z_STRLEN_P(p)); in zval_update_constant_ex()
[all …]
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite10.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getStub());
6 $p->setStub($a);
H A Dwrite8.phar.inc8 $p = new Phar(__FILE__);
9 var_dump($p->getAlias());
11 $p->setAlias("hi");
H A Dwrite11.phar.inc8 $p = new Phar(__FILE__);
9 var_dump($p->getStub());
11 $p->setDefaultStub();
H A Dwrite9.phar.inc8 $p = new Phar(__FILE__);
9 var_dump($p->getStub());
11 $p->setStub("<?php __HALT"."_COMPILER();");
H A Dwrite24.phar.inc8 $p = new Phar(__FILE__);
9 var_dump(isset($p["newname"]));
13 var_dump(isset($p["newname"]));
H A Dwrite10.phar.inc8 $p = new Phar(__FILE__);
9 var_dump($p->getStub());
12 $p->setStub($a);
/PHP-5.4/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c410 char *p = buf; in main() local
424 if (*p == '\0' || *p == '#' || *p == 0x0a) { in main()
427 } else if (*p != ' ' && *p != '\t') { in main()
430 ++p; in main()
436 q = p; in main()
439 if (*p == '\0' || *p == '#' || *p == 0x0a) { in main()
442 } else if (*p == ' ' || *p == '\t') { in main()
445 ++p; in main()
448 *p = '\0'; in main()
453 ++p; in main()
/PHP-5.4/ext/reflection/tests/
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 Dbug37816.phpt8 protected $p = 2;
13 $r = new ReflectionProperty($o, 'p');
27 Caught: Cannot access non-public member TestClass::p
/PHP-5.4/ext/phar/
H A Dphar_path_check.re25 const unsigned char *p = (const unsigned char*)*s;
28 if (*len == 1 && *p == '.') {
31 } else if (*len == 2 && p[0] == '.' && p[1] == '.') {
37 #define YYCURSOR p
38 #define YYLIMIT p+*len
84 *len = (p - (const unsigned char*)*s) -1;
96 if ((p - (const unsigned char*)*s) - 1 != *len)
/PHP-5.4/ext/standard/tests/array/
H A Darray_map_basic.phpt12 function multiply($p, $q) {
13 return ($p * $q);
16 function square($p) {
17 return ($p * $p);
/PHP-5.4/ext/standard/
H A Darray.c1881 for (pos = 0, p = in_hash->pListHead; pos < offset && p ; pos++, p = p->pListNext) { in php_splice()
1920 for ( ; p ; p = p->pListNext) { in php_splice()
2017 p = p->pListNext; in _phpi_pop()
2112 for (p = Z_ARRVAL_P(repl_array)->pListHead, i = 0; p; p = p->pListNext, i++) { in PHP_FUNCTION()
2808 for (i = 0, p = Z_ARRVAL_P(array)->pListHead; p; i++, p = p->pListNext) { in PHP_FUNCTION()
2951 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { in php_array_intersect_key()
3124 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_intersect()
3369 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { in php_array_diff_key()
3541 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_diff()
3900 for (p = Z_ARRVAL_PP(arrays[i])->pListHead; p; p = p->pListNext, k++) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt20 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'))
26 if (mysqli_multi_query($link, 'CALL p()')) {
39 if (mysqli_multi_query($link, 'CALL p()')) {
52 if (mysqli_multi_query($link, 'CALL p()')) {
71 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'))
77 if (mysqli_multi_query($link, 'CALL p()')) {
94 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'))
99 if (!mysqli_query($link, 'CALL p(@version)'))
105 if (!mysqli_query($link, 'CALL p(@version)'))
122 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'))
[all …]
/PHP-5.4/ext/tidy/tests/
H A D020.phpt10 <p>Isto � um texto em Portugu�s<br>
11 para testes.</p>
33 <p>Isto � um texto em Portugu�s<br />
34 para testes.</p>
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.h33 void _free_real(void *p, char *file, int line);
36 #define free(p) _free_real(p, __FILE__,__LINE__) argument
/PHP-5.4/main/
H A Dsnprintf.c69 char *p, *rve, c; in __cvt() local
95 c = *p; in __cvt()
96 zend_freedtoa(p); in __cvt()
109 zend_freedtoa(p); in __cvt()
355 return (p); in ap_php_conv_10()
416 *s++ = *p++; in php_conv_fp()
426 *s++ = *p++; in php_conv_fp()
435 while (*p) { in php_conv_fp()
436 *s++ = *p++; in php_conv_fp()
454 *s++ = *p++; in php_conv_fp()
[all …]
/PHP-5.4/ext/session/
H A Dmod_files.c78 const char *p; in ps_files_valid_key() local
82 for (p = key; (c = *p); p++) { in ps_files_valid_key()
94 len = p - key; in ps_files_valid_key()
108 const char *p; in ps_files_path_create() local
118 p = key; in ps_files_path_create()
123 buf[n++] = *p++; in ps_files_path_create()
272 const char *p, *last; in PS_OPEN_FUNC() local
289 p = strchr(save_path, ';'); in PS_OPEN_FUNC()
290 while (p) { in PS_OPEN_FUNC()
292 last = ++p; in PS_OPEN_FUNC()
[all …]
/PHP-5.4/ext/standard/tests/streams/
H A Dbug64770.phpt15 $p = proc_open($cmd, $descs, $pipes, '.', NULL, $other_opts);
17 if (is_resource($p)) {
29 proc_terminate($p, 9);
42 $ret = proc_close($p);
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks3.phpt10 $p = new PharData(dirname(__FILE__) . '/files/biglink.tar');
14 echo $p['file.txt']->getContent();
15 echo $p['my/file']->getContent();
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput10221 /^\p{Cc}/8
231 /^\p{Cf}/8
251 /^\p{Cn}/8
257 /^\p{Co}/8
265 /^\p{Cs}/8
273 /^\p{Ll}/8
283 /^\p{Lm}/8
291 /^\p{Lo}/8
301 /^\p{Lt}/8
311 /^\p{Lu}/8
[all …]

Completed in 90 milliseconds

12345678910>>...27