Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 118) sorted by last modified time

12345

/php-src/ext/curl/
H A Dinterface.c1907 php_stream *what = NULL; in _php_curl_setopt() local
1910what = (php_stream *)zend_fetch_resource2_ex(zvalue, "File-Handle", php_file_le_stream(), php_file… in _php_curl_setopt()
1911 if (!what) { in _php_curl_setopt()
1915 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
1927 if (!what) { in _php_curl_setopt()
1934 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
1945 if (!what) { in _php_curl_setopt()
1952 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
1963 if (!what) { in _php_curl_setopt()
1978 if (!what) { in _php_curl_setopt()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c3084 static zend_string* mb_trim_what_chars(zend_string *str, zend_string *what, mb_trim_mode mode, cons… in mb_trim_what_chars() argument
3086 unsigned char *what_in = (unsigned char*)ZSTR_VAL(what); in mb_trim_what_chars()
3090 size_t what_len = ZSTR_LEN(what); in mb_trim_what_chars()
3127 zend_string *what = NULL; in php_do_mb_trim() local
3133 Z_PARAM_STR_OR_NULL(what) in php_do_mb_trim()
3142 if (what) { in php_do_mb_trim()
3143 RETURN_STR(mb_trim_what_chars(str, what, mode, enc)); in php_do_mb_trim()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c423 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncasecmp_contain() argument
426 if(lexbor_str_data_ncasecmp(&where[i], what, what_size)) { in lexbor_str_data_ncasecmp_contain()
511 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncmp_contain() argument
514 if(memcmp(&where[i], what, sizeof(lxb_char_t) * what_size) == 0) { in lexbor_str_data_ncmp_contain()
H A Dstr.h141 const lxb_char_t *what, size_t what_size);
159 const lxb_char_t *what, size_t what_size);
/php-src/build/
H A Dlibtool.m42764 ## what you are doing...
2942 # what "hidden" libraries, object files and flags are used when
3263 # what "hidden" libraries, object files and flags are used when
3345 # what "hidden" libraries, object files and flags are used when
3405 # what "hidden" libraries, object files and flags are used when
3521 # what "hidden" libraries, object files and flags are used when
3539 # what "hidden" libraries, object files and flags are used when
3584 # what "hidden" libraries, object files and flags are used when
3602 # what "hidden" libraries, object files and flags are used when
3683 # what "hidden" libraries, object files and flags are used when
[all …]
H A Dphp.m433 dnl PHP_DEF_HAVE(what)
1805 dnl Common setup macros: PHP_SETUP_<what>
/php-src/docs/
H A Drelease-process.md880 of what this commit should include.
H A Dmailinglist-rules.md34 4. Make sure you know what you are talking about. PHP is a very large project
44 6. If you are posting to an existing thread, make sure that you know what
/php-src/ext/standard/
H A Durl_scanner_ex.re574 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
H A Dstring.c544 if (what) { in php_trim_int()
546 char p = *what; in php_trim_int()
642 zend_string *what = NULL; in php_do_trim() local
647 Z_PARAM_STR(what) in php_do_trim()
650 …ZVAL_STR(return_value, php_trim_int(str, (what ? ZSTR_VAL(what) : NULL), (what ? ZSTR_LEN(what) : … in php_do_trim()
677 zend_string *str, *what; variable
682 ZVAL_STR(return_value, php_trim_int(str, ZSTR_VAL(what), ZSTR_LEN(what), /* mode */ 3));
3698 zend_string *str, *what; local
3702 Z_PARAM_STR(what)
3709 if (ZSTR_LEN(what) == 0) {
[all …]
H A Dphp_string.h44 PHPAPI zend_string *php_addcslashes_str(const char *str, size_t len, const char *what, size_t what_…
45 PHPAPI zend_string *php_addcslashes(zend_string *str, const char *what, size_t what_len);
52 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode);
/php-src/
H A DUPGRADING.INTERNALS31 be more in line with what callbacks are returning.
H A Dphp.ini-development244 ; Using this ini directive may cause problems unless you know what script
458 ; resources complaining about best practices and coding standards. That's what
461 ; means it pretty much reports everything which is exactly what you want during
611 ; The syslog facility is used to specify what type of program is logging
810 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
833 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1288 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production244 ; Using this ini directive may cause problems unless you know what script
460 ; resources complaining about best practices and coding standards. That's what
463 ; means it pretty much reports everything which is exactly what you want during
613 ; The syslog facility is used to specify what type of program is logging
812 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
835 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1290 ; /path, what this will do is use subdirectories N-levels deep, and
/php-src/ext/zend_test/tests/
H A Dobserver_retval_04.phpt25 function bar($what) {
26 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR
/php-src/TSRM/
H A DTSRM.c107 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument
111 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument
/php-src/ext/date/
H A Dphp_date.c5304 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
5306 …if ((what & PHP_DATE_TIMEZONE_GROUP_AFRICA) && strncasecmp(id, "Africa/", 7) == 0) return… in check_id_allowed()
5307 …if ((what & PHP_DATE_TIMEZONE_GROUP_AMERICA) && strncasecmp(id, "America/", 8) == 0) return… in check_id_allowed()
5308 …if ((what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA) && strncasecmp(id, "Antarctica/", 11) == 0) return… in check_id_allowed()
5309 …if ((what & PHP_DATE_TIMEZONE_GROUP_ARCTIC) && strncasecmp(id, "Arctic/", 7) == 0) return… in check_id_allowed()
5310 …if ((what & PHP_DATE_TIMEZONE_GROUP_ASIA) && strncasecmp(id, "Asia/", 5) == 0) return… in check_id_allowed()
5326 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
5332 Z_PARAM_LONG(what) in PHP_FUNCTION()
5337 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY && option_len != 2) { in PHP_FUNCTION()
5349 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY) { in PHP_FUNCTION()
[all …]
/php-src/ext/pcre/
H A Dphp_pcre.c374 static char *_pcre2_config_str(uint32_t what) in PHP_INI_END()
376 int len = pcre2_config(what, NULL); in PHP_INI_END()
379 len = pcre2_config(what, ret); in PHP_INI_END()
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt22 Warning: DOMDocument::schemaValidate(): Let's see what happens upon parsing a file that doesn't con…
/php-src/ext/zlib/tests/
H A Dgzdeflate_basic1.phpt10 * add a comment here to say what the test is supposed to do
H A Dgzcompress_basic1.phpt10 * add a comment here to say what the test is supposed to do
/php-src/ext/xml/tests/
H A Dbug26614.inc8 on context and in opposition to what one would expect to
9 see and what good old Expat reported just fine ...
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt19 …* To explain why the extra escaping takes place, let's assume we don't do that and see what happen…
/php-src/docs/source/core/data-structures/
H A Dzval.rst8 implemented as a "tagged union", meaning it stores what type of value it contains, and the value
29 These simple integer constants determine what value is currently stored in a variable. If you are a
68 Remembering this is our job, and that's exactly what the ``IS_*`` constants are for.
222 value, no matter what the actual underlying type is. ``zend_value`` always consists of 8 bytes due
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst85 Here is a simplified example of what an AST from the tokens above might look like.
136 Here's what the surprisingly compact opcodes for the AST above might look like:
181 all of the phases, except for the execution phase. This is precisely what the opcache extension

Completed in 128 milliseconds

12345