Home
last modified time | relevance | path

Searched defs:source (Results 26 – 49 of 49) sorted by relevance

12

/PHP-7.3/sapi/phpdbg/
H A Dxml.md446 source section
H A Dphpdbg.c129 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local
620 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
H A Dphpdbg_prompt.c1466 PHPDBG_COMMAND(source) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_ssa.c1233 static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend_ssa_phi *phi, int source, … in zend_ssa_remove_use_of_phi_source()
1247 int source; in zend_ssa_remove_uses_of_phi_sources() local
H A Dzend_ssa.h277 #define FOREACH_PHI_SOURCE(phi, source) do { \ argument
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp645 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c123 zval *source, *codeUnits, *error; in PHP_METHOD() local
145 zval *source, *codePoint, *error; in PHP_METHOD() local
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1126 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry()
1152 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { in XMLRPC_AddValueToVector()
/PHP-7.3/ext/phar/
H A Dstream.c835 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dutil.c642 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
H A Dphar_object.c2246 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other()
/PHP-7.3/Zend/
H A Dzend_constants.c73 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_operators.c2621 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2636 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2654 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c592 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path()
1690 char *source; in PHP_FUNCTION() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c354 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
/PHP-7.3/ext/spl/
H A Dspl_directory.c354 spl_filesystem_object *source; in spl_filesystem_object_clone() local
435 static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, char… in spl_filesystem_object_create_info()
478 …_filesystem_object *spl_filesystem_object_create_type(int ht, spl_filesystem_object *source, int t… in spl_filesystem_object_create_type()
/PHP-7.3/ext/standard/
H A Dstring.c3160 const char *source, *source_end= ZSTR_VAL(str) + ZSTR_LEN(str); local
3777 const char *source, *end; local
3843 const char *source, *end; local
3957 const char *source, *end; local
4096 const char *source, *end; local
H A Dfile.c1660 char *source, *target; in PHP_FUNCTION() local
/PHP-7.3/ext/soap/
H A Dphp_sdl.h62 char *source; member
/PHP-7.3/ext/zip/lib/
H A Dzipint.h414 zip_source_t *source; member
/PHP-7.3/ext/gd/libgd/
H A Dgd.h391 int (*source) (void *context, char *buffer, int len); member
/PHP-7.3/ext/dom/
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-7.3/ext/curl/
H A Dinterface.c2070 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source) in _php_setup_easy_copy_handlers()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_structs.h134 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument

Completed in 166 milliseconds

12