Home
last modified time | relevance | path

Searched refs:p (Results 501 – 525 of 726) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/intl/tests/
H A Dtransliterator_get_error_code_basic.phpt8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
H A Dtransliterator_get_error_message_basic.phpt8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
H A Dbreakiter_next_error.phpt11 $bi = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;');
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_iswriteable.phpt44 $p = new Phar('doesnotexisthere.phar');
45 var_dump($p->isWritable());
H A Drefcount1.phpt26 $p = new Phar($fname);
28 $a = $p['b/c.php'];
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt80 …<body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</code> was…
/PHP-5.5/Zend/
H A Dzend_operators.h275 char *p = haystack; in zend_memnstr() local
279 return (char *)memchr(p, *needle, (end-p)); in zend_memnstr()
288 while (p <= end) { in zend_memnstr()
289 if ((p = (char *)memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) { in zend_memnstr()
290 if (!memcmp(needle, p, needle_len-1)) { in zend_memnstr()
291 return p; in zend_memnstr()
295 if (p == NULL) { in zend_memnstr()
299 p++; in zend_memnstr()
/PHP-5.5/ext/interbase/
H A Dinterbase.c590 ibase_tr_list *p = l; in _php_ibase_commit_link() local
591 if (p->trans != NULL) { in _php_ibase_commit_link()
593 if (p->trans->handle != NULL) { in _php_ibase_commit_link()
601 if (p->trans->handle != NULL) { in _php_ibase_commit_link()
609 for (j = 0; j < p->trans->link_cnt; ++j) { in _php_ibase_commit_link()
610 if (p->trans->db_link[j] == link) { in _php_ibase_commit_link()
611 p->trans->db_link[j] = NULL; in _php_ibase_commit_link()
618 efree(p); in _php_ibase_commit_link()
686 ibase_tr_list *p = *l; in _php_ibase_free_trans() local
687 *l = p->next; in _php_ibase_free_trans()
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dmain.ih11 void fixstr(register char *p);
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_error.phpt25 function callback2($p, $q) {
26 return $p * $q;
H A Dbug24220.phpt48 string(1) "p"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt66 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70);
67 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
H A Dmysqli_poll_mixing_insert_select.phpt43 mysqli_real_query($link, "DROP PROCEDURE IF EXISTS p");
44 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(IN ver_in VARCHAR(25), OUT ver_out VARCHAR(25)) B…
46 $queries[] = "CALL p('myversion', @version)";
168 mysqli_query($link, "DROP PROCEDURE IF EXISTS p");
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Dstrip_tags_variation2.phpt19 $string = "<html><a>hello</a></html><p>world</p><!-- COMMENT --><?php echo hello ?>";
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt62 \" s p a c e d \" :[1,2 , 3
150 " s p a c e d " :[1,2 , 3
298 [" s p a c e d "]=>
479 [" s p a c e d "]=>
534 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5…
536 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5…
664 [" s p a c e d "]=>
845 [" s p a c e d "]=>
H A Dpass001.1_64bit.phpt62 \" s p a c e d \" :[1,2 , 3
150 " s p a c e d " :[1,2 , 3
298 [" s p a c e d "]=>
479 [" s p a c e d "]=>
534 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5…
536 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5…
664 [" s p a c e d "]=>
845 [" s p a c e d "]=>
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() argument
638 pcre_uint32 c = *p; in set_table_bit()
646 GETCHARINC(c, p); in set_table_bit()
656 return p; in set_table_bit()
665 return p + 1; in set_table_bit()
679 GETCHARINC(c, p); in set_table_bit()
689 return p; in set_table_bit()
696 return p + 1; in set_table_bit()
933 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits() local
934 while ((c = *p++) < NOTACHAR) in set_start_bits()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c260 char *p, *pp; in pcre_get_compiled_regex_cache() local
300 p = regex; in pcre_get_compiled_regex_cache()
304 while (isspace((int)*(unsigned char *)p)) p++; in pcre_get_compiled_regex_cache()
305 if (*p == 0) { in pcre_get_compiled_regex_cache()
307 p < regex + regex_len ? "Null byte in regex" : "Empty regular expression"); in pcre_get_compiled_regex_cache()
313 delimiter = *p++; in pcre_get_compiled_regex_cache()
324 pp = p; in pcre_get_compiled_regex_cache()
365 pattern = estrndup(p, pp-p); in pcre_get_compiled_regex_cache()
1695 *p, /* Iterator for input string */ in PHP_FUNCTION() local
1724 for(p = in_str, q = out_str; p != in_str_end; p++) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite6.phar22 0���������������������hi����p�I���zzo�������hi
/PHP-5.5/ext/posix/tests/
H A Dposix_errno_variation2.phpt21 $result = shell_exec("ps -p " . $pid);
/PHP-5.5/ext/phar/tests/tar/
H A Dbadchecksum.phpt17 $p = new PharData($fname);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt16 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_error1.phpt7 $a->p = 1;
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c140 if ((*shared_segments_p)[i]->p && (*shared_segments_p)[i]->p != (void *)-1) { in zend_shared_alloc_try()
314 …void *retval = (void *) (((char *) ZSMMG(shared_segments)[i]->p) + ZSMMG(shared_segments)[i]->pos); in zend_shared_alloc()
491 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect()

Completed in 90 milliseconds

1...<<21222324252627282930