Home
last modified time | relevance | path

Searched refs:what (Results 51 – 75 of 118) sorted by relevance

12345

/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/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_012.phpt22 // Mimic what was actually being tested by returning true here
/php-src/ext/zlib/tests/
H A Dbug60761.phpt39 // hard to anticipate what 'correct' length should be since
H A Ddata.inc13 For in that sleep of death what dreams may come,
46 Christian, what is his humility? Revenge. If a Christian wrong
47 a Jew, what should his sufferance be by Christian example? Why,
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/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt16 // Figure out what handler to use
/php-src/sapi/cgi/tests/
H A Dinclude.inc46 /* uhm? what's that then? */
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_type_juggling.phpt100 what the test will do is:
113 So, what about:
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt39 printf("Lets see what the Serializeable interface makes our object behave like...\n");
78 Lets see what the Serializeable interface makes our object behave like...
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt33 // Ok, what has happened: anything inserted into the DB?
52 // Now, what do we have in the DB?
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…
H A Dpdo_mysql_attr_server_version.phpt31 // comparing what we get. However, mysqli_get_server_version() needs a mysqli handle
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt25 // So, what will happen? More placeholder but values and
/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/docs/
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/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/ext/pdo/tests/
H A Dpdo_022.phpt14 * We've not yet defined exactly what makes sense for getColumnMeta,
/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/standard/
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 …]
/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
/php-src/ext/odbc/tests/
H A Dodbc_utils.phpt11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
/php-src/ext/date/tests/
H A Dbug73858.phpt24 Next we will try mix/match the code to see what happens, surprisingly it seems that the end date ($…

Completed in 53 milliseconds

12345