Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite9.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getStub());
5 $p->setStub("<?php __HALT"."_COMPILER();");
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();");
/PHP-5.5/ext/simplexml/tests/
H A Dbug46003.phpt9 <p>Test</p>
19 var_dump(isset($x->p));
20 var_dump(isset($x->p->o));
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c98 void *p; member
250 for (p = tbl; p->len; p++) { in get_type()
251 if (strncmp(l, p->name, p->len) == 0) { in get_type()
355 for (p = type_tbl; p->len; p++) { in init_file_tables()
357 file_names[p->type] = p->name; in init_file_tables()
358 file_formats[p->type] = p->format; in init_file_tables()
590 if (p) in file_apprentice()
1060 if (p && (p == me[i].mp->desc || in set_text_binary()
1433 for (p = cond_tbl; p->len; p++) { in get_cond()
1434 if (strncmp(l, p->name, p->len) == 0 && in get_cond()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation23.phpt5 $array = array ("p" => 1, "q" => 2, "r" => 3, "s" => 4, "u" => 5, "v" => 6);
17 ["p"]=>
71 ["p"]=>
160 ["p"]=>
228 ["p"]=>
290 ["p"]=>
352 ["p"]=>
411 ["p"]=>
H A Darray_map_basic.phpt12 function multiply($p, $q) {
13 return ($p * $q);
16 function square($p) {
17 return ($p * $p);
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c290 datanode *p; in Q_PushHead() local
293 if(p == NULL) in Q_PushHead()
341 node *p; in Q_PushTail() local
348 p = q->tail; in Q_PushTail()
435 datanode *p; in Q_PopTail() local
442 p = q->tail->prev; in Q_PopTail()
524 datanode *n, *p; in Q_Iter_Del() local
544 if(p) { in Q_Iter_Del()
545 p->next = n; in Q_Iter_Del()
548 if (p) { in Q_Iter_Del()
[all …]
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.5/ext/pcre/tests/
H A Dbug38600.phpt7 var_dump(preg_match('/(?<!\w)(0x[\p{N}]+[lL]?|[\p{Nd}]+(e[\p{Nd}]*)?[lLdDfF]?)(?!\w)/', $foo, $m));
/PHP-5.5/ext/dom/tests/
H A Dbug47430.phpt8 version="1.0"?><html><p><i>Hello</i></p><p><i>World!</i></p></html>';
/PHP-5.5/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.5/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.5/Zend/
H A Dzend_execute_API.c449 #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) argument
450 #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) argument
451 #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT argument
458 *value = **p; in zval_deep_copy()
463 *p = value; in zval_deep_copy()
468 zval *p = *pp; in zval_update_constant_ex() local
480 p = *pp; in zval_update_constant_ex()
487 …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()
492 Z_STRLEN_P(p) -= ((colon - Z_STRVAL_P(p)) + 1); in zval_update_constant_ex()
514 memmove(Z_STRVAL_P(p), Z_STRVAL_P(p)+1, Z_STRLEN_P(p)); in zval_update_constant_ex()
[all …]
/PHP-5.5/ext/opcache/tests/
H A Dbug67215.phpt13 $file_p = __DIR__ . "/bug67215.p.php";
14 file_put_contents($file_c, "<?php require \"$file_p\"; class c extends p {} ?>");
15 file_put_contents($file_p, '<?php class p { protected $var = ""; } ?>');
23 $file_p = __DIR__ . "/bug67215.p.php";
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dcp1251.c111 const UChar* p = *pp; in cp1251_mbc_case_fold() local
113 *lower = ENC_CP1251_TO_LOWER_CASE(*p); in cp1251_mbc_case_fold()
176 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in cp1251_get_case_fold_codes_by_str() argument
180 flag, p, end, items); in cp1251_get_case_fold_codes_by_str()
/PHP-5.5/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.5/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 …]
/PHP-5.5/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.5/ext/standard/
H A Darray.c1846 for (pos = 0, p = in_hash->pListHead; pos < offset && p ; pos++, p = p->pListNext) { in php_splice()
1885 for ( ; p ; p = p->pListNext) { in php_splice()
1982 p = p->pListNext; in _phpi_pop()
2077 for (p = Z_ARRVAL_P(repl_array)->pListHead, i = 0; p; p = p->pListNext, i++) { in PHP_FUNCTION()
2853 for (i = 0, p = Z_ARRVAL_P(array)->pListHead; p; i++, p = p->pListNext) { in PHP_FUNCTION()
2996 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { in php_array_intersect_key()
3169 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_intersect()
3414 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { in php_array_diff_key()
3586 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_diff()
3945 for (p = Z_ARRVAL_PP(arrays[i])->pListHead; p; p = p->pListNext, k++) { in PHP_FUNCTION()
[all …]
/PHP-5.5/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.5/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>

Completed in 59 milliseconds

12345678910>>...30