| /PHP_TRUNK/ext/bcmath/libbcmath/ |
| H A D | configure | 1266 of an if-expression whose if-part is not a constant expression */
|
| /PHP_TRUNK/ext/oci8/tests/ |
| H A D | details.inc | 15 include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribution; make it your own local variant of details.inc
|
| /PHP_TRUNK/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 29 <part name="testParam" $type/>
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | findfile.inc | 30 * part of it is used as separate directory.
|
| H A D | regexfindfile.inc | 24 * part of it is used as separate directory.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | recursivetreeiterator.inc | 55 * Set prefix part as used in getPrefix() and stored in $prefix. 56 * @param $part any PREFIX_* const. 57 * @param $value new prefix string for specified part. 58 * @throws OutOfRangeException if 0 > $part or $part > 5. 60 function setPrefixPart($part, $value) 62 if (0 > $part || $part > 5) { 65 $this->prefix[$part] = (string)$value;
|
| H A D | splfileobject.inc | 164 /** Read and return remaining part of stream 165 * @return size of remaining part passed through
|
| /PHP_TRUNK/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 162 /* do utf16 part of the strpos */ 237 /* do utf16 part of the strpos */ 398 Returns part of a string */ 602 zend_bool part = 0; local 604 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &part) == FAILURE) { 636 if (part) { 657 if (part) { 667 /* {{{ proto string grapheme_strstr(string haystack, string needle[, bool part]) 675 /* {{{ proto string grapheme_stristr(string haystack, string needle[, bool part]) 806 zval *next = NULL; /* return offset of next part o [all...] |
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 907 PHP re-assigns CL_EXPUNGE a custom value that can be used as part of the imap_open() bitfield 1021 TYPEMULTIPART multiple part 3481 PART *mypart=NULL, *part; local 3669 bod->nested.part = mail_newbody_part(); 3670 mypart = bod->nested.part; 3773 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { 3819 /* first body part */ 3820 part = bod->nested.part; 4544 PART *part; local [all...] |
| H A D | php_imap.h | 56 #define CONTENT_PART nested.part 63 #define CONTENT_PART contents.part
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 294 ZEND_ARG_INFO(0, part) 301 ZEND_ARG_INFO(0, part) 308 ZEND_ARG_INFO(0, part) 315 ZEND_ARG_INFO(0, part) 2438 /* {{{ proto string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) 2446 zend_bool part = 0; local 2455 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|bs", (char **)&haystack.val, (int *)&haystack.len, (char **)&needle.val, (int *)&needle.len, &part, &enc_name, &enc_name_len) == FAILURE) { 2474 if (part) { 2496 /* {{{ proto string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) 2504 zend_bool part local 2560 zend_bool part = 0; local 2619 zend_bool part = 0; local [all...] |
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 452 xmlNodePtr *message, part; local 471 tmp = get_attribute(header->properties, "part"); 473 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); 475 part = get_node_with_attribute_ex((*message)->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->children->content, NULL); 476 if (!part) { 477 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); 511 tmp = get_attribute(part->properties, "type"); 513 h->encode = get_encoder_from_prefix(ctx->sdl, part, tmp->children->content); 515 tmp = get_attribute(part 666 xmlNodePtr trav, part, message = NULL, *tmp; local [all...] |
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_iterators.c | 1038 /* {{{ proto void RecursiveTreeIterator::setPrefixPart(int part, string prefix) throws OutOfRangeException 1043 long part; local 1047 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &part, &prefix, &prefix_len) == FAILURE) { 1050 if (0 > part || part > 5) { 1055 smart_str_free(&object->prefix[part]); 1056 smart_str_appendl(&object->prefix[part], prefix, prefix_len); 1210 ZEND_ARG_INFO(0, part)
|
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 1696 /* {{{ proto string stristr(string haystack, string needle[, bool part]) 1707 zend_bool part = 0; local 1709 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|b", &haystack, &haystack_len, &needle, &part) == FAILURE) { 1737 if (part) { 1750 /* {{{ proto string strstr(string haystack, string needle[, bool part]) 1760 zend_bool part = 0; local 1762 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|b", &haystack, &haystack_len, &needle, &part) == FAILURE) { 1784 if (part) { 2220 Returns part of a string */ 2285 Replaces part o [all...] |
| H A D | basic_functions.c | 2250 ZEND_ARG_INFO(0, part) 2256 ZEND_ARG_INFO(0, part)
|