Home
last modified time | relevance | path

Searched refs:p (Results 676 – 700 of 726) sorted by relevance

1...<<21222324252627282930

/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/phar/phar/
H A Dpharcommand.inc117 'p' => array(
447 "then point -p argument to PHP/Archive.php.\n";
569 $loader = $this->args['p']['val'];
672 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
673 $entry = substr($entry, $p+1);
1054 $loader = $this->args['p']['val'];
/PHP-5.5/ext/spl/
H A Dspl_directory.c929 const char *p; in SPL_METHOD() local
949 p = zend_memrchr(fname, '.', flen); in SPL_METHOD()
950 if (p) { in SPL_METHOD()
951 idx = p - fname; in SPL_METHOD()
970 const char *p; in SPL_METHOD() local
980 p = zend_memrchr(fname, '.', flen); in SPL_METHOD()
981 if (p) { in SPL_METHOD()
982 idx = p - fname; in SPL_METHOD()
/PHP-5.5/Zend/
H A Dzend_compile.c251 char **pp, *p; in zend_set_compiled_filename() local
260 CG(compiled_filename) = p; in zend_set_compiled_filename()
261 return p; in zend_set_compiled_filename()
3596 zval *orig_ptr = *p; in zval_internal_ctor()
3598 ALLOC_ZVAL(*p); in zval_internal_ctor()
3649 zval *p; in zend_do_inheritance() local
3651 ALLOC_ZVAL(p); in zend_do_inheritance()
5930 zend_llist *p; in zend_do_list_end() local
5937 CG(list_llist) = *p; in zend_do_list_end()
7036 const char *p; in zend_do_use() local
[all …]
/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/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt17 $phost = 'p:' . $host;
/PHP-5.5/ext/phar/
H A Dutil.c47 char *p, *ret = NULL; in phar_get_link_location() local
54 p = strrchr(entry->filename, '/'); in phar_get_link_location()
55 if (p) { in phar_get_link_location()
56 *p = '\0'; in phar_get_link_location()
H A Dphar_internal.h660 phar_path_check_result phar_path_check(char **p, int *len, const char **error);
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c73 #define CHECK_EXTRA_REGS(p, w, do) \ argument
74 if (p >= SLJIT_R3 && p <= SLJIT_R6) { \
75 w = SLJIT_LOCALS_OFFSET + ((p) - (SLJIT_R3 + 4)) * sizeof(sljit_sw); \
76 p = SLJIT_MEM1(SLJIT_SP); \
127 #define CHECK_EXTRA_REGS(p, w, do) argument
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
13 ; - the global prefix if it's been set (-p argument)
415 ; %p: PID of the child that serviced the request
/PHP-5.5/
H A Dconfig.guess854 p*:CYGWIN*:*)
1387 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
H A Dltmain.sh3455 for p in $tempremovelist; do
3456 case $p in
3461 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
3466 removelist="$removelist $p"
4627 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
H A Dacinclude.m4930 $php_shtool mkdir -p $1
935 $php_shtool mkdir -p $BUILD_DIR
1192 char buf[27], *p;
1195 p = asctime_r(&t, buf, 26);
1196 if (p == buf && s == &t) return (0);
2439 $php_shtool mkdir -p ext/iconv
/PHP-5.5/ext/date/
H A Dphp_date.c3976 timelib_rel_time *p = NULL; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
3987 if(p) { in date_interval_initialize()
3988 *rt = p; in date_interval_initialize()
4355 timelib_rel_time *p = NULL; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4368 *d = p; in date_period_initialize()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in287 var p;
H A Dconfig.w32308 var p;
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt35 9 => "*.t*p",
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5230 \w any character that matches \p{L} or \p{N}, plus underscore
5347 \p{Greek}
5385 \p{L}
5911 [:alnum:] becomes \p{Xan}
5912 [:alpha:] becomes \p{L}
5914 [:digit:] becomes \p{Nd}
5915 [:lower:] becomes \p{Ll}
5916 [:space:] becomes \p{Xps}
5917 [:upper:] becomes \p{Lu}
5918 [:word:] becomes \p{Xwd}
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_query.c1519 void *p; in _php_ibase_fetch_hash() local
1526 Z_ARRVAL_P(return_value),alias,strlen(alias)+1,&p)) { in _php_ibase_fetch_hash()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog68 16. When PCRE was compiled without UCP support, the use of \p and \P gave an
1545 things like p++ in the argument of isxdigit().
2006 test, for example, \p{Nd}+, there was the theoretical possibility of
2859 are: /\p{Zl}{2,3}+/8 and /\p{Cc}{2}+/8. It was the possessive "+" that
3116 (c) A pattern such as \p{Yi}+(\P{Yi}+)(?1) could give an incorrect
3130 \p or \P) caused a compile-time loop.
4016 \p or \P will have to recompile them.
4224 -w, --word-regex(p)
4840 \L, \l, \N, \P, \p, \U, \u, and \X.
4876 27. Fixed typo in error message for invalid (?R item (it said "(?p").
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.c4351 char *p; in _php_rfc822_len() local
4361 p = str; in _php_rfc822_len()
4365 while ((p = strpbrk(p, "\\\""))) { in _php_rfc822_len()
4366 p++; in _php_rfc822_len()

Completed in 274 milliseconds

1...<<21222324252627282930