Home
last modified time | relevance | path

Searched refs:subject (Results 101 – 124 of 124) sorted by relevance

12345

/php-src/ext/pdo/
H A Dpdo_sql_parser.re5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h658 PCRE2_SPTR subject; /* The subject that was matched */ member
H A Dpcre2.h532 PCRE2_SPTR subject; /* The subject being matched */ \
H A Dpcre2_jit_compile.c9863 callout_block->subject = begin; in do_callout_jit()
/php-src/ext/mbstring/
H A Dmbstring.c4432 zend_string *subject; in PHP_FUNCTION() local
4464 Z_PARAM_PATH_STR(subject) in PHP_FUNCTION()
4578 …enc = mb_guess_encoding((unsigned char*)ZSTR_VAL(subject), ZSTR_LEN(subject), MBSTRG(current_detec… in PHP_FUNCTION()
4583subject = mb_mime_header_encode(subject, enc, tran_cs, head_enc == &mbfl_encoding_base64, (char*)l… in PHP_FUNCTION()
4662 …RETVAL_BOOL(php_mail(to_r, ZSTR_VAL(subject), message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL… in PHP_FUNCTION()
4670 zend_string_release(subject); in PHP_FUNCTION()
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re11 * furnished to do so, subject to the following conditions:
H A Dparse_date.re12 * furnished to do so, subject to the following conditions:
/php-src/Zend/
H A Dzend_vm_execute.h7686 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
7701 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER()
10017 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
10032 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER()
12418 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER()
16539 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER()
17956 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER()
19316 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER()
44273 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER()
47915 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER()
[all …]
H A Dzend_vm_def.h7511 zval *key, *subject; variable
7518 subject = GET_OP2_ZVAL_PTR_UNDEF(BP_VAR_R);
7520 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7522 ht = Z_ARRVAL_P(subject);
7525 if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(subject))) {
7526 subject = Z_REFVAL_P(subject);
7527 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7531 zend_array_key_exists_error(subject, key OPLINE_CC EXECUTE_DATA_CC);
H A Dzend_execute.c3060 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error() argument
3065 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
3070 zend_zval_value_name(subject)); in zend_array_key_exists_error()
H A Dzend_compile.c4501 znode subject, needle; in zend_compile_func_array_key_exists() local
4508 zend_compile_expr(&subject, args->child[1]); in zend_compile_func_array_key_exists()
4510 zend_emit_op_tmp(result, ZEND_ARRAY_KEY_EXISTS, &needle, &subject); in zend_compile_func_array_key_exists()
/php-src/ext/standard/html_tables/mappings/
H A DROMAN.TXT52 # These mapping tables and character lists are subject to change.
/php-src/sapi/fpm/tests/
H A Dfcgi.inc12 * so, subject to the following conditions:
/php-src/ext/standard/
H A Durl_scanner_ex.re5 | This source file is subject to version 3.01 of the PHP license, |
H A Dbasic_functions_arginfo.h985 ZEND_ARG_TYPE_MASK(0, subject, MAY_BE_STRING|MAY_BE_ARRAY, NULL)
1597 ZEND_ARG_TYPE_INFO(0, subject, IS_STRING, 0)
2183 ZEND_ARG_TYPE_INFO(0, subject, IS_STRING, 0)
H A Dvar_unserializer.re5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/
H A DCONTRIBUTING.md441 | This source file is subject to version 3.01 of the PHP license, |
H A DUPGRADING379 instead of subject DN which was incorrectly done previously.
H A DREADME.REDIST.BINS312 freely, subject to the following restrictions:
H A Dconfigure.ac1803 | This software is subject to the PHP License, available in this |
/php-src/ext/mbstring/libmbfl/
H A DLICENSE369 subject to these terms and conditions. You may not impose any further
/php-src/ext/openssl/
H A Dopenssl.c3465 X509_NAME *subject; in PHP_FUNCTION() local
3478 subject = X509_REQ_get_subject_name(csr); in PHP_FUNCTION()
3481 php_openssl_add_assoc_name_entry(return_value, NULL, subject, use_shortnames); in PHP_FUNCTION()
/php-src/ext/bcmath/libbcmath/
H A DLICENSE372 subject to these terms and conditions. You may not impose any further
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt54 # These mapping tables and character lists are subject to change.

Completed in 358 milliseconds

12345