| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcredemo.c | 51 char *subject; local 81 and the subject string. */ 85 printf("Two arguments required: a regex and a subject string\n"); 90 subject = argv[i+1]; 91 subject_length = (int)strlen(subject); 117 * pattern match against the subject string. This does just ONE match. If * 124 subject, /* the subject string */ 125 subject_length, /* the length of the subject */ 126 0, /* start at offset 0 in the subject */ [all...] |
| H A D | pcre.h | 349 /* When PCRE is compiled as a C++ library, the subject pointer type can be 408 PCRE_SPTR subject; /* The subject being matched */ member in struct:pcre_callout_block 409 int subject_length; /* The length of the subject */ 411 int current_position; /* Where we currently are in the subject */ 430 PCRE_SPTR16 subject; /* The subject being matched */ member in struct:pcre16_callout_block 431 int subject_length; /* The length of the subject */ 433 int current_position; /* Where we currently are in the subject */ 452 PCRE_SPTR32 subject; /* Th member in struct:pcre32_callout_block [all...] |
| H A D | pcre_exec.c | 101 subject if the requested. 132 subject bytes matched may be different to the number of reference bytes. 136 eptr pointer into the subject 141 Returns: >= 0 the number of subject bytes matched 143 -2 partial match; always given if at end subject 158 printf("matching subject <null>"); 161 printf("matching subject "); 190 length along the reference, not along the subject (earlier code did this 452 at the end of the subject and also past the start of the subject ( 6232 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument [all...] |
| H A D | pcre_get.c | 42 from the subject string after a regex match has succeeded. The original idea 315 subject the subject string that was matched 335 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument 339 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount, 343 pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount, 353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield)); 370 subject the subject string that was matched 390 pcre_copy_named_substring(const pcre *code, const char *subject, argument 441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument 544 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument 607 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument [all...] |
| /PHP_TRUNK/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtBasicTestCase.php | 9 protected $subject; variable
|
| H A D | gtBasicTestCaseFunction.php | 20 $this->subject = $function; variable 42 $this->testCase[] = "Test function ".$this->subject->getName()."() by calling it with its expected arguments"; 51 $lists = $this->subject->getValidArgumentLists(); 56 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
|
| H A D | gtBasicTestCaseMethod.php | 18 $this->subject = $method; variable 37 $this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getName()."() by calling it with its expected arguments"; 42 $lists = $this->subject->getValidArgumentLists(); 45 $this->testCase[] = "var_dump( \$class->".$this->subject->getName()."( ".$list." ) );";
|
| H A D | gtErrorTestCaseFunction.php | 19 $this->subject = $function; variable 41 $this->testCase[] = "Test function ".$this->subject->getName()."() by calling it more than or less than its expected arguments"; 46 $list = $this->subject->getExtraArgumentList(); 48 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );"; 50 $list = $this->subject->getShortArgumentList(); 52 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
|
| H A D | gtErrorTestCaseMethod.php | 20 $this->subject = $method; variable 43 $this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getName()."() by calling it more than or less than its expected arguments"; 49 $list = $this->subject->getExtraArgumentList(); 51 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );"; 53 $list = $this->subject->getShortArgumentList(); 55 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
|
| H A D | gtTestCase.php | 10 * The subject of the test, may be either a function (gtFunction) or a method (gtMethod) 14 protected $subject; variable 111 $conStatements = $this->subject->getConstructorInitStatements(); 123 $constructorList = $this->subject->getConstructorArgumentList(); 124 $this->testCase[] = "\$class = new ".$this->subject->getClassName()."( ".$constructorList." );"; 134 $statements = $this->subject->getInitialisationStatements();
|
| H A D | gtVariationTestCaseFunction.php | 23 $this->subject = $function; variable 46 $this->testCase[] = "Test function ".$this->subject->getName()."() by substituting argument ".$this->argumentNumber." with ".$this->variationData." values."; 54 $argumentList = explode(",", $this->subject->getMaximumArgumentList()); 59 $this->testCase[] = " var_dump(".$this->subject->getName()."( ".$list." ) );";
|
| H A D | gtVariationTestCaseMethod.php | 8 protected $subject; variable 25 $this->subject = $method; variable 50 $this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getName()."() by substituting argument ".$this->argumentNumber." with ".$this->variationData." values."; 56 $argumentList = explode(",", $this->subject->getMaximumArgumentList()); 61 $this->testCase[] = " var_dump(\$class->".$this->subject->getName()."( ".$list." ) );";
|
| /PHP_TRUNK/ext/intl/resourcebundle/ |
| H A D | resourcebundle_iterator.h | 5 | This source file is subject to version 3.01 of the PHP license, | 26 ResourceBundle_object *subject; member in struct:__anon203
|
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 7 | This source file is subject to version 3.01 of the PHP license, | 430 ZEND_ARG_INFO(0, subject) 1002 /* subject */ 2111 if (en->subject && subjectlength) { 3424 if (env->subject) { 3425 add_property_string(myoverview, "subject", env->subject, 1); 3520 if (zend_hash_find(Z_ARRVAL_P(envelope), "subject", sizeof("subject"), (void **) &pvalue)== SUCCESS) { 3522 env->subject 3884 _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char* rpath TSRMLS_DC) argument 4049 char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; local [all...] |
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 7 | This source file is subject to version 3.01 of the PHP license, | 426 ZEND_ARG_INFO(0, subject) 3800 /* {{{ proto int mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]]) 4027 char *subject = NULL; local 4070 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE) { 4076 MAIL_ASCIIZ_CHECK_MBSTRING(subject, subject_len); 4180 if (subject != NULL && subject_len >= 0) { 4182 orig_str.val = (unsigned char *)subject; 4191 subject_buf = subject = (char *)pstr->val; 4278 if (!err && php_mail(to_r, subject, messag [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | mail.c | 7 | This source file is subject to version 3.01 of the PHP license, | 99 /* {{{ proto int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]]) 104 char *subject=NULL, *extra_cmd=NULL; local 111 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE) { 117 MAIL_ASCIIZ_CHECK(subject, subject_len); 150 subject_r = estrndup(subject, subject_len); 164 subject_r = subject; 189 if (subject_r != subject) { 228 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_DC) argument 297 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, t [all...] |
| H A D | string.c | 7 | This source file is subject to version 3.01 of the PHP license, | 3834 static void php_str_replace_in_subject(zval *search, zval *replace, zval **subject, zval *result, int case_sensitivity, int *replace_count) argument 3843 convert_to_string_ex(subject); 3845 if (Z_STRLEN_PP(subject) == 0) { 3852 /* Duplicate subject string for repeated replacement */ 3853 MAKE_COPY_ZVAL(subject, result); 3924 php_char_to_str_ex(Z_STRVAL_PP(subject), 3925 Z_STRLEN_PP(subject), 3933 Z_STRVAL_P(result) = php_str_to_str_ex(Z_STRVAL_PP(subject), Z_STRLEN_PP(subject), 3947 zval **subject, **search, **replace, **subject_entry, **zcount = NULL; local [all...] |
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_iterators.c | 7 | This source file is subject to version 3.01 of the PHP license, | 1939 char *subject, *result; local 1961 subject = Z_STRVAL(subject_copy); 1964 subject = Z_STRVAL_P(subject_ptr); 1972 count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0, NULL, 0); 1979 subject = estrndup(subject, subject_len); 1984 php_pcre_match_impl(intern->u.regex.pce, subject, subject_len, &zcount, 1992 subject = estrndup(subject, subject_le [all...] |
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.c | 7 | This source file is subject to version 3.01 of the PHP license, | 535 char *subject; /* String to match against */ local 544 &subject, &subject_len, &subpats, &flags, &start_offset) == FAILURE) { 553 php_pcre_match_impl(pce, subject, subject_len, return_value, subpats, 559 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, argument 659 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, 678 if (pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) { 801 /* {{{ proto int preg_match(string pattern, string subject [, array &subpatterns [, int flags [, int offset]]]) 809 /* {{{ proto int preg_match_all(string pattern, string subject [, array &subpatterns [, int flags [, int offset]]]) 858 static int preg_do_repl_func(zval *function, char *subject, in argument 897 preg_do_eval(char *eval_str, int eval_str_len, char *subject, int *offsets, int count, char **result TSRMLS_DC) argument 985 php_pcre_replace(char *regex, int regex_len, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC) argument 1003 php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC) argument 1246 php_replace_in_subject(zval *regex, zval *replace, zval **subject, int *result_len, int limit, int is_callable_replace, int *replace_count TSRMLS_DC) argument 1338 **subject, local 1461 char *subject; /* String to match against */ local 1485 php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, long limit_val, long flags TSRMLS_DC) argument 1804 zval subject = **entry; local [all...] |
| /PHP_TRUNK/ext/openssl/ |
| H A D | openssl.c | 7 | This source file is subject to version 3.01 of the PHP license, | 1741 add_assoc_name_entry(return_value, "subject", X509_get_subject_name(cert), useshortnames TSRMLS_CC); 1742 /* hash as used in CA directories to lookup cert by subject name */ 2902 Returns the subject of a CERT or FALSE on error */ 2908 X509_NAME * subject; local 2921 subject = X509_REQ_get_subject_name(csr); 2924 add_assoc_name_entry(return_value, NULL, subject, use_shortnames TSRMLS_CC); 2930 Returns the subject of a CERT or FALSE on error */ 3960 Signs the MIME message in the file named infile with signcert/signkey and output the result to file name outfile. headers lists plain text headers to exclude from the signed portion of the message, and should include to, from and subject as a minimum */
|