| /PHP_5_4/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 172 ZVAL_STRING(zfuncname, "getTimestamp", 1);
|
| /PHP_5_4/ext/dom/ |
| H A D | attr.c | 117 ZVAL_STRING(*retval, (char *) (attrp->name), 1); 160 ZVAL_STRING(*retval, content, 1);
|
| H A D | documenttype.c | 58 ZVAL_STRING(*retval, (char *) (dtdptr->name), 1); 145 ZVAL_STRING(*retval, (char *) (dtdptr->ExternalID), 1); 173 ZVAL_STRING(*retval, (char *) (dtdptr->SystemID), 1);
|
| H A D | domerror.c | 52 ZVAL_STRING(*retval, "TEST", 1); 66 ZVAL_STRING(*retval, "TEST", 1); 80 ZVAL_STRING(*retval, "TEST", 1); 94 ZVAL_STRING(*retval, "TEST", 1); 108 ZVAL_STRING(*retval, "TEST", 1); 122 ZVAL_STRING(*retval, "TEST", 1);
|
| H A D | domimplementationlist.c | 58 ZVAL_STRING(*retval, "TEST", 1);
|
| H A D | domlocator.c | 52 ZVAL_STRING(*retval, "TEST", 1); 66 ZVAL_STRING(*retval, "TEST", 1); 80 ZVAL_STRING(*retval, "TEST", 1); 94 ZVAL_STRING(*retval, "TEST", 1); 108 ZVAL_STRING(*retval, "TEST", 1);
|
| H A D | domstringlist.c | 58 ZVAL_STRING(*retval, "TEST", 1);
|
| H A D | entity.c | 62 ZVAL_STRING(*retval, (char *) (nodep->ExternalID), 1); 90 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); 120 ZVAL_STRING(*retval, content, 1);
|
| H A D | namelist.c | 61 ZVAL_STRING(*retval, "TEST", 1);
|
| H A D | notation.c | 61 ZVAL_STRING(*retval, (char *) (nodep->ExternalID), 1); 89 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1);
|
| H A D | processinginstruction.c | 110 ZVAL_STRING(*retval, (char *) (nodep->name), 1); 138 ZVAL_STRING(*retval, content, 1);
|
| H A D | text.c | 130 ZVAL_STRING(*retval, wholetext, 1);
|
| H A D | xpath.c | 127 ZVAL_STRING(args[i], (char *)obj->stringval, 1); 138 ZVAL_STRING(args[i], str, 1); 174 ZVAL_STRING(args[i], (char *)xmlXPathCastToString(obj), 1); 197 ZVAL_STRING(&handler, obj->stringval, 1);
|
| /PHP_5_4/ext/interbase/ |
| H A D | php_ibase_udf.c | 193 ZVAL_STRING(&callback,name,0); 223 ZVAL_STRING(argp[i], (char*)argv[i]->dsc_address,0);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_driver.c | 66 ZVAL_STRING(*retval, MyG(value), 1); \ 113 ZVAL_STRING(*retval, (char *)mysql_get_client_info(), 1);
|
| H A D | mysqli_prop.c | 110 ZVAL_STRING(*retval, c, 1);\ 130 ZVAL_STRING(*retval, MYSQL_SERVER_VERSION, 1); 149 ZVAL_STRING(*retval, MyG(error_msg), 1); 280 ZVAL_STRING(*retval, stat_msg, 1);
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 5330 ZVAL_STRING(new_val, "NULL", 1); 5338 ZVAL_STRING(new_val, "'t'", 1); 5345 ZVAL_STRING(new_val, "'f'", 1); 5357 ZVAL_STRING(new_val, "'t'", 1); 5360 ZVAL_STRING(new_val, "'f'", 1); 5365 ZVAL_STRING(new_val, "NULL", 1); 5384 ZVAL_STRING(new_val, "NULL", 1); 5392 ZVAL_STRING(new_val, Z_STRVAL_PP(val), 1); 5407 ZVAL_STRING(new_val, "NULL", 1); 5426 ZVAL_STRING(new_va [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | assert.c | 199 ZVAL_STRING(ASSERTG(callback), ASSERTG(cb), 1); 213 ZVAL_STRING(args[0], SAFE_STRING(filename), 1); 215 ZVAL_STRING(args[2], SAFE_STRING(myeval), 1);
|
| H A D | fsock.c | 76 ZVAL_STRING(zerrstr, "", 1); 101 ZVAL_STRING(zerrstr, errstr, 0);
|
| H A D | head.c | 241 ZVAL_STRING(arg1, file, 1); 243 ZVAL_STRING(arg1, "", 1);
|
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 242 ZVAL_STRING(args[i], obj->stringval, 1); 253 ZVAL_STRING(args[i], str, 1); 291 ZVAL_STRING(args[i], str, 1); 316 ZVAL_STRING(&handler, obj->stringval, 1); 440 ZVAL_STRING(member, "cloneDocument", 0); 540 ZVAL_STRING(member, "doXInclude", 0); 806 ZVAL_STRING(new_string, value, 1);
|
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 376 ZVAL_STRING(zfilename, filename, 1); 380 ZVAL_STRING(zmode, mode, 1); 394 ZVAL_STRING(zfuncname, USERSTREAM_OPEN, 1); 469 ZVAL_STRING(zfilename, filename, 1); 477 ZVAL_STRING(zfuncname, USERSTREAM_DIR_OPEN, 1); 1171 ZVAL_STRING(zfilename, url, 1); 1175 ZVAL_STRING(zfuncname, USERSTREAM_UNLINK, 1); 1218 ZVAL_STRING(zold_name, url_from, 1); 1222 ZVAL_STRING(znew_name, url_to, 1); 1226 ZVAL_STRING(zfuncnam [all...] |
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 98 ZVAL_STRING(class, handler->name, 1); 100 ZVAL_STRING(method, tmp +2, 1);
|
| /PHP_5_4/sapi/milter/ |
| H A D | php_milter.c | 151 ZVAL_STRING(&function_name, "milter_init", 0); 220 ZVAL_STRING(&function_name, "milter_connect", 0); 221 ZVAL_STRING(param[0], hostname, 1); 254 ZVAL_STRING(&function_name, "milter_helo", 0); 255 ZVAL_STRING(param[0], helohost, 1); 289 ZVAL_STRING(&function_name, "milter_envfrom", 0); 329 ZVAL_STRING(&function_name, "milter_envrcpt", 0); 372 ZVAL_STRING(&function_name, "milter_header", 0); 373 ZVAL_STRING(param[0], headerf, 1); 374 ZVAL_STRING(para [all...] |
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_net.c | 817 ZVAL_STRING(&key_zval, net->options.ssl_key, 0); 827 ZVAL_STRING(&cert_zval, net->options.ssl_cert, 0); 835 ZVAL_STRING(&cafile_zval, net->options.ssl_ca, 0); 840 ZVAL_STRING(&capath_zval, net->options.ssl_capath, 0); 845 ZVAL_STRING(&passphrase_zval, net->options.ssl_passphrase, 0); 850 ZVAL_STRING(&cipher_zval, net->options.ssl_cipher, 0);
|