Home
last modified time | relevance | path

Searched refs:what (Results 76 – 100 of 118) sorted by relevance

12345

/PHP-7.4/ext/curl/
H A Dinterface.c2761 php_stream *what = NULL; in _php_curl_setopt() local
2764what = (php_stream *)zend_fetch_resource2_ex(zvalue, "File-Handle", php_file_le_stream(), php_file… in _php_curl_setopt()
2765 if (!what) { in _php_curl_setopt()
2769 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
2781 if (!what) { in _php_curl_setopt()
2788 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
2799 if (!what) { in _php_curl_setopt()
2806 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
2817 if (!what) { in _php_curl_setopt()
2832 if (!what) { in _php_curl_setopt()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt79 // what will happen if we create new trace entries...?
H A Dmysqli_driver.phpt92 …/* TODO - more report testing should go in here, but it's not really documented what behaviour is …
H A Dbug49442.phpt68 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
/PHP-7.4/ext/date/
H A Dphp_date.c381 ZEND_ARG_INFO(0, what)
4864 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
4866 if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA && strncasecmp(id, "Africa/", 7) == 0) return 1; in check_id_allowed()
4867 if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA && strncasecmp(id, "America/", 8) == 0) return 1; in check_id_allowed()
4868 if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1; in check_id_allowed()
4869 if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC && strncasecmp(id, "Arctic/", 7) == 0) return 1; in check_id_allowed()
4888 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
4894 Z_PARAM_LONG(what) in PHP_FUNCTION()
4899 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY && option_len != 2) { in PHP_FUNCTION()
4910 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams.phpt20 call me what you will
36 call me what you will
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc73 /* Then, absorb what remains */
119 /* Finally, output what remains */
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc73 /* Then, absorb what remains */
119 /* Finally, output what remains */
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt90 // Open new connection to really verify what was inserted
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt28 // lets see what the default is...
H A Dpdo_mysql_exec.phpt161 // this is interesting: if we get sort of affected rows, what will happen now?
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation1.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dclass_uses_variation1.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
/PHP-7.4/
H A DCODING_STANDARDS.md48 6. NEVER USE `strncat()`. If you're absolutely sure you know what you're doing,
54 macros it gives a better understanding on what kind of macro you're calling.
279 along with a brief one-line description of what the function does. It would look
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c809 S->einfo.what = "setAttribute"; in odbc_stmt_set_param()
841 S->einfo.what = "getAttribute"; in odbc_stmt_get_attr()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1715 void * what; in php_openssl_x509_from_zval() local
1719 if (!what) { in php_openssl_x509_from_zval()
1728 return (X509*)what; in php_openssl_x509_from_zval()
3306 void * what; in php_openssl_csr_from_zval() local
3310 if (what) { in php_openssl_csr_from_zval()
3317 return (X509_REQ*)what; in php_openssl_csr_from_zval()
3860 void * what; in php_openssl_evp_from_zval() local
3864 if (!what) { in php_openssl_evp_from_zval()
3869 cert = (X509*)what; in php_openssl_evp_from_zval()
3874 is_priv = php_openssl_is_private_key((EVP_PKEY*)what); in php_openssl_evp_from_zval()
[all …]
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt72 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE56 that what they have is not the original version, so that the original
150 writing it). Whether that is true depends on what the Library does
151 and what the program that uses the Library does.
406 This section is intended to make thoroughly clear what is believed to
479 <one line to give the library's name and a brief idea of what it
/PHP-7.4/ext/standard/
H A Dfile.c1147 void *what; in PHP_FUNCTION() local
1155what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()
1160 if (!what) { in PHP_FUNCTION()
1164 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE55 that what they have is not the original version, so that the original
147 writing it). Whether that is true depends on what the Library does
148 and what the program that uses the Library does.
402 This section is intended to make thoroughly clear what is believed to
/PHP-7.4/ext/spl/
H A Dphp_spl.c927 ZEND_ARG_INFO(0, what)
932 ZEND_ARG_INFO(0, what)
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt143 array( "http://www.lavarnd.org/what/nist-test.html", "06d2c18c" ),
H A Dfnv164.phpt143 array( "http://www.lavarnd.org/what/nist-test.html", "da8dd8e116a9f1cc" ),
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re201 /* what are we going to do ? */

Completed in 138 milliseconds

12345