Home
last modified time | relevance | path

Searched refs:info (Results 201 – 225 of 339) sorted by relevance

12345678910>>...14

/php-src/ext/dba/tests/
H A Ddba_sync.phpt10 die("info $HND handler used");
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c267 ZEND_API zend_call_info **zend_build_call_map(zend_arena **arena, zend_func_info *info, const zend_… in zend_build_call_map() argument
270 if (!info->callee_info) { in zend_build_call_map()
276 for (call = info->callee_info; call; call = call->next_callee) { in zend_build_call_map()
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and PATH_TRANSLATED
H A Dfcgi.inc707 foreach ($requestedInfo as $info) {
708 $request .= $this->buildNvpair($info, '');
809 $info = $this->transport->getMetaData();
811 if (!empty($info) && $info['timed_out']) {
907 $info = $this->transport->getMetaData();
909 // We must reset timeout but it must be AFTER we get info
912 if (!empty($info)) {
913 if ($info['timed_out']) {
917 if ($info['unread_bytes'] == 0 && $info['blocked'] && $info['eof']) {
H A Dfcgi-env-nopif-custom-with-pi-without-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup with PATH_INFO and without PATH_TRANSLATED
H A Dfcgi-env-pif-apache-handler-uds.phpt2 FPM: FastCGI env var path info fix for Apache handler using Unix Domain Socket
H A Dfcgi-env-nopif-custom-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var no path info fix for custom setup with PATH_INFO, PATH_TRANSLATED and path dis…
H A Dfcgi-env-pif-apache-handler-with-query.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
H A Dfcgi-env-pif-apache-pp-sn-strip-basic.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with basic path
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without SCRIPT_FILENAME and with PATH_TRANSL…
H A Dfcgi-env-pif-apache-balancer-legacy.phpt2 FPM: FastCGI env var path info fix for Apache balancer legacy setup
H A Dfcgi-env-pif-apache-balancer-real.phpt2 FPM: FastCGI env var path info fix for Apache balancer real configuration
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and with PATH_TRANSLATED
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with encoded path (bu…
H A Dfcgi-env-pif-apache-handler-with-pi.phpt2 FPM: FastCGI env var path info fix for Apache handler with PATH_INFO set
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup with PATH_INFO and PATH_TRANSLATED
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var without path info fix for Apache handler with PATH_INFO, PATH_TRANSLATED and p…
/php-src/ext/standard/tests/image/
H A Dbug75708.phpt40 var_dump(getimagesize('fs://bug75708.jpg', $info));
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h125 #define SET_EMPTY_ERROR(info) (info)->m->reset((info)) argument
126 …ENT_ERROR(info, err_no, sqlstate, error) (err_no)? (info)->m->set_client_error((info), (err_no), (… argument
127 #define SET_OOM_ERROR(info) SET_CLIENT_ERROR((info), CR_OUT_OF_MEMORY, UNKNOWN_SQLSTATE, mys… argument
132 typedef void (*func_mysqlnd_error_info__reset)(MYSQLND_ERROR_INFO * const info);
133 typedef void (*func_mysqlnd_error_info__set_client_error)(MYSQLND_ERROR_INFO * const info, const un…
/php-src/ext/mysqli/tests/
H A Dmysqli_kill.phpt34 if ($link->info != 'Records: 6 Duplicates: 0 Warnings: 0') {
109 ["info"]=>
/php-src/win32/
H A Dioutil.c372 BY_HANDLE_FILE_INFORMATION info; in php_win32_ioutil_unlink_w() local
392 if (!GetFileInformationByHandle(h, &info)) { in php_win32_ioutil_unlink_w()
399 if (info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in php_win32_ioutil_unlink_w()
408 if (info.dwFileAttributes & FILE_ATTRIBUTE_READONLY) { in php_win32_ioutil_unlink_w()
412 basic.FileAttributes = info.dwFileAttributes & ~(FILE_ATTRIBUTE_READONLY); in php_win32_ioutil_unlink_w()
775 …n32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_FILE_INFORMATION info) in php_win32_ioutil_realpath_w_ex0() argument
803 if (NULL != info && !GetFileInformationByHandle(h, info)) { in php_win32_ioutil_realpath_w_ex0()
/php-src/ext/standard/tests/dir/
H A Dbug80960.phpt2 Fix #80960 (opendir() warning wrong info when failed on Windows)
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c96 ITypeInfo *info = NULL; in php_com_load_typelib() local
100 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib()
101 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
104 if (info) { in php_com_load_typelib()
105 ITypeInfo_Release(info); in php_com_load_typelib()
/php-src/ext/standard/
H A Dvar_unserializer.re587 zend_property_info *info = NULL;
605 if (info) {
608 ZEND_REF_DEL_TYPE_SOURCE(Z_REF_P(data), info);
678 if (info && Z_ISREF_P(data)) {
681 ZEND_REF_ADD_TYPE_SOURCE(Z_REF_P(data), info);
686 if (UNEXPECTED(info)) {
694 ZEND_REF_ADD_TYPE_SOURCE(Z_REF_P(data), info);
703 (*var_hash)->ref_props, (uintptr_t) data, info);
911 zend_property_info *info = NULL;
916 if (info) {
[all …]

Completed in 47 milliseconds

12345678910>>...14