/PHP-5.4/ext/standard/ |
H A D | php_smart_str.h | 51 #define SMART_STR_DO_REALLOC(d, what) \ argument 61 SMART_STR_DO_REALLOC(d, what); \ 66 SMART_STR_DO_REALLOC(d, what); \ 71 #define smart_str_alloc(d, n, what) \ argument 72 smart_str_alloc4((d), (n), (what), newlen) 76 #define smart_str_appends_ex(dest, src, what) \ argument 98 smart_str_alloc4((dest), 1, (what), __nl); \ 103 #define smart_str_free_ex(s, what) do { \ argument 106 pefree(__s->c, what); \ 181 #define smart_str_append_ex(dest, src, what) \ argument [all …]
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 124 const char *file, *what; member 170 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… 171 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__… argument 172 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… argument 173 #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__ TSRMLS_C… argument
|
H A D | odbc_driver.c | 48 einfo->what, einfo->last_error, in pdo_odbc_fetch_error_func() 59 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() argument 102 einfo->what = what; in pdo_odbc_error() 108 *pdo_err, what, einfo->last_error, einfo->last_err_msg); in pdo_odbc_error() 212 H->einfo.what = S->einfo.what; in odbc_handle_preparer() 348 H->einfo.what = "setAttribute"; in odbc_handle_set_attr()
|
/PHP-5.4/Zend/tests/ |
H A D | bug30394.phpt | 7 public function __get( $what ) 9 return $this->_p[ $what ]; 12 public function __set( $what, $value ) 14 $this->_p[ $what ] = $value;
|
/PHP-5.4/scripts/dev/ |
H A D | credits | 6 for what in ext sapi 8 file=ext/standard/credits_$what.h 24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_config.c | 70 pcre_config(int what, void *where) in pcre_config() argument 73 pcre16_config(int what, void *where) in pcre_config() 76 pcre32_config(int what, void *where) in pcre_config() 79 switch (what) in pcre_config()
|
H A D | pcre_fullinfo.c | 71 int what, void *where) in pcre_fullinfo() argument 75 int what, void *where) in pcre_fullinfo() 79 int what, void *where) in pcre_fullinfo() 103 switch (what) in pcre_fullinfo()
|
/PHP-5.4/ext/readline/ |
H A D | readline.c | 236 char *what = NULL; in PHP_FUNCTION() local 245 if (!what) { in PHP_FUNCTION() 264 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION() 272 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION() 274 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION() 277 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION() 279 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION() 286 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION() 293 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION() 295 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION() [all …]
|
/PHP-5.4/ext/phar/tests/files/ |
H A D | phar_test.inc | 26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what) 28 if (isset($cont[$what])) 30 $$what = $cont[$what];
|
/PHP-5.4/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what) 28 if (isset($cont[$what])) 30 $$what = $cont[$what];
|
/PHP-5.4/ext/phar/tests/ |
H A D | phar_oo_006.phpt | 15 function __construct($what) 17 echo __METHOD__ . "($what)\n"; 18 parent::__construct($what);
|
/PHP-5.4/ext/standard/tests/assert/ |
H A D | assert_error4.phpt | 14 var_dump($r2 = assert($sa, "Describing what was asserted")); 20 Describing what was asserted:"0 $ 0" in %s on line 3
|
/PHP-5.4/ext/phar/phar/ |
H A D | clicommand.inc | 121 $what = substr($m->name, $l+strlen($sub)+1); 122 $func = $prefix . $sub . '_' . $what; 123 $what = str_replace('_', '-', $what); 125 if (!isset($a[$what])) { 126 $a[$what] = array(); 128 $a[$what][$sub] = /*$m->class . '::' .*/ $func; 233 private function cli_wordwrap($what, $l, $sp) 236 $b = substr($what, 0, $l); // strip out initial $l 237 $r = substr($what, $l); // remainder 262 foreach($conf['select'] as $opt => $what) { [all …]
|
/PHP-5.4/ext/simplexml/tests/ |
H A D | 000.phpt | 10 function test($what) 13 echo "===$what\n"; 14 eval("var_dump(isset(\$$what));"); 15 eval("var_dump((bool)\$$what);"); 16 eval("var_dump(count(\$$what));"); 17 eval("var_dump(\$$what);");
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | strripos.phpt | 8 var_dump(strripos("I am what I am and that's all what I am", "am", -3));
|
H A D | strrpos.phpt | 8 var_dump(strrpos("I am what I am and that's all what I am", "am", -3));
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_named_placeholder.phpt | 28 // do not work with MySQL native PS, but lets see what happens! 30 // I would expect to get an error message, but this is not what happens. 37 // Ok, what has happened: anything inserted into the DB? 57 // Now, what do we have in the DB?
|
/PHP-5.4/ext/zlib/tests/ |
H A D | 005.phpt | 16 Cry to relieve what's in your heart 64 Cry to relieve what's in your heart 67 Cry to relieve what's in your heart
|
H A D | 006.phpt | 16 Cry to relieve what's in your heart 67 Cry to relieve what's in your heart 70 Cry to relieve what's in your heart
|
/PHP-5.4/ext/dom/tests/ |
H A D | book-not-a-schema.xsd | 1 Let's see what happens upon parsing a file that doesn't contain a schema.
|
/PHP-5.4/ext/soap/ |
H A D | TODO.old | 15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what … 34 does this list stop... what exactly have i done?
|
/PHP-5.4/TSRM/ |
H A D | TSRM.c | 95 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument 100 # define tsrm_tls_set(what) st_thread_setspecific(tls_key, (void*)(what)) argument 105 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument 110 # define tsrm_tls_set(what) tls_set(tls_key, (void*)(what)) argument 114 # define tsrm_tls_set(what) argument
|
/PHP-5.4/ext/spl/tests/ |
H A D | iterator_031.phpt | 41 function append(Iterator $what) 44 parent::append($what);
|
/PHP-5.4/sapi/tests/ |
H A D | test001.phpt | 4 This would be similar to what IIS produces for a simple query.
|
/PHP-5.4/ext/pdo_oci/ |
H A D | oci_driver.c | 60 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() argument 89 slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line); in _oci_error() 99 slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line); in _oci_error() 104 …slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, li… in _oci_error() 108 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line); in _oci_error() 112 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line); in _oci_error() 116 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line); in _oci_error() 120 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line); in _oci_error() 124 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line); in _oci_error()
|